react-tooltip icon indicating copy to clipboard operation
react-tooltip copied to clipboard

React Tooltip Component

Results 154 react-tooltip issues
Sort by recently updated
recently updated
newest added

**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**...

Bug
Help Wanted
V6

- [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...

V6

**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...

Bug
Help Wanted

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...

Question

**Bug description** See #1042 **Version of Package** v~5.26.1

Bug
Information Needed

### Discussed in https://github.com/ReactTooltip/react-tooltip/discussions/1184 Check the discussion for more info.

Bug

**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....

Help Wanted
Feature Request

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...

Enhancement
Feature

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...

Bug

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...

Question