-
Notifications
You must be signed in to change notification settings - Fork 24
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
peerDependencies & testing-library for 2.0.1 in package.json are different in github from npm #65
Comments
@hinok do you think we could get a new version published sometime soon? I know you mentioned in #57 (comment) that you wanted to do some cleanup on the recently made changes, so I'm wondering what the status on this is, and is this what is blocking a release of |
@hinok any update on the above? |
This poses a problem in my project now. Addendum:
|
Having this problem too. Cant use [email protected] with react@17.
|
@hinok any updates? We need a new version with updated react dependencies, please 🙏 |
+1, this is now causing issues in my project as well. If there are other issues blocking a release perhaps a patch release can be made that only bumps the peerDependencies? (this change: #64) |
I have forked this and fixed some of mentioned peer dep issues in https://www.npmjs.com/package/react-router-last-location-17 as I had some issues with it as well within my project |
Hi Dawid,
I am using React 17 and the peerDependencies in package.json from here (github) is including it, but the one published in npm registry no (even if they have the same 2.0.1 version).
It will be great to have a new version published in npm registry which also supports React 17 via peerDependencies.
Also you can use the bellow declaration to reduce the peerDependencies:
Many thanks,
Iulian
The text was updated successfully, but these errors were encountered: