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 f23272c commit 5dd6c09Copy full SHA for 5dd6c09
src/component.js
@@ -154,6 +154,7 @@ function renderComponent(component) {
154
newVNode._original = oldVNode._original;
155
newVNode._parent._children[newVNode._index] = newVNode;
156
commitRoot(commitQueue, newVNode, refQueue);
157
+ oldVNode._parent = oldVNode._dom = NULL;
158
159
if (newVNode._dom != oldDom) {
160
updateParentDomPointers(newVNode);
0 commit comments