Story is not shown in storybook
See original GitHub issue
Everything that I’ve written is on the screenshot above.
I’m not really sure what’s wrong with it, cuz there’s no errors There was just an error that looks like
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of `unboundStoryFn`.
And the warning that my export default is actually unused.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9
Top Results From Across the Web
How to troubleshoot storybook not loading stories?
Resave save the story file. It makes the component reappear in side panel, and then you can see the errors ...
Read more >Storybook does not show any stories! · Issue #13811 - GitHub
I tried adding Storybook into a newer project. I have used Storybook before, but the last version I was running was 5.3.18.
Read more >Frequently Asked Questions - Storybook - JS.ORG
How can my code detect if it is running in Storybook? Why are my stories not showing up correctly when using certain characters?...
Read more >Couldn't find any stories in your Storybook [#3274004] - Drupal
I am getting this: Couldn't find any stories in your Storybook. - Please check your stories field of your main. js config.
Read more >Storybook addon not showing - Sami C.
If your addon in storybook is suddenly not showing, simply execute the following command in your browser console: localStorage.clear();.
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

Lol, same error 😅 And I do not remember the solution
Already fixed 👌🏿