Components are not compatible with React 18 as it can be seen in package-lock.json:
"peerDependencies": {
"react": "^16.8.0 || 17.x",
"react-dom": "^16.8.0 || 17.x"
}
Eslint throws warnings, but shows 0 vulnerabilities and I haven't had any issue yet.
Is it safe to use Reach UI with React 18? When will you update the libraries? Thank you in advance!
Components are not compatible with React 18 as it can be seen in package-lock.json:
Eslint throws warnings, but shows 0 vulnerabilities and I haven't had any issue yet.
Is it safe to use Reach UI with React 18? When will you update the libraries? Thank you in advance!