fix: fix hydration error caused by browser extension
This commit is contained in:
parent
e3140d0b87
commit
272b666642
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user