Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Jun 1, 2022
1 parent cae6e39 commit 6be93e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandpack-react/src/components/TranspiledCode/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const SandpackTranspiledCode = ({
title="transpiled sandpack code"
/>
<ErrorOverlay />
<LoadingOverlay clientId="hidden" />
<LoadingOverlay clientId="hidden" showOpenInCodeSandbox={false} />
</div>
);
};

0 comments on commit 6be93e8

Please sign in to comment.