-
Notifications
You must be signed in to change notification settings - Fork 29
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 instantiating router #69
Comments
Yes, the default So, seems like you're providing your own I guess the issue is there:
So, I posted a bug report in |
@rcambrj As a workaround, you could try deleting |
@catamphetamine thanks for the quick response, that was indeed the problem, great sleuthing! setting Thanks again. |
Ok. |
FYI: |
I've been following the example as closely as I can. I have managed to get the server to render, but when the browser renders I get this error. Can you please point me in the right direction?
react-website.js
Container.js
routes.js
It looks like
Container
is wrapping theConnectedRouter
, and passing an object into it (with things likedispatch
,subscribe
,getState
on it) which looks like a store. So I'm not entirely sure why this error would come about.The text was updated successfully, but these errors were encountered: