siberiacancode / reactuse

🚀 the largest and most useful hook library
https://siberiacancode.github.io/reactuse/
MIT License
213 stars 39 forks source link

[bug]: Ошибка в типизации useHover #211

Closed str0yka closed 2 months ago

str0yka commented 2 months ago

Когда прокидываешь в качестве таргета Element, то хук не видит его и отдает рефку вместе с флагом hovering

const target = ( params[0] instanceof Function || !('current' in params[0]) ? undefined : params[0] ) as UseHoverTarget | undefined;

str0yka commented 2 months ago

213