From 80b1365ebc48cba478709161583368297fc74f46 Mon Sep 17 00:00:00 2001 From: moh Date: Sun, 20 Sep 2026 16:42:58 +0200 Subject: [PATCH] FIXED - Suppress body hydration warning from browser extensions - Browser extensions (e.g. ColorZilla's cz-shortcut-listen) inject attributes on before React hydrates, causing a benign hydration mismatch warning - Add suppressHydrationWarning to , matching the existing --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 48d7e40..d981315 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -90,7 +90,7 @@ export default async function RootLayout({ - + {children}