From c9174b11ab907824b8fa480bac1903069440fa73 Mon Sep 17 00:00:00 2001 From: kuekhaoyang Date: Tue, 18 Nov 2025 10:06:51 +0800 Subject: [PATCH] fix: Remove duplicate suppressHydrationWarning from body tag in RootLayout --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 692d3d9..8cf5639 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -27,6 +27,7 @@ export default function RootLayout({ {children}