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.
2 parents 533c83a + e6eda8d commit 7200e06Copy full SHA for 7200e06
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