diff --git a/src/renderers/shared/reconciler/ReactMultiChild.js b/src/renderers/shared/reconciler/ReactMultiChild.js index c3b2c4a2ed..172248459a 100644 --- a/src/renderers/shared/reconciler/ReactMultiChild.js +++ b/src/renderers/shared/reconciler/ReactMultiChild.js @@ -257,9 +257,8 @@ var ReactMultiChild = { transaction, context ); - child._mountIndex = index; + child._mountIndex = index++; mountImages.push(mountImage); - index++; } } return mountImages; @@ -353,7 +352,6 @@ var ReactMultiChild = { processQueue(); } } - } },