react-truncate
react-truncate copied to clipboard
Update to React 17
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"
I am currently facing installation errors because of this. Did you get an alternative that can be used in react 17?
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