From ad1d2d2ab1b42f0e1da076490da431c388243d0c Mon Sep 17 00:00:00 2001 From: SheetJSDev Date: Fri, 8 Jul 2022 00:55:39 -0400 Subject: [PATCH] docs: swizzle react-live with eject (#7739) docs: swizzle react-live with eject (#7735) --- .../guides/markdown-features/markdown-features-code-blocks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx index 92d3f540b0ff..99669971e064 100644 --- a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx @@ -519,7 +519,7 @@ It is not possible to import components directly from the react-live code editor By default, all React imports are available. If you need more imports available, swizzle the react-live scope: ```bash npm2yarn -npm run swizzle @docusaurus/theme-live-codeblock ReactLiveScope +npm run swizzle @docusaurus/theme-live-codeblock ReactLiveScope -- --eject ``` ```jsx title="src/theme/ReactLiveScope/index.js"