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
In my MDX story if I write:
<Preview> <Story name="basicA"> <Button>Label</Button> </Story> <Story name="basicB"> <Button>Label</Button> </Story> <Story name="basicC"> <Button>Label</Button> </Story> </Preview>
then everything is good. But if I write
then Storybook will give this error:
Module build failed (from ./node_modules/@mdx-js/loader/index.js): SyntaxError: Unexpected token (4:10) at Object.raise (...)
I have a play around MDX's playground and this doesn't seem to happen there so I am assuming it's a Storybook issue.
The text was updated successfully, but these errors were encountered:
closing as dupe to #7902
Sorry, something went wrong.
No branches or pull requests
In my MDX story if I write:
then everything is good. But if I write
then Storybook will give this error:
I have a play around MDX's playground and this doesn't seem to happen there so I am assuming it's a Storybook issue.
The text was updated successfully, but these errors were encountered: