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
Is it intended that the navbar cannot be hidden on switch type routes? My group of routes wrapped inside a router with the prop showNavigationBar={false} will not display a navigation bar if route type="replace", but a navigation bar pops up when I set it to "type="switch".