Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf47d52

Browse files
authored
Fix bug caused by attributeChangedCallback firing early
1 parentc049872 commitcf47d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/index.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function connectedCallback() {
2525
}
2626

2727
functionattributeChangedCallback(name,oldValue,newValue){
28+
if(!this._vdom)return;
2829
constprops={};
2930
props[name]=newValue;
3031
this._vdom=cloneElement(this._vdom,props);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp