Description
Describe the bug
When a user tries to use the Save from Controls feature in a Svelte project with template syntax, it throws a cryptic error message without any helpful information to the user when he attempts to use any of the workflow controls (e.g., Update Story, Save new Story). This issue is reproducible in the latest Storybook version and also in the latest pre-release version.
Below is a recording of the issue:
Svelte_Save_from_Controls_issue.mp4
As an aside, the documentation will be updated to reflect this limitation. However, it would be ideal to turn off the feature for Svelte projects until it is fully supported to avoid confusion or provide a more informative error message to the user when the feature is not supported in the current context.
cc @JReinhold
Reproduction link
https://stackblitz.com/edit/github-vbubyc?file=src%2Fstories%2FButton.stories.svelte
Reproduction steps
- Create a new Svelte project
- Add Storybook to the project
- Open a Svelte native template syntax story file (e.g.,
Button.stories.svelte
) - Try to use any part of the feature (e.g., Update Story, Save new Story)
System
Storybook Environment Info:
System:
OS: macOS 15.0.1
CPU: (8) arm64 Apple M3
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.13.1 - ~/.nvm/versions/node/v20.13.1/bin/node
Yarn: 1.22.21 - /usr/local/bin/yarn
npm: 10.5.2 - ~/.nvm/versions/node/v20.13.1/bin/npm <----- active
pnpm: 9.12.2 - /opt/homebrew/bin/pnpm
Browsers:
Chrome: 130.0.6723.70
Edge: 130.0.2849.56
Safari: 18.0.1
npmPackages:
@storybook/addon-essentials: ^8.3.6 => 8.3.6
@storybook/addon-interactions: ^8.3.6 => 8.3.6
@storybook/addon-links: ^8.3.6 => 8.3.6
@storybook/addon-svelte-csf: ^5.0.0-next.8 => 5.0.0-next.8
@storybook/blocks: ^8.3.6 => 8.3.6
@storybook/svelte: ^8.3.6 => 8.3.6
@storybook/sveltekit: ^8.3.6 => 8.3.6
@storybook/test: ^8.3.6 => 8.3.6
storybook: ^8.3.6 => 8.3.6
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status