faceyspacey / redux-first-router-link

<Link /> + <NavLink /> that mirror react-router's + a few additional props
MIT License
55 stars 33 forks source link

Radium enhancing doesnt work #95

Closed haxxxton closed 6 years ago

haxxxton commented 6 years ago

I am using Radium (a css in js library) in a project along side redux-first-router. I have followed the Radium FAQ's about how to 'enhance' a 3rd party component (ie. NavLink / Link). However, the resulting a remains unaffected by the enhancement with regards to its ability to respond to ':hover'/':focus'/':active' styling.

Is this something that redux-first-router-link is likely to support?

faceyspacey commented 6 years ago

Honestly I have no idea. I'd like at the source of their HoC and see what it's doing. But it's not very different from React Router's, so it should be able to work.