-
Notifications
You must be signed in to change notification settings - Fork 236
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
react 17 is unsupported #194
Comments
I doubt that React is going to make a change that breaks this library. Please consider an open-ended react dependency which matches |
I removed devDependencies and tried to build the package but 'npm i' gave tons of errors. Any suggestion. npm ERR! code 1 npm ERR! A complete log of this run can be found in: |
I had the same issue |
thanks |
After updating to react 17 I get this error:
react 17 made some changes to its event system, not sure if relates to it. But strange. |
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"^17.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0 || ^16.0.0" from [email protected]
npm ERR! node_modules/react-input-range
npm ERR! react-input-range@"*" from the root project
The text was updated successfully, but these errors were encountered: