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

Exposed setIsHovering state setter #37

Closed Paulus90 closed 2 years ago

Paulus90 commented 2 years ago

For our implementation we needed a way to force the isHovering state to be disabled from outside the element. By exposing the setIsHovering state setter we are able to do this.

natelindev commented 2 years ago

Thanks for the contribution

natelindev commented 2 years ago

published in v1.2.8

natelindev commented 2 years ago

array arrangement changed in v1.2.9 to avoid breaking change, please take a look at the docs.