Tahul/pinceau

Broken with latest version of Nuxt

Tahul opened this issue · 5 comments

Tahul commented

image

Reported by @atinux ;

Can be worked around using experimental.inlineSSRStyles: false in the nuxt.config file while it gets fixed.

Tahul commented

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.

Tahul commented

https://stackblitz.com/edit/nuxt-starter-sgyeu1

Second reproduction, using a layer loaded from node_modules.

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

antfu commented

stackblitz.com/edit/nuxt-starter-sgyeu1

Second reproduction, using a layer loaded from node_modules.

I tried this, and it seems that both npm run build and npm run generate are working fine. What's the step to reproduce it? If you have it locally, can you tried with the edge release? The regression of nuxt/nuxt#20547 should already be fixed by nuxt/nuxt#20591.

Apologies, the reproduction is https://github.com/Tahul/pinceau/tree/issue/93. I was able to reproduce in Nuxt core playground.