-
Notifications
You must be signed in to change notification settings - Fork 269
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
Feat: React 18 support? #560
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Hi, any progress with this ...? |
FWIW, we are using this with React 18 and have not seen any side effects (other than the usual warnings about |
Does anyone care to send a PR? Should be a quick one |
Probably something has to be done with enzyme tests as a part of this migration. As enzymejs/enzyme#2524 suggests, enzyme is not going to support React 18 in the near future. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This is not completed |
I believe |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
I submitted a pr to fix this recently. |
🎉 This issue has been resolved in version 2.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Is your feature request related to a problem? Please describe.
When using
react@18.0.0
and runningnpm install
, an error gets thrown.Describe the solution you'd like
Just update
peerDependencies
and test out dropdownDescribe alternatives you've considered
Running
npm config set legacy-peer-deps true
solves the problem.Additional context
Logs:
Using Node 16, npm 8.2.0
The text was updated successfully, but these errors were encountered: