To reproduce:
pnpm install
pnpm run --filter @monorepo/storybook storybook
View the storybook. Note that:
- The MDX documentation for
Button
works as expected - The MDX documentation for
ImportedButton
reports "<Meta of={} />
must reference a CSF file module export or meta export"
The imported CSF is covered by the stories glob in main.js
, and you can even see the story appear in the sidebar.