Closed
Description
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?