faceyspacey / redux-first-router-link

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

fix(hash): Ensure hash is included when using hash history #109

Closed JacobSoderblom closed 5 years ago

JacobSoderblom commented 5 years ago

Changed so src/toUrl.js are now using history to create the href. In src/handlePress.js we remove the hash if it exists when creating an action with the url, this to find the right route.

ScriptedAlchemy commented 5 years ago

Merge to master. Rudy should have been merged in already :) I need to delete that branch