diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 4781e6102d..3deb43e738 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -67,6 +67,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo lang={locale} dir={direction} style={embedColorScheme ? { colorScheme: embedColorScheme as string } : undefined} + suppressHydrationWarning data-nextjs-router="app"> {!!process.env.NEXT_PUBLIC_HEAD_SCRIPTS && (