I see this error with the app, reported by NextJS, please fix it. The er
This commit is contained in:
parent
fd626d9911
commit
c73407b0fd
|
|
@ -34,6 +34,7 @@ export default function RootLayout({
|
|||
</head>
|
||||
<body
|
||||
className={cn('min-h-screen bg-background font-body antialiased flex flex-col', ptSans.variable)}
|
||||
suppressHydrationWarning={true}
|
||||
>
|
||||
<Header />
|
||||
<main className="flex-grow container mx-auto px-4 py-8">
|
||||
|
|
|
|||
Loading…
Reference in New Issue