From 20989987f66498001a5370b86f352157859d4a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 15 Aug 2026 19:49:08 +0200 Subject: [PATCH] Suppress hydration-warning noise from browser-extension DOM tweaks on body cz-shortcut-listen is ColorZilla's own marker attribute, injected into client-side before React hydrates - not an app bug. This only silences mismatches on body's own attributes, not its children, so a real hydration bug elsewhere would still surface normally. Co-Authored-By: Claude Sonnet 5 --- app/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/app/layout.tsx b/app/src/app/layout.tsx index 8b0de53..2acfa20 100644 --- a/app/src/app/layout.tsx +++ b/app/src/app/layout.tsx @@ -29,7 +29,7 @@ export default function RootLayout({ lang="en" className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`} > - + {children}