From 0eb4e6c7d439ef55e6da89d26be452325670ef8f Mon Sep 17 00:00:00 2001 From: Vijay Date: Mon, 24 Mar 2025 19:55:56 +0530 Subject: [PATCH] explicitly specify default visibility value till initializes (#20312) --- apps/web/app/layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 1744aeed95..6707cc6e69 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -150,7 +150,9 @@ export default async function RootLayout({ children }: { children: React.ReactNo // - Tells iframe which mode it should be in (dark/light) - if there is a a UI instruction for that visibility: "hidden", } - : {} + : { + visibility: "visible", + } }> {!!process.env.NEXT_PUBLIC_BODY_SCRIPTS && (