mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-22 09:09:17 +01:00
chore: add suppressHydrationWarning
This commit is contained in:
@@ -30,7 +30,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode
|
||||
}>) {
|
||||
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)}>
|
||||
<JazzProvider>
|
||||
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
|
||||
|
||||
Reference in New Issue
Block a user