eui
eui copied to clipboard
[EuiToolTip] does not work in React 18 + StrictMode
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).