Fix html hydrate error
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ const jsonLd = {
|
||||
|
||||
export default async function RootLayout({children, Session}) {
|
||||
return (
|
||||
<html lang='fr'>
|
||||
<html lang='fr' suppressHydrationWarning>
|
||||
<body>
|
||||
<NextTopLoader color='#ffeb3b' />
|
||||
<AuthProvider session={Session}>
|
||||
|
||||
Reference in New Issue
Block a user