eui icon indicating copy to clipboard operation
eui copied to clipboard

[EuiToolTip] does not work in React 18 + StrictMode

Open chandlerprall opened this issue 3 years ago • 0 comments

I have confirmed this one - a new DOM node is created and inserted when the tooltip is activated, but nothing shows up on screen and the node is never removed. There is the same or similar DOM node issue with React 17 + StrictMode, but the tooltip still displays (via a different DOM node).

chandlerprall avatar Aug 25 '22 20:08 chandlerprall