Element may not be rendered correctly depending on where tag function html
is imported
#232
Closed
2 of 6 tasks
html
is imported
#232
Steps to Reproduce
Please take a look at this repo for more details.
Basically, I have two local packages
a
andb
.a/src/a.ts
b/src/b.ts
b/index.html
polymer serve
in packageb
and open a browser to viewb/index.html
Expected Results
Rendered using "html" from "lit-html"
Rendered using "html" from "lit-element"
Rendered using "html" from "a"
Actual Results
[object Object]
[object Object]
Rendered using "html" from "a"
==> If
html
is not from the same package asAElement
, the element is not rendered correctlyBrowsers Affected
Versions
The text was updated successfully, but these errors were encountered: