When I navigate via browser history buttons, the @@router/LOCATION_CHANGE is dispatched, but when I click on router link (<Link to="/foo">click me</Link>), the redux not is notified.
4.0.0
Sorry, I have no put to run with redux integration, but maybe a simple usage, like this with redux installed
Just have a basic app with react + redux + react-router + react-router-redux and try navigate via <Link to="/foo">click me</Link>
@@router/LOCATION_CHANGE should be triggered on redux state stack
The navigation works, but the redux don't detect the state change
Do you have another Router component in the tree somewhere? This definitely works, so it's likely just a usage error.
Nope, is a simple implementation. I will create a clean app to test
@netojose did you solve the problem? I am having the same issue
Nope @kajm , I not solved the problem.
My solution: I not made the react-router-redux integration :(
I had a similar issue when moving from the same state to the same state only with query param change
Most helpful comment
Do you have another Router component in the tree somewhere? This definitely works, so it's likely just a usage error.