Skip to content
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

Closed
Tahul opened this issue May 4, 2023 · 5 comments · Fixed by nuxt/nuxt#20679
Closed

Broken with latest version of Nuxt #93

Tahul opened this issue May 4, 2023 · 5 comments · Fixed by nuxt/nuxt#20679

Comments

@Tahul
Copy link
Owner

Tahul commented May 4, 2023

image

Reported by @Atinux ;

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

@Tahul
Copy link
Owner Author

Tahul commented May 4, 2023

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
Copy link
Owner Author

Tahul commented May 4, 2023

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

Second reproduction, using a layer loaded from node_modules.

@danielroe
Copy link
Collaborator

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
Copy link
Collaborator

antfu commented May 4, 2023

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.

@danielroe
Copy link
Collaborator

danielroe commented May 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants