Skip to content

Commit

Permalink
Remove static dom bail (#4670)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Mar 9, 2025
1 parent da7a565 commit c4709df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/diff/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,6 @@ export function diff(
}
options._catchError(e, newVNode, oldVNode);
}
} else if (
excessDomChildren == NULL &&
newVNode._original == oldVNode._original
) {
newVNode._children = oldVNode._children;
newVNode._dom = oldVNode._dom;
} else {
oldDom = newVNode._dom = diffElementNodes(
oldVNode._dom,
Expand Down

0 comments on commit c4709df

Please # to comment.