diff --git a/app/layout.tsx b/app/layout.tsx index 5f61d1a..1583528 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -96,7 +96,13 @@ export default function RootLayout({ lang="en" className={cn(jetbrainsMono.variable, spaceGrotesk.variable)} > - + {/* suppressHydrationWarning: browser extensions (Grammarly, etc.) inject + attributes like data-gr-ext-installed onto after SSR. This is + shallow — it only ignores body's own attribute diff, not children. */} + {children}