prashantpalikhe / nuxt-ssr-lit

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

fix issue with custom element nested inside render of another custom element #63

Closed prashantpalikhe closed 1 year ago

prashantpalikhe commented 1 year ago

v3.0.1 of @lit-labs/ssr does not add default renderInfo when calling renderShadow on the LitElementRenderer. This causes an issue when a custom element is nested inside another custom element.

Seems like a bug in @lit-labs/ssr, but this is a workaround for now.