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
Observe that the page will now have a flash of unstyled content.
Expected Behavior
I expect there to be no flash of unstyled content using a custom server with unstable_createViteServer and unstable_loadViteServerBuild just like using Vite out of the box.
Actual Behavior
There is a flash of unstyled content when using a custom server (unstable_createViteServer and unstable_loadViteServerBuild) and the instructions from here.
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
Run
npx create-remix@latest --template remix-run/templates/express
.Install Tailwind as per the instructions here.
Use Tailwind to style a
div
on the existing page. It works correctly, with no flash of unstyled content.Now, use a custom server as per the instructions on the same page..
Observe that the page will now have a flash of unstyled content.
Expected Behavior
I expect there to be no flash of unstyled content using a custom server with
unstable_createViteServer
andunstable_loadViteServerBuild
just like using Vite out of the box.Actual Behavior
There is a flash of unstyled content when using a custom server (
unstable_createViteServer
andunstable_loadViteServerBuild
) and the instructions from here.The text was updated successfully, but these errors were encountered: