Skip to content
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

Latest supported React version #984

Open
charleshoong97 opened this issue Mar 14, 2023 · 3 comments
Open

Latest supported React version #984

charleshoong97 opened this issue Mar 14, 2023 · 3 comments

Comments

@charleshoong97
Copy link

What is the latest version of Reach supported by this packages?

How can I check it inside this packages?

@snhasani
Copy link

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"
},

@martin-setina-stats
Copy link

Is there a plan for making it react18 compatible? I have issues with listbox dependency when trying to update to 18

@pzi
Copy link

pzi commented May 1, 2023

See #916

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants