We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ab765 commit e9ed53bCopy full SHA for e9ed53b
playground/src/preview.jsx
@@ -47,7 +47,7 @@ function InnerPreview({ code }) {
47
// console.log(error);
48
return (
49
<>
50
- {Content ? Content({ components: { CH } }) : null}
+ {Content ? <Content components={{ CH }} /> : null}
51
{error ? <div className="preview-error">{error}</div> : null}
52
</>
53
);
0 commit comments