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'm using redux-router and I'm relying on their Link elements. Regular <a> tags, like react-toolbox's Link component, reload the entire app instead of making the right kind of state change.
If the Navigation element allowed custom children then I'd be able to use it. Maybe inside of a <NavigationItem> element or something?