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

[BUG] #1042 Regression from 5.26.0 → 5.26.1

Open knubie opened this issue 1 year ago • 1 comments

Bug description See #1042

Version of Package v~5.26.1

knubie avatar Mar 31 '24 20:03 knubie

Cannot reproduce the exact issue from #1042 with v5.26.1 (or latest v5.26.3).

https://github.com/ReactTooltip/react-tooltip/assets/21102974/93274294-62d8-4175-bd4c-01f25ac4a365

Using your old repo https://github.com/knubie/react-tooltip-demo (had to remove the CSS definitions from App.css copied from the internal tooltip definitions, since we've changed stuff a bit since v5.14.0)

Can you provide some more info on this?

Your original video:

https://github.com/ReactTooltip/react-tooltip/assets/431251/8b46a8c6-8f19-4d69-9451-8cc07022efed

gabrieljablonski avatar Apr 13 '24 17:04 gabrieljablonski

Not sure why I was unable to reproduce it when this issue was first opened, but after testing it out again for #1204, I managed to reproduce it here https://stackblitz.com/edit/vitejs-vite-bbqqcx?file=src%2FApp.tsx

Working on a fix.

gabrieljablonski avatar Jul 02 '24 21:07 gabrieljablonski

v5.26.1 introduced a change that was affected by us not correctly resetting the timeout refs in the original fix to this issue.

This beta release should fix it (again) [email protected]

Check #1205 for more info.

Will close this as soon as we release an official version with the fix.

gabrieljablonski avatar Jul 02 '24 22:07 gabrieljablonski

Official release with the fix [email protected]

gabrieljablonski avatar Jul 03 '24 16:07 gabrieljablonski