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