From 2dae00034277d0e6593a28f6e9ada39b3272f074 Mon Sep 17 00:00:00 2001 From: Vijayakanth Manoharan Date: Mon, 23 Mar 2026 22:15:34 -0400 Subject: [PATCH] Fix hydration mismatch from theme blocking script The inline script adds the 'dark' class to before React hydrates, causing a server/client className mismatch. suppressHydrationWarning on is the standard Next.js fix for this pattern. Co-Authored-By: Claude Sonnet 4.6 --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 29fe304..dfd0542 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -42,6 +42,7 @@ export default function RootLayout({