-
Notifications
You must be signed in to change notification settings - Fork 32
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
White Screen of Death v1.1.0 ⬜️ ☠️ #45
Comments
Probably fixed by #42 , there is conflicts in some dependencies. |
Can you test with v2.0.1 ? |
Still seems to be broken for me :/ |
do you have a repro for this issue ? |
Unfortunately, my repo is private as it's a work project... I can try and spin up a barebones test repo but not sure I have time this week. FWIW... I'm getting errors with both Webpack 4, Webpack 5, and the Vite builder with addon-svelte-csf at |
Closing this issue because it's not related to this addon |
Describe the bug
My storybook is building properly for dev with no errors and is building for production with no errors, but when I open up the local URL, I am getting a white screen with a ton of console errors.
As far as I can tell, this is basically the same error as seen here:
storybookjs/storybook#14410
Steps to reproduce the behavior
start-storybook -p 6006 --no-manager-cache
localhost:6006
Hello World
.localhost:6006
Expected behavior
I expect to see my stories rendered and not have the entire Storybook UI crash
Screenshots and/or logs
Environment
Additional context
Relevant Versions
Also I should note that running
build-storybook
also results in a clean build but white screens upon start.The text was updated successfully, but these errors were encountered: