You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm using components built with the <Box /> primitive, I notice that it's suffering from flash of unstyled content bug on every page reload: it shows unstyled content at first, then after a brief moment when app is fully hydrated, the correct styles are loaded and applied. How do I eliminate that? Currently my workaround is using a useIsMounted hook to delay showing the root layout until app is hydrated. Cheers
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I'm using components built with the
<Box />
primitive, I notice that it's suffering from flash of unstyled content bug on every page reload: it shows unstyled content at first, then after a brief moment when app is fully hydrated, the correct styles are loaded and applied. How do I eliminate that? Currently my workaround is using auseIsMounted
hook to delay showing the root layout until app is hydrated. CheersBeta Was this translation helpful? Give feedback.
All reactions