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 global nav component will not close a link is selected within an SPA. The goto() functionality assumes the route will change, so any routing with a dynamic ID attached will update the page, but not close the menu.
Update codebase to include navigateTo() method
nagivateTo() method will trigger menu close and goto()
The text was updated successfully, but these errors were encountered:
Currently, the global nav component will not close a link is selected within an SPA. The goto() functionality assumes the route will change, so any routing with a dynamic ID attached will update the page, but not close the menu.
The text was updated successfully, but these errors were encountered: