salvoravida / redux-first-history

Redux history binding support react-router - @reach/router - wouter - react-location
https://wvst19.csb.app/
MIT License
446 stars 34 forks source link

State not changed when routing change #101

Closed Tsyklop closed 1 year ago

Tsyklop commented 1 year ago

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

salvoravida commented 1 year ago

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

you need to use HistoryRouter as described in the readme.

Tsyklop commented 1 year ago

But I need hash router.