Skip to content

Commit

Permalink
Fix story rendering when accessing sveltekit page store
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 4, 2024
1 parent 33f367a commit 8de1d34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/components/stories/MainLayout.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
msw: {
handlers: [addons.data],
},
sveltekit_experimental: {
stores: {
page: {
url: "/",
},
},
},
},
};
Expand Down

0 comments on commit 8de1d34

Please sign in to comment.