Describe the bug
onHoverStart and onHoverEnd typed as (event: MouseEvent, info: EventInfo): void, but the actual event is PointerEvent, and can not get event.currentTarget
IMPORTANT: Provide a CodeSandbox reproduction of the bug
stackblitz
Steps to reproduce
Steps to reproduce the behavior:
- Open stackblitz
- Open browser devtools - console
- Hover the blue <div />
Expected behavior
The type is the same as the actual event, and event.currentTarget is preserved.