diff --git a/src/WebComponent.js b/src/WebComponent.js index ff6f490..264c97f 100644 --- a/src/WebComponent.js +++ b/src/WebComponent.js @@ -125,7 +125,7 @@ export class WebComponent extends HTMLElement { if (previousValue !== currentValue) { this[property] = currentValue === "" || currentValue; - + this[camelCaps] = this[property]; // remove on v2 this.props[camelCaps] = this[property]; this.render();