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
Currently, the selection-change event of the UserSettingsItem component doesn't include the selected view when navigating via the back button. event.detail.view only holds the view before navigation. In React for example, this is inconvenient, because it's typical to fully control a component there.