Merge pull request #14777 from saranrapjs/14602-fix-doc-blocks-cjs

fix: mdx compiler switch to new path
This commit is contained in:
Michael Shilman 2021-05-02 22:30:12 +08:00 committed by GitHub
commit 003db513ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,7 +459,7 @@ function extractExports(root, options) {
const defaultJsx = mdxToJsx.toJSX(root, {}, { ...options, skipExport: true });
const fullJsx = [
'import { assertIsFn, AddContext } from "@storybook/addon-docs/blocks";',
'import { assertIsFn, AddContext } from "@storybook/addon-docs";',
defaultJsx,
...storyExports,
`const componentMeta = ${stringifyMeta(metaExport)};`,