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