-
Notifications
You must be signed in to change notification settings - Fork 99
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
Added react@^17.0.0 as a peer dependency #68
base: develop
Are you sure you want to change the base?
Conversation
This PR adds react@^17.0.0 as a peer dependency in order to avoid warnings on projects that use latest versions of React.
Please merge this @donavon as it produces errors |
Hi, while react v18 release is already on horizon in the coming year, curious when this PR can be merged to at least support react v17.x.x? When I try to npm install (npm version: 8.1.2 from LTS version of Node), the following error will be produced.
Thanks! |
ping @donavon |
I would recommend using this instead as it will work with any future react versions:
|
Until this gets merged, if anyone wants a workaround, you can use It will work with React 17 and 18. |
Any updates on this? |
This PR adds react@^17.0.0 as a peer dependency in order to avoid warnings on projects that use latest versions of React.