salvoravida/redux-first-history

State not changed when routing change

Tsyklop opened this issue · 2 comments

I have application.

And when i change router - redux store does not change

Example: https://codesandbox.io/s/crazy-darwin-s112t4

I use redux-logger and there are no LOCATION_CHANGE messages in console

https://codesandbox.io/s/adoring-snow-ldt91n

you need to use HistoryRouter as described in the readme.

But I need hash router.