Skip to content

Support for React 17 #261

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

Closed
735l4 opened this issue Feb 11, 2022 · 6 comments · Fixed by #262
Closed

Support for React 17 #261

735l4 opened this issue Feb 11, 2022 · 6 comments · Fixed by #262
Labels

Comments

@735l4
Copy link

735l4 commented Feb 11, 2022

Currently if we install react95, we get an error

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.2" from [email protected]
npm ERR! node_modules/react95
npm ERR!   react95@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
@arturbien
Copy link
Member

@735l4 thanks for the heads up. Will try to fix asap

@arturbien
Copy link
Member

@735l4 can you provide an example in codesandbox or show your package.json?

@735l4
Copy link
Author

735l4 commented Feb 12, 2022

@arturbien sorry that was the wrong error log I've updated it. I got that error when I tried to install react95 for the fresh next.js project it's the same for fresh react 17 installation as well.

@arturbien
Copy link
Member

@735l4 should be fixed now. Let me know if it works now : )

@arturbien
Copy link
Member

🎉 This issue has been resolved in version 3.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@735l4
Copy link
Author

735l4 commented Feb 12, 2022

@arturbien it's resolved. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants