We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0f38c commit a65e0d5Copy full SHA for a65e0d5
docs-site/components/Playground.tsx
@@ -176,7 +176,7 @@ export function Playground({
176
position: 'relative',
177
}}
178
>
179
- <LoadingOverlay />
+ <LoadingOverlay showOpenInCodeSandbox={false} />
180
<SandpackCodeEditor
181
showLineNumbers
182
showInlineErrors
docs-site/next-env.d.ts
@@ -1,6 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
-import "./.next/dev/types/routes.d.ts";
+import "./.next/types/routes.d.ts";
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
0 commit comments