Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

router stops working if component is wrapped with react-redux connect() #4744

Closed
vschoettke opened this issue Mar 14, 2017 · 2 comments
Closed

Comments

@vschoettke
Copy link

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

@timdorr timdorr closed this as completed Mar 14, 2017
@esamattis
Copy link
Contributor

Some previous discussion #4671

@remix-run remix-run deleted a comment from bon-opina Dec 6, 2018
@remix-run remix-run locked as resolved and limited conversation to collaborators Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants