mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #4631 from Simek/tiny-code-tweak-reactMultiChild
tiny code tweak in ReactMultiChild
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user