-
-
Notifications
You must be signed in to change notification settings - Fork 71
Fix to allow React 17 #232
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
Conversation
Fixed typo
Another typo
|
React 17 support is blocked on there being an official react 17 enzyme adapter. |
|
hm... recent |
|
@perrin4869 it needs this module to test on react 17. |
|
Would it be acceptable to test using the unofficial module for now? |
|
No; if the unofficial adapter passed tests, there'd be an official adapter. |
|
Well, in this case it would just need to be good enough to pass the tests in this repo though right? |
Initial checkin to support React 17