-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxt bridge - On ssr no css is inlined which causes page style flicker #159
Comments
That's possibly a Nuxt bridge issue |
any update regarding this issue? |
Hey, we need this PR merged and it should fix it nuxt/framework#7160 |
@harlan-zw the PR was merged but I still see the issue when nitro is enabled. My info
|
Im facing similar issue with Nuxt3. |
Fixed form my side by adding optimization level to the css |
@mhdSid could you provide more details on your configuration? |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Used css should be inlined on server side to prevent styles flickering on html rendering.
You'll see a red page, in center white text and three colored boxes without flickering.
Screenshots
Initial paint:
After windi styles injected:
Additional context
package.json deps versions
SSR generated html ( no injected windi styles )
The text was updated successfully, but these errors were encountered: