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
Following the examples in Interactions.stories and Example.stories it seems as though any updates to Story state should be reflected in the UI, regardless of whether the state is modified via a play callback or UI action.
Neither of these patterns seems to be working currently- the UI never updates. This makes it impossible to author interactive stories (although it is still possible to write interaction tests if the only validation is that callbacks are called as expected).
Describe the bug
Following the examples in
Interactions.stories
andExample.stories
it seems as though any updates to Story state should be reflected in the UI, regardless of whether the state is modified via aplay
callback or UI action.Neither of these patterns seems to be working currently- the UI never updates. This makes it impossible to author interactive stories (although it is still possible to write interaction tests if the only validation is that callbacks are called as expected).
Environment
5.0.0-next.21
@storybook/svelte
version: 8.4.7Additional context
Possibly related to #164
The text was updated successfully, but these errors were encountered: