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
I am using UiDrawer and inside I have UiNavItem for logout. When I click on a button to logout inside /logout page I want to hide this link item from the UiDrawer (isLoggedIn() function returns false) because there is no need to be present anymore. But the problem is that this Logout item is currently active and it will become invisible in the code (v-if="isLoggedIn()") so there will be no active item in the UiDrawer and I get error when I try to expand the UiDrawer:
Uncaught Error: FocusTrap: Element must have at least one focusable child.
Development Relevant Information:
Description:
I am using UiDrawer and inside I have UiNavItem for logout. When I click on a button to logout inside /logout page I want to hide this link item from the UiDrawer (isLoggedIn() function returns false) because there is no need to be present anymore. But the problem is that this Logout item is currently active and it will become invisible in the code (v-if="isLoggedIn()") so there will be no active item in the UiDrawer and I get error when I try to expand the UiDrawer:
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: