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
Since Nuxt 3.12, it seems like the <script> tags in the <head> are not generated correctly in SSR. Because of that, the page style initially loaded is broken. (After the hydration step, it will be fixed since the script tags are injected)
I assume the following change affected this module's process as it removed ssrContext.styles, which is leveraged by this module during SSR.
Environment
Reproduction
https://stackblitz.com/edit/nuxt-starter-acsk7s?file=app.vue
Describe the bug
Since Nuxt 3.12, it seems like the
<script>
tags in the<head>
are not generated correctly in SSR. Because of that, the page style initially loaded is broken. (After the hydration step, it will be fixed since the script tags are injected)I assume the following change affected this module's process as it removed
ssrContext.styles
, which is leveraged by this module during SSR.nuxt/nuxt@2d1ab61
The text was updated successfully, but these errors were encountered: