Stories found according to CLI but no stories found according to UI
See original GitHub issueDescribe the bug
The UI indicates no stories were found despite the start-storybook
CLI command and web console indicating that at least one story was found.
System
Environment Info:
System:
OS: Windows 10 10.0.19043
CPU: (16) x64 AMD Ryzen 7 3700X 8-Core Processor
Binaries:
Node: 16.0.0 - C:\Program Files\nodejs\node.EXE
npm: 7.10.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.19041.964.0), Chromium (91.0.864.41)
npmPackages:
@storybook/addon-actions: ^6.1.10 => 6.2.9
@storybook/addon-essentials: ^6.1.10 => 6.2.9
@storybook/addon-links: ^6.1.10 => 6.2.9
@storybook/addon-postcss: ^2.0.0 => 2.0.0
@storybook/react: ^6.2.9 => 6.2.9
Additional context This was from an attempt to integrate Storybook into a Next.js application.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
The stories do no not load on React Native Tutorial #58
It is trying to load the main application and it breaks while it's doing that, but it is not trying to load storybook....
Read more >Setting up Storybook for React Native/TypeScript (server, ...
This is a step-by-step walkthrough of how to set up Storybook for React Native, complete with the the web UI ( @storybook/react-native-server ), ......
Read more >How to write stories - Storybook - JS.ORG
We define stories according to the Component Story Format (CSF), an ES6 module-based standard that is easy to write and portable between tools....
Read more >CLI • Chromatic docs
The Chromatic CLI builds and publishes your Storybook. ... These options control how Chromatic behaves concerning your stories and what to do with...
Read more >How to better manage your React components with ...
According to Storybook's own definition, it is an UI development ... You can then run again your Storybook, and you'll see the story...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This was the issue. Thank you for you assistance.
@shilman do you know if the issue I mentioned is known? If not - would you like me to open a new issue with a repro?