fix: firefox fouc

This commit is contained in:
David Nguyen
2025-02-14 23:02:45 +11:00
parent e518985833
commit 0f6f236e0c

View File

@ -107,6 +107,9 @@ export function App() {
<Suspense> <Suspense>
<PostHogPageview /> <PostHogPageview />
</Suspense> </Suspense>
{/* Fix: https://stackoverflow.com/questions/21147149/flash-of-unstyled-content-fouc-in-firefox-only-is-ff-slow-renderer */}
<script>0</script>
</head> </head>
<body> <body>
<SessionProvider session={session}> <SessionProvider session={session}>