react-tooltip
react-tooltip copied to clipboard
React Tooltip Component
**Bug description** When the `data-tooltip-id` value changes on an element while the pointer is over it, timeouts and state are not being cleared. 1. The pointer is over an element...
## Description Fixes #1476 - Memory leak where React children rendered in tooltips were not being properly cleaned up, causing DOM nodes to accumulate when tooltips were shown and hidden...
**Is your feature request related to a problem? Please describe.** It would be great if we could specify an array of preferred places in order for the tooltip to attempt...
Changing `--rt-transition-show-delay` anywhere except in head or on body were not be picked up by show/hide timeouts causing out animations to be skipped entirely by removing the tooltip from the...