You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice this error occurs when I'm running tests from time to time.
page.evaluate: StorybookTestRunnerError:
An error occurred in the following story. Access the link for full output:
http://localhost:6031/?path=/story/inputs-select--pop-upward&addonPanel=storybook/interactions/panel
Message:
null
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 from react-aria-components which involves Popover (i.e. Portal).
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
The text was updated successfully, but these errors were encountered: