diff --git a/sandpack-react/src/components/Preview/index.tsx b/sandpack-react/src/components/Preview/index.tsx index 708ee2cbd..d8c1603da 100644 --- a/sandpack-react/src/components/Preview/index.tsx +++ b/sandpack-react/src/components/Preview/index.tsx @@ -50,7 +50,7 @@ export const SandpackPreview: React.FC = ({ actionsChildren = <>, viewportSize = "auto", viewportOrientation = "portrait", - children + children, }) => { const { sandpack, listen } = useSandpack(); const [iframeComputedHeight, setComputedAutoHeight] = React.useState<