ScriptedAlchemy / redux-first-router

🎖 seamless redux-first routing -- just dispatch actions
MIT License
5 stars 2 forks source link

Fix bug where the <Link /> component reloaded the page unecessarily #30

Closed hedgepigdaniel closed 6 years ago

hedgepigdaniel commented 6 years ago

Superset of https://github.com/ScriptedAlchemy/redux-first-router/pull/28

The fullUrl argument was being passed in place of the e (event) argument, causing handlePress to always fall through to reloading the page.