remanufacturing / react-truncate

Provides `Truncate`, `MiddleTruncate` and `ShowMore` React components for truncating multi-line spans and adding an ellipsis.
https://truncate.js.org
Other
19 stars 1 forks source link

fix: removes dependency on `react` and `react-dom` #17

Closed wesgro closed 1 month ago

wesgro commented 1 month ago

Moves these to devDependencies so when this library is installed it uses the project's version of react instead of its own.

These are causing multiple version of react errors in projects which do not use react@18.2.0