Skip to content
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

storybook_docs_dll is not defined after update to 6.1.0-beta.2 #13023

Closed
daniloab opened this issue Nov 5, 2020 · 6 comments
Closed

storybook_docs_dll is not defined after update to 6.1.0-beta.2 #13023

daniloab opened this issue Nov 5, 2020 · 6 comments

Comments

@daniloab
Copy link

daniloab commented Nov 5, 2020

Describe the bug
After updated the storybook for beta version 6.1.0-beta.2 got the following error:

external "storybook_docs_dll":1 Uncaught ReferenceError: storybook_docs_dll is not defined

To Reproduce
Steps to reproduce the behavior:

  1. Update to the beta version 6.1.0-beta.2
  2. run storybook and try to open the stories page

Expected behavior

Screenshots
Screen Shot 2020-11-05 at 14 39 40

Screen Shot 2020-11-05 at 14 49 19

System

Environment Info:

  System:
    OS: macOS Mojave 10.14.6
    CPU: (4) x64 Intel(R) Core(TM) i5-6360U CPU @ 2.00GHz
  Binaries:
    Node: 12.16.3 - ~/.nvm/versions/node/v12.16.3/bin/node
    Yarn: 1.22.5 - /usr/local/bin/yarn
    npm: 6.14.4 - ~/.nvm/versions/node/v12.16.3/bin/npm
  Browsers:
    Chrome: 86.0.4240.183
    Firefox: 77.0.1
    Safari: 14.0
  npmPackages:
    @storybook/addon-actions: 6.1.0-alpha.17 => 6.1.0-alpha.17 
    @storybook/addon-console: 1.2.2 => 1.2.2 
    @storybook/addon-docs: 6.1.0-alpha.17 => 6.1.0-alpha.17 
    @storybook/addon-knobs: 6.1.0-alpha.17 => 6.1.0-alpha.17 
    @storybook/addon-links: 6.1.0-alpha.17 => 6.1.0-alpha.17 
    @storybook/addon-storyshots: 6.1.0-alpha.35 => 6.1.0-alpha.35 
    @storybook/addon-storysource: 6.1.0-alpha.32 => 6.1.0-alpha.32 
    @storybook/react: 6.1.0-beta.2 => 6.1.0-beta.2 
    @storybook/storybook-deployer: 2.8.6 => 2.8.6 

Additional context
The update was made to try to fix the react import bug related here #12881

@shilman
Copy link
Member

shilman commented Nov 5, 2020

All of your storybook package versions should match.

You can do this automatically (recommended) by:

  • stable: npx sb upgrade
  • prerelease: npx sb upgrade --prerelease

@sibelius
Copy link

fixed for us on v6.1.0-rc.0

@stale
Copy link

stale bot commented Dec 25, 2020

Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!

@stale stale bot added the inactive label Dec 25, 2020
@lcastroemello
Copy link

Hello everyone! I am unfortunately having this issue even after trying both the stable and the prerelease upgrades there. Any other suggestions there?

@shilman
Copy link
Member

shilman commented Feb 12, 2021

@lcastroemello Did you try removing node_modules and/or lockfiles and reinstalling? What's the output of npx sb info in your project?

@stale stale bot removed the inactive label Feb 12, 2021
@sgwanlee
Copy link

All of your storybook package versions should match.

You can do this automatically (recommended) by:

  • stable: npx sb upgrade
  • prerelease: npx sb upgrade --prerelease

Thanks. it solved like a calm

@shilman shilman closed this as completed Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants