-
Notifications
You must be signed in to change notification settings - Fork 65
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 support #52
Comments
Indeed; this is blocked by ljharb/prop-types-tools#73 and enzymejs/enzyme#2430. Once those land, this package will surely add it. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We're using this library without problems with React 17.0.2.
|
@jorisw i expect this library to work fine with new versions of react for the foreseeable future; but if |
I upgraded to 17.0.2 but still same error. |
Btw, React 18 is now out and this problem still exists :D But it is not (directly) this library, it is Both of these projects seems a bit outdated, does anyone know is there any alternative(s) for this library? |
Both are blocked on enzyme supporting react 17, and 18. There’s nothing outdated about any of the 3 mentioned projects, except their support of react itself. |
Unfortunately RTL is nowhere close to being an alternative to enzyme. |
Hi,
When I try to install this package with
react@17.0.1
(latest at time of writing), it fails with a dependency error.Is there any workaround, or plans to support React 17?
Steps to reproduce
Error
Context
It looks like this is caused by the dependency on
airbnb-prop-types
, which currently has an open ticket for React 17 support: ljharb/prop-types-tools#73The text was updated successfully, but these errors were encountered: