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
Hiya! Seems this lib is not installing properly with React 18
npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.2.0" from the root project npm ERR! peer react@"^18.0.0" from @testing-library/[email protected] npm ERR! node_modules/@testing-library/react npm ERR! dev @testing-library/react@"^13.3.0" from the root project npm ERR! 22 more (focus-trap-react, rc-align, rc-motion, rc-slider, ...)
The text was updated successfully, but these errors were encountered:
Seems it is not going to be fixed, however I went with the simple override at my package.json file:
package.json
"overrides": { "react-dropdown-aria": { "react": "$react", "react-dom": "$react-dom" } }
Sorry, something went wrong.
No branches or pull requests
Hiya! Seems this lib is not installing properly with React 18
The text was updated successfully, but these errors were encountered: