-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Broken with latest version of Nuxt #93
Comments
https://stackblitz.com/edit/nuxt-starter-bst9ma?file=package.json,nuxt.config.ts,app.vue First trial at making a reproduction, couldn't manage to get it outside of Docus context. |
https://stackblitz.com/edit/nuxt-starter-sgyeu1 Second reproduction, using a layer loaded from |
Thanks for the reproductions. Having bisected this, the initial regression was caused by nuxt/nuxt#20547. I suspect we can solve in same PR with nuxt/nuxt#20650. cc: @antfu |
I tried this, and it seems that both |
Apologies, the reproduction is https://github.com/Tahul/pinceau/tree/issue/93. I was able to reproduce in Nuxt core playground. |
Reported by @atinux ;
Can be worked around using
experimental.inlineSSRStyles: false
in thenuxt.config
file while it gets fixed.The text was updated successfully, but these errors were encountered: