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
Framework Svelte.
Randomly, when using Controls in the doc panel, the story is duplicated in the preview panel. Sometimes, the story is not rendered, or rendered on the wrong canvas.
To Reproduce
Open the svelte kitchen sink
Open the Button Story
Click on the rounded control severals times. (It happens more frequently if the change are done fast..)
In the preview panel, the story appears twice
Cause
The HOC component doesn't destroy the child component.
The text was updated successfully, but these errors were encountered:
Describe the bug
Framework Svelte.
Randomly, when using Controls in the doc panel, the story is duplicated in the preview panel. Sometimes, the story is not rendered, or rendered on the wrong canvas.
To Reproduce
Cause
The HOC component doesn't destroy the child component.
The text was updated successfully, but these errors were encountered: