-
Notifications
You must be signed in to change notification settings - Fork 410
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
Support react v17 #681
base: master
Are you sure you want to change the base?
Support react v17 #681
Conversation
Can this be merged? |
Look forward to supporting React17 soon |
NPMv7 prevents this package from being installed in a lot of projects because of unmet peerDependencies. The only other option is to use |
When is this happening? |
May as well add React 18, too 😂 |
+1 for merge. Would very much like to continue using this library in new projects. |
Bump! |
@tomkp Can this be merged? Thanks! |
+1 for merge |
merge! |
FWIW, this is a pretty small component and can be easily dropped into a folder inside your project, with a favorable MIT license. I did this a couple of months ago, when it appeared that there wasn't much movement on commits/merges. |
Added 17.0.0 to the possible versions of react in the peer dependencies. Tested in a project with react v17 and works fine!