From 0f6f236e0c0a9f35a1fb1e49780635aa656c2ebc Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Fri, 14 Feb 2025 23:02:45 +1100 Subject: [PATCH] fix: firefox fouc --- apps/remix/app/root.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/remix/app/root.tsx b/apps/remix/app/root.tsx index e95c285e6..13b7bd7fe 100644 --- a/apps/remix/app/root.tsx +++ b/apps/remix/app/root.tsx @@ -107,6 +107,9 @@ export function App() { + + {/* Fix: https://stackoverflow.com/questions/21147149/flash-of-unstyled-content-fouc-in-firefox-only-is-ff-slow-renderer */} +