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 b48522e commit adaf3f5Copy full SHA for adaf3f5
1 file changed
app/layout.tsx
@@ -13,7 +13,7 @@ export default function RootLayout({
13
children: React.ReactNode;
14
}>) {
15
return (
16
- <html lang="en" className="h-full antialiased">
+ <html lang="en" className="h-full antialiased" suppressHydrationWarning>
17
<body className="min-h-full flex flex-col font-[Helvetica,Arial,sans-serif]">
18
<ThemeProvider attribute="class" defaultTheme="light" forcedTheme="light">
19
{children}
0 commit comments