react-truncate
react-truncate copied to clipboard
Can't add as dependency in React 18

having the same issue
same
Same here, any movement on this?
Same here.
This package doesn't support even react 17. You should consider using another (or self-written) tool.
or you can install with --legacy-peers flag
does not work for me too, does anyone knows an alternative?
It looks like this repo is totally abandoned. Take the PR from https://github.com/pablosichert/react-truncate/pull/156 and add to your own codebase.
In case anyone needs it. I created a typescript component from this package.
https://gist.github.com/severance88/fd4dc55b0d0ca170d8d23089bf28b01b
In case anyone needs it. I created a typescript component from this package.
https://gist.github.com/severance88/fd4dc55b0d0ca170d8d23089bf28b01b
It works, thanks.