You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
When i am using "react-tooltip" with my "react-simple-maps" it is not moving when i start dragging around the map.
react-tooltip.mousemove.mp4
My Thought
After Looking into code base i have noticed that there is "mousemove" event is attatched for this work but it will not triggered when we start dragging. to also support dragging we need to replace this with "pointermove" event.
Describe alternatives
If there is any way to achive floating tooltip with other solution please show me that path and i am very thankful for that.
Additional context
Thanks you for spotting this issue