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
{{ message }}
This repository was archived by the owner on Oct 29, 2019. It is now read-only.
This will come in handy if we implement the MutationObserver API and a script modifies the data-component-tag, which currently does not implies a re-run since the element was already instantiated(even though with a different name/constructor).
Maybe we could just transfer the this.elements array into an object which holds the key/value, or in our case the element/value, so we can check if the element should be instantiated with a different value.