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
Since the v7.0.0.beta-58 added a setTimeout(() => cleanup(), 0) to the Vue stories shown in the docs are broken when navigating to another docs page. There's a quick blinking effect that can be barely seen:
the story renders
then disappears
My suspicion is that the cleanup's delay causes the new story to be wiped away.
To Reproduce
Take a basic Vue 3 Storybook (Vite, Webpack doesn't matter), and add two components with docs. Upon navigating from one docs page to the other, the Docs page base story example blinks out of existence.
System
No response
Additional context
This issue is related to #20731
Undoing the setTimeout (essentially backing the previous PR out) fixes this particular issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
Since the v7.0.0.beta-58 added a setTimeout(() => cleanup(), 0) to the Vue stories shown in the docs are broken when navigating to another docs page. There's a quick blinking effect that can be barely seen:
My suspicion is that the cleanup's delay causes the new story to be wiped away.
To Reproduce
Take a basic Vue 3 Storybook (Vite, Webpack doesn't matter), and add two components with docs. Upon navigating from one docs page to the other, the Docs page base story example blinks out of existence.
System
No response
Additional context
This issue is related to #20731
Undoing the setTimeout (essentially backing the previous PR out) fixes this particular issue.
The text was updated successfully, but these errors were encountered: