We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c049872 commit cf47d52Copy full SHA for cf47d52
src/index.js
@@ -25,6 +25,7 @@ function connectedCallback() {
25
}
26
27
function attributeChangedCallback(name, oldValue, newValue) {
28
+ if (!this._vdom) return;
29
const props = {};
30
props[name] = newValue;
31
this._vdom = cloneElement(this._vdom, props);
0 commit comments