Closed daniel-aasheim closed 1 month ago
Literally the only search result on google for "invalid on disconnected popover" is the chromium source code where it is defined
I am wondering if !isConnected()
here means the element is not yet attached to the dom... I am using useLayoutEffect
to call showPopover()
when open
is true, but perhaps I should have used useEffect
instead 🤔
Unfortunately I have not yet been able to reproduce this error locally but I will try more later
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce the bug
1. 2. 3. 4.
Expected behavior
A clear and concise description of what you expected to happen.
Specifications
Additional context
Add any other context or screenshots about the bug. An example in CodeSandbox is very helpful