Skip to content

Commit

Permalink
fix(main): fix keyed lists not updating children
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Mar 27, 2020
1 parent 823d1b0 commit 56296fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ function valyrian() {
updateProps(newNode, compareNode);
moveDom(newNode.dom, $parent, newIndex);
lifecycleCall(newNode, v.isMounted ? onupdate : oncreate, compareNode);
patch(newNode, compareNode);
}
} else {
newNode.dom = createElement(newNode.name, newNode.isSVG);
Expand Down

0 comments on commit 56296fc

Please sign in to comment.