@storybook/addon-docs: Yet another "No code available"
See original GitHub issueI am not sure when this happened, but for @storybook/addon-docs I get “No code available”. It worked some time ago though.
Version: 6.1.21
main.js:
module.exports = {
stories: ['./stories/**/*.@(js|mdx)'],
addons: ['@storybook/addon-docs', '@storybook/addon-storysource'],
};
(I tried removing @storybook/addon-storysource, as suggested over here, but without success.)
┆Issue is synchronized with this Asana task by Unito
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
storybook/addon-docs: Yet another "No code available" #14463
On Docs tab of predefined Stories I see "No code available". The "Show code" button is unlocked after clicking on "Reset controls" or...
Read more >storybook/addon-docs - npm
DocsPage is a zero-config aggregation of your component stories, text descriptions, docgen comments, props tables, and code examples into clean, ...
Read more >ArgsTable - Storybook - JS.ORG
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and...
Read more >storybook-addon-react-docgen
A storybook addon to display react docgen info. This addon is a drop in replacement for the "info" addon's prop table functionality. Rather...
Read more >MDX - Storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and...
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 Free
Top 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

using Angular 13.2.5 and Storybook 6.4.19 still not work, my files calling “right” way
All stories load correctly but in docs tab show “No code available” when click on some control or “reset control” the code show correctly.
maybe is because my project structure?
my .storybook/main.js file
I have the same problem (angular 11)
On Docs tab of predefined Stories I see “No code available”. The “Show code” button is unlocked after clicking on “Reset controls” or after some switching between Stories.
The problem is reproducible on versions 6.2.1-6.2.3.
Please help!