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 eaf7e28 commit 1b1c027Copy full SHA for 1b1c027
src/components/CodeEmbed/frame.tsx
@@ -163,7 +163,7 @@ export const CodeFrame = (props: CodeFrameProps) => {
163
base: props.base,
164
scripts: props.scripts,
165
instanceMode: props.jsCode.includes('new p5'),
166
- }) : undefined}
+ }) : ""}
167
sandbox="allow-scripts allow-popups allow-modals allow-forms allow-same-origin"
168
aria-label="Code Preview"
169
title="Code Preview"
0 commit comments