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 da3a49c commit 880567dCopy full SHA for 880567d
src/components/CodeEmbed/frame.tsx
@@ -161,7 +161,7 @@ export const CodeFrame = (props: CodeFrameProps) => {
161
htmlBody: props.htmlBodyCode,
162
base: props.base,
163
scripts: props.scripts,
164
- }) : undefined}
+ }) : ""}
165
sandbox="allow-scripts allow-popups allow-modals allow-forms allow-same-origin"
166
aria-label="Code Preview"
167
title="Code Preview"
0 commit comments