From 2072d0ff0c3d100b633047d11b0069b7b20c10f1 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Tue, 24 Mar 2026 22:47:22 +0800 Subject: [PATCH] =?UTF-8?q?Suppress=20benign=20ResizeObserver=20loop=20war?= =?UTF-8?q?nings=20(W3C=20spec=20=C2=A73.3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 70a9909..cfc1b60 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,6 +34,8 @@ export default async function RootLayout({ suppressHydrationWarning > + {/* Suppress benign ResizeObserver loop warnings (W3C spec ยง3.3) */} +