-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
When will react 18 be supported? #623
Comments
This would be interesting for us, too. Is React 18 support on the roadmap for further development? |
didn't test if anything else needed "peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
} |
13 tasks
If the only thing required is to update the peer dependencies, I could publish a release with that bump. There may be other warnings or things though– in which case, I don't have the time to dig into them. |
Version 1.8.7 has been published with the peer dependencies updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: