-
Notifications
You must be signed in to change notification settings - Fork 129
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
Update to React 17 #144
Comments
I am currently facing installation errors because of this. Did you get an alternative that can be used in react 17? |
Our alternative for the time being is using CSS to perform truncation. We have an internal components library our company uses that requires react-truncate, and we are opting not to use our internal library right now because of the React v16 dependency. |
having the same installation problem here. @Chase-Dickerson thanks for the suggested alternative solution. |
Me too |
seems like this library is asleep. Had to use --force on npm install |
Request to update library to use latest React v17. This will necessitate a few other updated libraries as well, namely react-dom and react-test-renderer. Thanks!
Current version used by react-truncate (see package.json):
"react": "^16.14.0"
Proposed version:
"react": "^17.0.0"
The text was updated successfully, but these errors were encountered: