From 08a65d74d56bd1666fa4e96e981faba65acc72af Mon Sep 17 00:00:00 2001 From: TinsFox Date: Fri, 26 Apr 2024 21:34:29 +0800 Subject: [PATCH] fix: hydration warning (#3897) --- web/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 2f6a6bb825..ac58f09bfe 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -42,6 +42,7 @@ const LocaleLayout = ({ data-public-sentry-dsn={process.env.NEXT_PUBLIC_SENTRY_DSN} data-public-maintenance-notice={process.env.NEXT_PUBLIC_MAINTENANCE_NOTICE} data-public-site-about={process.env.NEXT_PUBLIC_SITE_ABOUT} + suppressHydrationWarning >