suppress hydration warning

This commit is contained in:
zmeyer44 2023-10-17 17:54:37 -04:00
parent a04f219158
commit 675e0c4507

View File

@ -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,