storybookjs / addon-svelte-csf

[Incubation] CSF using Svelte components.
MIT License
103 stars 32 forks source link

[next] TODO: Replace script `context="module"` attribute with `module` #204

Open xeho91 opened 1 month ago

xeho91 commented 1 month ago

There has been a breaking change in Svelte v5.

To summarise:

-<script context="module">
+<script module>

Reference: https://github.com/sveltejs/svelte/pull/12948