diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 80c3c72..927ba5c 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -31,7 +31,15 @@ export default function RootLayout({ lang="en" className={cn("dark", "h-full", "antialiased", geistSans.variable, geistMono.variable, "font-sans", inter.variable)} > - {children} + {/* suppressHydrationWarning: browser extensions (e.g. ColorZilla's + cz-shortcut-listen) mutate before hydration. Only ignores + attribute diffs on itself, not its children. */} + + {children} + ); }