diff --git a/src/react-dom/diff.js b/src/react-dom/diff.js index 5109faf..58dbe18 100644 --- a/src/react-dom/diff.js +++ b/src/react-dom/diff.js @@ -85,7 +85,6 @@ function diffChildren( dom, vchildren ) { const child = domChildren[ i ]; const key = child.key; if ( key ) { - keyedLen++; keyed[ key ] = child; } else { children.push( child );