natelindev / react-use-hoverintent

React custom hook for hoverIntent
https://www.npmjs.com/package/react-use-hoverintent
MIT License
26 stars 4 forks source link

clear the timer when component dismounts #27

Closed stefanvds1 closed 2 years ago

stefanvds1 commented 2 years ago

We are using this in a scrolling list of items. when the items dismount, it is possible the timer still tries to fire the event on an unmounted component.

natelindev commented 2 years ago

Thanks for the contribution, I'll release this soon