Skip to content

Commit 127607c

Browse files
committed
style(layout): add suppressHydrationWarning to body tag
1 parent 40641dd commit 127607c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function RootLayout({
1616
}) {
1717
return (
1818
<html lang="en" suppressHydrationWarning>
19-
<body>
19+
<body suppressHydrationWarning>
2020
<div className="page-wrapper">
2121
<Providers>{children}</Providers>
2222
</div>

0 commit comments

Comments
 (0)