You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to replace connected-react-router by your library.
I'm using react-router-dom v6.
Everything looks fine but I got a problem when injecting new reducer in my store.
On each new reducer injected, LOCATION_CHANGE action is called.
I didn't have this issue with connected-react-router and react-router-dom v5.
Hello,
I'm trying to replace
connected-react-router
by your library.I'm using
react-router-dom
v6.Everything looks fine but I got a problem when injecting new reducer in my store.
On each new reducer injected,
LOCATION_CHANGE
action is called.I didn't have this issue with
connected-react-router
andreact-router-dom
v5.Here is my code to reproduce the problem :
Did I forgot something ?
The text was updated successfully, but these errors were encountered: