RIAEvangelist / awesome-webcomponents

Other
13 stars 2 forks source link

attributeChangedCallback on BaseComponent will never re-render on dataset update #48

Closed MaybeRex closed 8 years ago

MaybeRex commented 8 years ago
    if(this.getAttribute(key) === newValue){
           // this condition will always be met
           console.log(this.getAttribute(key),newValue);
           return;
    }
RIAEvangelist commented 8 years ago

fixed with new arch in BaseComponent