Closed tonidero closed 3 months ago
Storybook dev mode is broken
To reproduce, just run:
npm install npm run storybook
Storybook breaks because some svelte files are importing types from ts files like runtime code, not just types.
types
This was contributed by @AbraaoAlves in #145
Motivation / Description
Storybook dev mode is broken
To reproduce, just run:
Storybook breaks because some svelte files are importing types from ts files like runtime code, not just
types
.Changes introduced
Linear ticket (if any)
Additional comments
Motivation / Description
Changes introduced
Linear ticket (if any)
Additional comments
This was contributed by @AbraaoAlves in #145