chore: minor each tweak (#17294)

pull/17295/head
Rich Harris 4 days ago committed by GitHub
parent 6dea3d0a28
commit 8dd8e3ec0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -483,7 +483,7 @@ function reconcile(state, array, anchor, flags, get_key) {
matched = [];
stashed = [];
while (current !== null && current.k !== key) {
while (current !== null && current !== item) {
// If the each block isn't inert and an item has an effect that is already inert,
// skip over adding it to our seen Set as the item is already being handled
if ((current.e.f & INERT) === 0) {

Loading…
Cancel
Save