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
When using .mdx to compose stories on the latest alpha release (5.2.0-alpha.29), renaming a story has the effect of creating a newly named story in the currently running storybook, but the old story and name still exists in the UI.
To Reproduce
Using 5.2.0-alpha.29, add a story as simple as the following:
Change the name of the story to anything other than the current name
Verify in the UI that the story for testing still exists
Expected behavior
When renaming a story using JS, storybook refreshes the list of available stories and maintains an up to date catalog of the stories that are available. I would expect the behavior to be consistent between the two approaches.
Screenshots
Code snippets
If applicable, add code samples to help explain your problem.
System:
OS: MacOS
Device: Macbook Pro 2019
Browser: Chrome
Framework: react
Version: 5.2.0-alpha.29
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
.mdx
to compose stories on the latest alpha release (5.2.0-alpha.29
), renaming a story has the effect of creating a newly named story in the currently running storybook, but the old story and name still exists in the UI.To Reproduce
5.2.0-alpha.29
, add a story as simple as the following:testing
still existsExpected behavior
When renaming a story using JS, storybook refreshes the list of available stories and maintains an up to date catalog of the stories that are available. I would expect the behavior to be consistent between the two approaches.
Screenshots
Code snippets
If applicable, add code samples to help explain your problem.
System:
5.2.0-alpha.29
The text was updated successfully, but these errors were encountered: