We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When running storybook build, this warning is printed:
WARN We found no files matching any of the following globs: WARN WARN ../src/stories/**/*.stories.(js|mdx)
However, everything works! Stories are loaded properly. So, it seems the warning is just incorrect.
To Reproduce
Version: next @ 4b7c1a4
Steps to reproduce the behavior:
cd examples/vue-kitchen-sink
yarn storybook
The text was updated successfully, but these errors were encountered:
When testing the migration of a Vue-based monorepo (Yarn/Lerna) project based on feedback in #10817, I am also running into this same warning:
WARN We found no files matching any of the following globs: WARN WARN ../components/**/*.stories.(js|mdx) WARN ../lib/**/*.stories.mdx
However, none of my stories are loading :/
All @storybook dependencies are on 6.0.0-beta.8.
@storybook
6.0.0-beta.8
Sorry, something went wrong.
I think @yannbf was working on a fix for this?
Hey everyone, this is a duplicate of #10772. A fix is on the way, it just needs to be further discussed! 🙆♀️
No branches or pull requests
Describe the bug
When running storybook build, this warning is printed:
However, everything works! Stories are loaded properly. So, it seems the warning is just incorrect.
To Reproduce
Version: next @ 4b7c1a4
Steps to reproduce the behavior:
cd examples/vue-kitchen-sink
yarn storybook
The text was updated successfully, but these errors were encountered: