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
visit http and do a couple of hard reloads (ctrl+shift+r)
Expected Behavior
Styles should be applied seamlessly upon page load without any interim period of unstyled content.
Actual Behavior
I am experiencing a flash of unstyled content when pages are initially loaded on my development environment. This issue manifests as unstyled content displaying for a brief moment - typically a second or two - before the styles are applied.
Occurence
dev: This behavior is consistently reproducible in the development environment only.
build: The issue is not present when serving a build; the styles load as expected without any noticeable delay.
The text was updated successfully, but these errors were encountered:
What version of Remix are you using?
2.2.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
npm run dev
Expected Behavior
Styles should be applied seamlessly upon page load without any interim period of unstyled content.
Actual Behavior
I am experiencing a flash of unstyled content when pages are initially loaded on my development environment. This issue manifests as unstyled content displaying for a brief moment - typically a second or two - before the styles are applied.
Occurence
The text was updated successfully, but these errors were encountered: