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 b1f1f81 commit d6bb70cCopy full SHA for d6bb70c
docs/_asset/editor.jsx
@@ -590,7 +590,13 @@ function ErrorFallback(props) {
590
function DisplayError(props) {
591
return (
592
<pre>
593
- <code>{String(props.error.stack || props.error)}</code>
+ <code>
594
+ {String(
595
+ props.error.stack
596
+ ? props.error.message + '\n' + props.error.stack
597
+ : props.error
598
+ )}
599
+ </code>
600
</pre>
601
)
602
}
Successfully deployed to the following URLs:
v2.mdxjs.com mdx-mdx.vercel.app mdx-git-main-mdx.vercel.app mdxjs.com
1 commit comments
vercel[bot] commentedon Oct 19, 2023
Successfully deployed to the following URLs:
mdx – ./
v2.mdxjs.com
mdx-mdx.vercel.app
mdx-git-main-mdx.vercel.app
mdxjs.com