We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
1 parent 7504cfb commit dbe9f44Copy full SHA for dbe9f44
docs/_component/editor.client.js
@@ -37,7 +37,7 @@ function useMdx(defaults) {
37
const file = new VFile({basename, value: config.value})
38
39
const capture = (name) => () => (tree) => {
40
- file.data[name] = tree
+ file.data[name] = structuredClone(tree)
41
}
42
43
const remarkPlugins = []
Successfully deployed to the following URLs:
mdx-git-main-mdx.vercel.app v2.mdxjs.com mdx-mdx.vercel.app mdxjs.com
1 commit comments
vercel[bot] commentedon Jun 26, 2023
Successfully deployed to the following URLs:
mdx – ./
mdx-git-main-mdx.vercel.app
v2.mdxjs.com
mdx-mdx.vercel.app
mdxjs.com