From 1b65c7a4fdd1f88a208b247103f50f56288a2568 Mon Sep 17 00:00:00 2001 From: Abdellah Hariti Date: Wed, 28 Feb 2024 14:51:24 +0100 Subject: [PATCH 1/2] chore: get rid of hydration errors as we can't really control the source --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 37d6ecc9f5155..7a2f6b063b7af 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,7 +7,7 @@ export const metadata: Metadata = { export default function RootLayout({children}: {children: React.ReactNode}) { return ( - + {children}