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
It functions similarly to the existing $app/stores module, but is based on runes instead of stores.
We have an (experimental) API that allows users to mock these SvelteKit-level built-in modules (originally contributed by @paoloricciuti), and we need to extend that to support $app/state as well. See:
Describe the bug
SvelteKit 2.12.0 introduced a new built-in module,
$app/state
, intended for Svelte 5 usage.It functions similarly to the existing
$app/stores
module, but is based on runes instead of stores.We have an (experimental) API that allows users to mock these SvelteKit-level built-in modules (originally contributed by @paoloricciuti), and we need to extend that to support
$app/state
as well. See:Additional context
The mocks lives in https://github.com/storybookjs/storybook/blob/next/code/frameworks/sveltekit/src/mocks/app
The text was updated successfully, but these errors were encountered: