bluepeter / react-middle-ellipsis

Truncate a long string in the middle, instead of the end.
https://bluepeter.github.io/react-middle-ellipsis/
MIT License
62 stars 10 forks source link

Component leaks event listeners #26

Open danreeves opened 1 month ago

danreeves commented 1 month ago

https://github.com/bluepeter/react-middle-ellipsis/blob/88bc58d855fb3b47cee2c54b8d5a3c9a736debb7/src/index.js#L30

This event handler is not removed when the component unmounts

bluepeter commented 1 month ago

PR welcome! :)