We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a207090 commit 89a6ce8Copy full SHA for 89a6ce8
examples/e2e/experimental/src/app/use-cache/layout.tsx
@@ -1,6 +1,8 @@
1
import { Suspense } from "react";
2
3
-export default function Layout({ children }: Readonly<{
+export default function Layout({
4
+ children,
5
+}: Readonly<{
6
// For some reason using ReactNode here causes a type error
7
children: any;
8
}>) {
0 commit comments