Skip to content

Commit f39ae23

Browse files
committed
fix(cli): add suppressHydrationWarning to nextjs layout template
1 parent 633dd02 commit f39ae23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/utils/templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ export default function RootLayout({
677677
children: React.ReactNode;
678678
}>) {
679679
return (
680-
<html lang="en">
680+
<html lang="en" suppressHydrationWarning>
681681
<body
682682
className="antialiased"
683683
>

0 commit comments

Comments
 (0)