FormidableLabs / redux-little-router

A tiny router for Redux that lets the URL do the talking.
MIT License
1.04k stars 114 forks source link

when using routerForHash, Link component does not generate hash-based href #219

Open mikeplus64 opened 7 years ago

mikeplus64 commented 7 years ago

If you have a router made with routerForHash, the Link component does set a correct onClick handler, but doesn't update the actual DOM href to be a hash-based route. The effect is that opening in a new tab is broken.

Daniel085 commented 6 years ago

Upvote - Just a note that we ran into this issue with our app in QA. Are there any good workarounds?

Alex-Tideman commented 5 years ago

Has there been a workaround solved for this? Our application heavily leverages hashes to jump to correct content in multiple tabs.