Gabriel Jablonski

Results 37 comments of Gabriel Jablonski

The gh-actions commit (9319c87 for instance) seems to be "hiding" the last checks that were run. ![image](https://github.com/ReactTooltip/react-tooltip/assets/21102974/daf09290-7a19-476e-ab8d-5fc0d886ff92) Expected to see the checks, like this. ![image](https://github.com/ReactTooltip/react-tooltip/assets/21102974/45bc748f-2b64-421b-9ccf-31586d04231b)

Cannot reproduce this neither on v5.21.5 nor on v5.26.3 (latest version as of writing this). https://stackblitz.com/edit/vitejs-vite-jblnec?file=src%2FApp.tsx&terminal=dev What's most likely happening is that you're using the content as the id for...

Although you should still update your application to use less tooltip elements, as suggested above, there is indeed a bug regarding using `'` in the id (which is allowed according...

Fixed on [`[email protected]`](https://github.com/ReactTooltip/react-tooltip/releases/tag/v5.26.4)

`disableStyleInjection` should work as expected. The error you're seeing is probably due to using `import "react-tooltip/dist/react-tooltip.css";`. How are you injecting CSS styles into your application? Instead of importing the `react-tooltip.css`...

> This is psuedo-code but maybe a render prop that gives me the tooltip _you_ will render Exposing the "pre-rendered" tooltip through the `render` prop is quite an interesting idea....

Were you able to use the tooltip with your own portal? As far as I can tell, with this [simple example](https://stackblitz.com/edit/stackblitz-starters-t2j9yh?description=React%20%20%20TypeScript%20starter%20project&file=src%2FApp.tsx,src%2Fstyle.css&title=React%20Starter), it should work just fine with `createPortal()`. Can you...

We're already aware of a similar issue (probably closely related) with `create-react-app` not supporting `.cjs` files. See #1067 and our [troubleshooting section](https://react-tooltip.com/docs/troubleshooting#the-tooltip-component-is-undefined-1067). For now, there's not much we can do,...

Are you still experiencing this issue? If so, are you able to upgrade to the latest NextJS version (14.0.4 as of right now) and let us know if that fixes...

Can you test this after disabling all of your browser extensions? Or try it on another browser. Which solution from the StackOverflow question are you suggesting? The usage of `requestAnimationFrame()`...