-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
React 17 peer support #73
Comments
I put up #74; it's blocked by the lack of an enzyme adapter for react 17. |
What about re-writing the tests to use an alternative testing library? How much does it actually use Enzyme? I can't see much usage of it. This means we could release this without waiting for Enzyme adaptor? |
I’m not particularly interested in doing that; and either way, there doesn’t exist an alternative react testing library for testing in a non-browser context. |
NPM warning
[email protected] requires a peer of react@^0.14 || ^15.0.0 || ^16.0.0-alpha but none is installed. You must install peer dependencies yourself.
with React 17.Please release support for the peer dependency.
The text was updated successfully, but these errors were encountered: