generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
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).
Environment
- version:
5.0.0-next.21
- Svelte version: 5.17.1
- Storybook version: 8.4.7
@storybook/svelte
version: 8.4.7- OS: Windows 10 Enterprise
- Node.js version: 21.6.2
- NPM version: 10.4.0
- Browser (if applicable): Firefox
- Browser version (if applicable): 134
Additional context
Possibly related to #164
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working