react-tooltip
react-tooltip copied to clipboard
React Tooltip Component
**Describe the bug** My React app is being rendered in a Shadow DOM, ReactTooltip isn't working. If I'm disabling the Shadow DOM mode, it's working as expected. **Version of Package**...
- [x] cleanup of the deprecated options of the Tooltip - [ ] explore new bundler options ([bun.sh](https://bun.sh)?) - [x] Rollup upgraded v2 -> v4 Note: we need to consider...
**Bug description** Sometimes the anchor elements don't open the tooltip, until they get rerendered. This is the code for my anchor elements: ```jsx import React from 'react' import PropTypes from...
I want to tooltip the child tag, but the parent tag is using overflow-auto, causing the phenomenon below. What do I need to do to fix this problem? (This issue...
**Bug description** See #1042 **Version of Package** v~5.26.1
### Discussed in https://github.com/ReactTooltip/react-tooltip/discussions/1184 Check the discussion for more info.
**Is your feature request related to a problem? Please describe.** I am implementing a copy button that on click will show a tooltip notifying you that you've copied some text....
Allow JSX.Element in tooltip content and html props - Update ITooltipController interface - content and html props now accept string | JSX.Element - Improves flexibility for adding React elements in...
I have a react functional SPFx component in VS Code and use SPFX-fast-serve. I am trying to use react-tooltip "react-tooltip": "^5.27.0", as installed via npm I then use that within...
There are too many detached nodes in my application, this is because of react-tooltip, if i comment it all are gone, how can i get rid of this. This i...