We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the latest version of Reach supported by this packages?
How can I check it inside this packages?
The text was updated successfully, but these errors were encountered:
It doesn't support React 18. For supported React version, you can check the peerDependencies of each package
"peerDependencies": { "react": "^16.8.0 || 17.x", "react-dom": "^16.8.0 || 17.x" },
Sorry, something went wrong.
Is there a plan for making it react18 compatible? I have issues with listbox dependency when trying to update to 18
See #916
No branches or pull requests
What is the latest version of Reach supported by this packages?
How can I check it inside this packages?
The text was updated successfully, but these errors were encountered: