Open unional opened 2 months ago
I have the same error after updating react-aria in a repo. Digging deeper now
I didn't find the root cause, in the end silenced with parameters.test.dangerouslyIgnoreUnhandledErrors
in story default export set to true
Describe the bug
I notice this error occurs when I'm running tests from time to time.
It doesn't fail all the time. It is probably related to load and timing.
I tried to repro it directly, and I'm able to do that after I click
remount component
many times:I notice that I don't need to click to very quickly. I'm able to repro the issue by clicking at the rate around 0.7 sec, and the failure occurs from 10 to 50 clicks.
To Reproduce
Cannot repro with simple button. I suspect this involves some re-render/listener/observer. The story I have is a simple
Select
component fromreact-aria-components
which involvesPopover
(i.e.Portal
).Will see if I can create a repro later on.
System
Additional context
No response