reach / reach-ui

The Accessible Foundation for React Apps and Design Systems
https://reacttraining.com/reach-ui/
MIT License
5.97k stars 560 forks source link

Latest supported React version #984

Open charleshoong97 opened 1 year ago

charleshoong97 commented 1 year ago

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

How can I check it inside this packages?

snhasani commented 1 year ago

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 commented 1 year ago

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

pzi commented 1 year ago

See https://github.com/reach/reach-ui/issues/916