You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2025. It is now read-only.
I'm trying to hide a NavItem based on a condition. When I assign the flag either true or false, the control disappears. Only I assigned it to undefined the control shows up.
Is it an expected behavior that, if hidden={false}, the control disappears?
I haven't tried with other control yet, but looks like at least both Nav and NavItem behave the same way.
I'm trying to hide a NavItem based on a condition. When I assign the flag either true or false, the control disappears. Only I assigned it to
undefinedthe control shows up.Is it an expected behavior that, if
hidden={false}, the control disappears?I haven't tried with other control yet, but looks like at least both Nav and NavItem behave the same way.