fix(layout): suppress hydration warning in RootLayout component
This commit is contained in:
parent
40bb1d8b57
commit
38dc197eb7
@ -24,7 +24,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user