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

React component for Tippy.js (official)

Results 61 tippyjs-react issues
Sort by recently updated
recently updated
newest added

Hi, firstly, thanks for maintaining this excellent tool! I’m seeing something that smells like a memory leak after upgrading to 4.2.6 from 4.2.5. I haven’t managed to figure it out...

Similar to [this issue](https://github.com/atomiks/tippyjs-react/issues/252), the Tippy component never unmount with jest + react-testing-library in uncontrolled mode ie. when not using the visible property and using methods like userEvent.unhover, fireEvent.mouseLeave or...

I tried using the [mouseRestPlugin](https://github.com/atomiks/tippyjs/blob/master/website/src/components/examples/mouseRestPlugin.js) with the react tippy component. However, props set in `instance.setProps` seem to be overwritten. Is this a known issue? It seems to be related to...

I made a simple navbar by using Tippy. Then I realize the child items are hidden after a small period of time like it has a short delay (feel like...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

react-dom.development.js:11102 Uncaught RangeError: Maximum call stack size exceeded at Function.keys () at deepEqual (tippy-react.esm.js:56) at deepEqual (tippy-react.esm.js:62) at deepEqual (tippy-react.esm.js:62) at deepEqual (tippy-react.esm.js:62) at deepEqual (tippy-react.esm.js:62) at deepEqual (tippy-react.esm.js:62) at...

I have a component that leverages headless mode and uses popper's `modifiers` to custom the arrow. When using a singleton, the **targets** have an additional modifier, so it looks like:...

I'm using Tippy for showing a profile card when hovering on a user name: ```javascript const ProfilePopup = (props: User["profile"]) => { const [source, target] = useSingleton({ overrides: ["placement"], });...

Hi everyone ! I try to use headless Tippy in a **react/storybook/styled-components** project's but i have a little css problem with the arrow position's . It's a little too far...

I have a usecase where I need to disable a Tooltip which is a singleton target, but I noticed that passing the `disabled` prop as an override doesn't work

bug