Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored Mar 25, 2022
1 parent a7d5811 commit 3f60289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandpack-react/src/components/Preview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const SandpackPreview: React.FC<PreviewProps> = ({
actionsChildren = <></>,
viewportSize = "auto",
viewportOrientation = "portrait",
children
children,
}) => {
const { sandpack, listen } = useSandpack();
const [iframeComputedHeight, setComputedAutoHeight] = React.useState<
Expand Down

0 comments on commit 3f60289

Please sign in to comment.