Francesco Benedetto
Francesco Benedetto
Will take a look at it!
Both `HTMLElement` and `SvgElement` extends `Element`, I think we can safely type the container as `Element | DocumentFragment`. @justinfagnani Do you have any concerns about this?
Looking at https://github.com/lit/lit/blob/main/packages/labs/ssr/src/lib/render-lit-html.ts#L594, I can confirm what @augustjk reported since the check is on Array instead of Iterable objects
Any update on this subject? Are there any workaround to have an iterable on the JS side?
Source code should be included along with transpiled code in order to have source maps working. Currently released npm package does not ship with it. I see two options here:...