Open charleshoong97 opened 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"
},
Is there a plan for making it react18 compatible? I have issues with listbox dependency when trying to update to 18
What is the latest version of Reach supported by this packages?
How can I check it inside this packages?