Skip to content

Commit 9d60cb9

Browse files
committed
Remove static dom bail (#4670)
1 parent 9beea39 commit 9d60cb9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/diff/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +353,6 @@ export function diff(
353353
}
354354
options._catchError(e, newVNode, oldVNode);
355355
}
356-
} else if (
357-
excessDomChildren == NULL &&
358-
newVNode._original == oldVNode._original
359-
) {
360-
newVNode._children = oldVNode._children;
361-
newVNode._dom = oldVNode._dom;
362356
} else {
363357
oldDom = newVNode._dom = diffElementNodes(
364358
oldVNode._dom,

0 commit comments

Comments
 (0)