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

**Bug description** When ' (single quote) is used any where in the text, the tooltip doesn't open. **Version of Package** v5.21.5 **To Reproduce** - Make sure there is at least...

Bug

PRs to be moved to V6: https://github.com/ReactTooltip/react-tooltip/pull/1132

V6

Rendering tooltips inside a portal would resolve issues caused position absolute/fixed. Fixed works in most cases, but some libraries like Storybook use `transform/scale` on their story containers which counts as...

Feature Request
V6

Issue forms are pretty great, we should definitely use them. https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms

Enhancement
V6

After upgrading to 5.21.5 (from 4.2.21), I am getting this error locally sometimes when tooltip is opened. Maybe its due to the [usage of ReactObserver](https://github.com/ReactTooltip/react-tooltip/blob/d20053d7026294b873ae8369f738e6b9634b36d2/src/components/Tooltip/Tooltip.tsx#L566C29-L566C29 ) react-scripts v5 brings in...

Bug

**Bug description** While https://github.com/ReactTooltip/react-tooltip/issues/1059 claims the disableStyleInjection works. However it does not Even after sending 'core' | 'true' as values, the library still injects styles, causing issues with CSP. Only...

Bug
Information Needed
Stale

**Bug description** When referencing the tooltip inside of a package an error is displayed that says: ``` Element type is invalid: expected a string (for built-in components) or a class/function...

Bug
Help Wanted
Stale

With the beta release workflow, all commits into the PR will trigger the beta release. * the beta release always raise just the last version number, following this format: `react-tooltip@{__VERSION__}-beta.{__PR_NUMBER__}.{__BETA_VERSION__}`...

Enhancement

**Bug description** I integrated the latest version (5.22.0) of the react-tooltip library in a Next.js project. I'm running into below error related to how the resolution of the package's exports...

Bug
Help Wanted

**Describe the bug** When moving from one anchor to another, sometimes the tooltip's position is updated before its visibility. This results in some glitchy / flickering behavior. **Version of Package**...

Bug
Help Wanted
V6