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 Storybook provides an error while using empty row inside multiline template in mdx files (DocsPage, angular)
Module build failed (from ./node_modules/@mdx-js/loader/index.js): SyntaxError: unknown: Unexpected token (17:53) 15 | template: ` 16 | > 17 | {` <app-root></app-root> | ^ 18 | \` 19 | }} 20 | `}</code></pre>
To Reproduce Steps to reproduce the behavior:
\
Expected behavior Empty rows are allowed inside mdx template.
Code snippets
<Preview> <Story name="Overview"> {{ template: ` <app-root></app-root> <app-root></app-root> ` }} </Story> </Preview>
It's a regular use-case for complex markup showcase or having same component multiple times in different states.
The text was updated successfully, but these errors were encountered:
Closing as dupe to #7902
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Storybook provides an error while using empty row inside multiline template in mdx files (DocsPage, angular)
To Reproduce
Steps to reproduce the behavior:
\
at empty rowExpected behavior
Empty rows are allowed inside mdx template.
Code snippets
It's a regular use-case for complex markup showcase or having same component multiple times in different states.
The text was updated successfully, but these errors were encountered: