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
After upgrading Svelte to v5.17.0, changing args in the Controls panel have no effect on the story. Clicking the force re-mount button will correctly show with the changed args, but that shouldn't be necessary.
Reproduction link
Happens in any minimal Svelte+Vite sandbox, any story.
Still trying to minimal reproduce this in a non-Storybook context, but haven't been successful yet.
Reproduction steps
Have Svelte version ^5.17.0
Navigate to a story
Change some arg in the Controls panel
See that it doesn't affect the rendered story
Downgrade to Svelte version 5.16.6 and restart Storybook
See it correctly work
Additional context
Using the $inspect(someProp) rune (or even $effect(...)) in the rendered component does trigger outputs to the console, so prop changes are propagated to the component, but for some reason those changes don't affect the DOM
Describe the bug
After upgrading Svelte to v5.17.0, changing args in the Controls panel have no effect on the story. Clicking the force re-mount button will correctly show with the changed args, but that shouldn't be necessary.
Reproduction link
Happens in any minimal Svelte+Vite sandbox, any story.
Still trying to minimal reproduce this in a non-Storybook context, but haven't been successful yet.
Reproduction steps
Additional context
$inspect(someProp)
rune (or even$effect(...)
) in the rendered component does trigger outputs to the console, so prop changes are propagated to the component, but for some reason those changes don't affect the DOMThe text was updated successfully, but these errors were encountered: