-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add React 17 support #146
Comments
That's the reason it breaks entirely as npm 7 has changed how peer dependencies are resolved. This package should add explicit support for v17, but failing that you might want to keep an eye on the ability to override peer dependency resolutions as first proposed here and the actual RFC here. Until then, you may want to look into using |
Ill update the package to add support for React 17. |
Works for me with |
DONE. |
According to the package.json, this package requires React
^16.0.0
.react-timeago/package.json
Lines 32 to 34 in bf499d7
I attempted to add react-timeago to a project using React 17.0.1 and
npm
refused to install.I am on the latest versions of node and npm
The text was updated successfully, but these errors were encountered: