-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Required prop 'context.store' and 'store' failed propType #864
Comments
I'm also having issues using the redux branch. |
I submitted PR #921 for consideration on an appropriate way to handle creating a mock store to pass the test. |
I was looking into why setting the context in client.js/server.js did not propagate down to my children components. client.js
App.js
If you inspect, say, the Home.js component, the context object is empty. I did notice that the WithStyles wrappers had context, namely "insertCss" property with a function. Do you suppose these conflict with the App-level context? |
Ah, never mind, I just realized that I need to specify the child component's "contextTypes" static property. |
This should be fixed. Closing |
I have cloned the repo and checked out to
redux
branch. Then I hitnpm install
andnpm test
and I get the following error:Any thoughts on that?
Also, trying to merge
redux
branch into master resulted conflicts.The text was updated successfully, but these errors were encountered: