diff --git a/src/components/InteractiveSandbox.tsx b/src/components/InteractiveSandbox.tsx index b5c2cdabe..aedc5189d 100644 --- a/src/components/InteractiveSandbox.tsx +++ b/src/components/InteractiveSandbox.tsx @@ -1,4 +1,5 @@ import React from 'react' +import { stackBlitzIframeProps } from '~/utils/stackblitz-embed' interface InteractiveSandboxProps { isActive: boolean @@ -17,6 +18,8 @@ export function InteractiveSandbox({ libraryName, embedEditor, }: InteractiveSandboxProps) { + const isStackBlitz = embedEditor === 'stackblitz' + return (