Skip to content

Commit a65e0d5

Browse files
committed
fix(playground): pass required showOpenInCodeSandbox={false} to LoadingOverlay
1 parent 1b0f38c commit a65e0d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-site/components/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export function Playground({
176176
position: 'relative',
177177
}}
178178
>
179-
<LoadingOverlay />
179+
<LoadingOverlay showOpenInCodeSandbox={false} />
180180
<SandpackCodeEditor
181181
showLineNumbers
182182
showInlineErrors

docs-site/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)