-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem after updating from 0.1.13
to 0.1.14
. Sveltekit + Typescript + Storybook
#224
Comments
Thanks for the report. I can't think of anything that would have changed to cause this, and unfortunately I'm not able to get our own svelte example working due to #50. Is it possible that @storybook/addon-svelte-csf is not behaving correctly? I see a warning about |
I can confirm this report with my SvelteKit boilerplate. I have updated all packages today, if you try updating from |
Hi, I've had exactly this problem as well after updating from. (We're running SvelteKit For now, we've solved this by reverting back to Some interesting observations I made while bughunting with a colleague:
I'm unsure if there's a reference to another configuration object / file for Storybook, but it's like I couldn't hook into Storybook through the config. |
1. Re-enabled the csfPlugin for svelte 2. Updated svelte dependencies, that fixed a `TypeError: RegisterContext is not a constructor` error. (Svelte compiler was in 'ssr' mode) Fixes #224 (Also implemented support for preprocessors inside *.stories.svelte files)
Hi! After updating
storybook-builder-vite
version from0.1.13
to0.1.14
all stories disappear.console:
Unexpected default export without title in './src/stories/Button.stories.svelte': undefined
screenshot:
Example: https://github.com/SergeiZheleznov/sb-svelte-vite-example
The only thing changed is
storybook-builder-vite
versionThe text was updated successfully, but these errors were encountered: