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
After updating from 4.0.0-beta.6 to the release version 4.0.0 the routing stopped working for me (clicking on links will change the browser url but not change the app content). After some digging I found out that the problem is related to wrapping component that contained routes (but no router) with the react-redux connect() function for store access as props.
After updating from 4.0.0-beta.6 to the release version 4.0.0 the routing stopped working for me (clicking on links will change the browser url but not change the app content). After some digging I found out that the problem is related to wrapping component that contained routes (but no router) with the react-redux
connect()
function for store access as props.I made a small gist with example code to reproduce.
See https://gist.github.com/vschoettke/9d7440e1580fa2017d733f1df71ff9a5
The text was updated successfully, but these errors were encountered: