From 4dfbffc9ce4c1cf81945e08acbacabf2855bf10c Mon Sep 17 00:00:00 2001 From: Andymick Date: Sat, 18 Jul 2026 06:39:48 +0100 Subject: [PATCH] Suppress hydration warnings on body element Add suppressHydrationWarning to body element in addition to html element to properly suppress dark theme class mismatch warnings during React hydration. Co-Authored-By: Claude Haiku 4.5 --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 409d8b0..fd61cb5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -60,7 +60,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo }} /> - + {showMaintenance ? (