-
Notifications
You must be signed in to change notification settings - Fork 77
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
Error while using with React-Router #35
Comments
Looks like it relates to us using @didierfranc, Do we need to change something? (we are not exactly using |
I ran into this problem, too. When I use the react-router code from the remix-run/react-router/pull/5908 pull request, the problem is still there. For my purposes, compatibility with react router is more important than the forwardRef functionality. I suspect it will be some time before the react router issues are resolved, so I made a branch that removes forwardRef from react-waterfall. |
This is something to do with this
It seems like the Route component is not getting the MainPage export because of the call to connect. Using a function to return the MainPage container works.
|
@beautifwhale Do you think this should be considered the right way to implement Routes when dealing with redux? I've been using your solution so far, but since there's no such reference in the docs, I got a bit worried about it 😩 |
There seems to be some issues when trying to use connected components as router components. Can you please help me with this issue?
Here's what I try to do (simplified version):
Error:
The text was updated successfully, but these errors were encountered: