You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Describe the bug
First I tried to use MDX format directly and define stories in it but it didn't work for me (#7223), so I tried to use CSF to define stories and add MDX file into parameters (https://github.com/storybookjs/storybook/blob/next/addons/docs/docs/recipes.md#csf-stories-with-arbitrary-mdx) but it doesn't work either. If I remove
docs
parameter from default export it storyshots will find the stories and create snapshots.Expected behavior
Stories are picked up by storyshots even if
docs
are defined in default export parameters.Code snippets
System:
The text was updated successfully, but these errors were encountered: