From 39e459fa0938cb79e207002dd583b7a75fe2951d Mon Sep 17 00:00:00 2001 From: moh Date: Sun, 20 Sep 2026 16:44:03 +0200 Subject: [PATCH] REVERTED - Drop body suppressHydrationWarning - The hydration warning came from a browser extension, not the app; handling it at the extension level instead of masking it in the layout --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index d981315..48d7e40 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -90,7 +90,7 @@ export default async function RootLayout({ - + {children}