MUI v5 does not appear in Storybook Docs tab?
See original GitHub issueI was working on Material UI v4 but after the release of MUI (Material UI V5) I have shifted on that but after shifting I cant see anything on storybook docs tab.
Material-UI (V5)
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
I Can’t see anything on the Storybook docs tab after upgrading to V5.
Expected Behavior 🤔
It should the Docs on the storybook.
Steps to Reproduce 🕹
Git repository:- https://github.com/vikas990/bug.git Steps:
- npm install
- npm run storybook
Context 🔦
I m try to document the design on my website.
Your Environment 🌎
`npx @mui/envinfo`
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Material-ui v5 Documentation does not render in docs tab
I am aware of this issue, however this is a diffrent issue to mine. They are talking about themes, i cant even get...
Read more >After Using Material-UI v5 (MUI) i can't see anything on ...
I was working on Material UI v4 but after the release of MUI (Material UI V5) I have shifted on that but after...
Read more >Troubleshooting - Material UI - MUI
Troubleshooting. This document covers known issues and common problems encountered when migrating from Material UI v4 to v5.
Read more >DocsPage - 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 and Figma
Storybook is an open source tool for developing, testing, and documenting UI components across many. Use Storybook to: Create code-based...
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
I tried the repo you provide with these adjustments and it works.
.storybook/preview.js
.storybook/main.js
also this issue is duplicated with #24282 (will update the migration doc)
it’s working now thank you for the help and for the quick response.