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
xtag.create('x-test', class extends XTagElement {
connectedCallback() { } //if I remove this, then it renders.
name() { return "My Test Tag" }
"::template(true)" () {
return `<h2>I am ${this.name()}</h2>`
}
})