-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enzyme and react-redux. v7 issues #41
Comments
Sadly I think this is the same as #33. This is due to lack of support in enzyme for |
This is, no doubt, a controversial opinion, but at TrialSpark we almost never use shallow rendering. We find that, while using |
@minznerjosh thanks for the feedback, while that'll be a pain if it'll get my tests working I'll start that migration now. |
related enzymejs/enzyme#2449 however I'm not using hooks, but am using Redux 7 and having issues now with context and store in existing tests after upgrading to Redux 7 |
We are moving to archive this repo as we no longer support it and am closing this issue as "won't fix". If you're interested in maintaining this repo, please reach out! |
Describe the bug
react-redux is unable to get the store from context anymore when shallow mounted with your lib
To Reproduce
Steps to reproduce the behavior:
Expected behavior
should be able to get the store from redux
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Mac OSX, 10.5, latest, latest
OS Version, Node Version, Enzyme Version, React Version, etc.
Additional context
The text was updated successfully, but these errors were encountered: