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
Hello!
We're being nudged by Chrome warnings to stop using 1.5.11 and go for something newer:
[Deprecation] document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.
When trying to migrate our v1 components to v2, we hit a roadblock: how to represent the inserted and removed lifecycle hooks? They don't seem to have support in v2.
(Whatever answer will this have, it would be nice to write it in the actual docs.)
The text was updated successfully, but these errors were encountered:
xtag.create('x-frank',classextendsXTagElement{connectedCallback(){//replacemend for inserted hook}disconnectedCallback(){//replacement for removed hook}});
Hello!
We're being nudged by Chrome warnings to stop using 1.5.11 and go for something newer:
When trying to migrate our v1 components to v2, we hit a roadblock: how to represent the
inserted
andremoved
lifecycle hooks? They don't seem to have support in v2.(Whatever answer will this have, it would be nice to write it in the actual docs.)
The text was updated successfully, but these errors were encountered: