acdlite / redux-router

Redux bindings for React Router – keep your router state inside your Redux store
MIT License
2.3k stars 216 forks source link

Change of hash will not trigger rerender #278

Open Mangatt opened 7 years ago

Mangatt commented 7 years ago

Hi, when I navigate from some url (eg. /page) to same url with different hash (eg. /page#hash), router will not trigger rerender of components, even when url clearly changed.

Any idea what to do about that?