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 f3f802c commit 1725eb4Copy full SHA for 1725eb4
app/(app)/layout.tsx
@@ -12,7 +12,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
12
<AppShell>
13
<div className="mx-auto w-full max-w-7xl flex-1 p-3">
14
<ViewTransition name="app-content">
15
- <div suppressHydrationWarning>{children}</div>
+ {children}
16
</ViewTransition>
17
</div>
18
</AppShell>
0 commit comments