prashantpalikhe / nuxt-ssr-lit

SSR support for Lit elements in Nuxt3
Other
42 stars 7 forks source link

Components not present in initial render in Nuxt 3.1 #51

Closed steveworkman closed 1 year ago

steveworkman commented 1 year ago

Describe the bug

Lit Elements are not present in the initial render when using Nuxt 3.1

Additional context

This is due to https://github.com/nuxt/nuxt/issues/18500 which is in turn caused by https://github.com/vuejs/core/issues/6207

Workarounds

Don't upgrade to Nuxt 3.1 - stick with 3.0.0 until this has been resolved

prashantpalikhe commented 1 year ago

Should be fixed with #71

prashantpalikhe commented 1 year ago

Fixed with #71