fix: fix hydration error caused by browser extension

This commit is contained in:
javayhu 2025-03-05 21:00:25 +08:00
parent e3140d0b87
commit 272b666642

View File

@ -41,7 +41,7 @@ export default async function LocaleLayout({ children, params }: LocaleLayoutPro
return (
<html lang={locale} suppressHydrationWarning>
<body className={cn(
<body suppressHydrationWarning className={cn(
"size-full antialiased",
GeistSans.className,
fontSourceSerif4.variable,