suppress hydration warning
This commit is contained in:
parent
a04f219158
commit
675e0c4507
@ -57,7 +57,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning className="">
|
||||
<html lang="en" suppressHydrationWarning={true} className="">
|
||||
<head>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||
@ -220,6 +220,7 @@ export default function RootLayout({
|
||||
/>
|
||||
</head>
|
||||
<body
|
||||
suppressHydrationWarning={true}
|
||||
className={cn(
|
||||
inter.className,
|
||||
interTight.variable,
|
||||
|
Loading…
x
Reference in New Issue
Block a user