primereact icon indicating copy to clipboard operation
primereact copied to clipboard

Tooltip crashes when position='mouse' and it changes

Open PeanutsLUL opened this issue 1 month ago • 0 comments

Describe the bug

The tooltip crashes the current browser tab when the position is set to mouse, the tooltip is actively showing and the content of it is changed.

Reproducer

https://stackblitz.com/edit/vitejs-vite-kju9lj

PrimeReact version

latest

React version

18.x

Language

TypeScript

Build / Runtime

Create React App (CRA)

Browser(s)

No response

Steps to reproduce the behavior

  1. Load the Reproducer Stackblitz link
  2. Hover over the Knob to show the tooltip
  3. Try to change the knob value by dragging it left or right

image

Expected behavior

No response

PeanutsLUL avatar May 17 '24 00:05 PeanutsLUL