mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-24 17:28:41 +02:00
chore: add suppressHydrationWarning
This commit is contained in:
@@ -30,7 +30,7 @@ export default function RootLayout({
|
|||||||
children: React.ReactNode
|
children: React.ReactNode
|
||||||
}>) {
|
}>) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" className="h-full w-full">
|
<html lang="en" className="h-full w-full" suppressHydrationWarning>
|
||||||
<body className={cn("h-full w-full font-sans antialiased", inter.variable)}>
|
<body className={cn("h-full w-full font-sans antialiased", inter.variable)}>
|
||||||
<JazzProvider>
|
<JazzProvider>
|
||||||
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
|
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
|
||||||
|
|||||||
Reference in New Issue
Block a user