diff --git a/src/core/ReactMultiChild.js b/src/core/ReactMultiChild.js index d16d0d4734..9fe658c4f6 100644 --- a/src/core/ReactMultiChild.js +++ b/src/core/ReactMultiChild.js @@ -67,8 +67,8 @@ function enqueueMarkup(parentID, markup, toIndex) { parentNode: null, type: ReactMultiChildUpdateTypes.INSERT_MARKUP, markupIndex: markupQueue.push(markup) - 1, - fromIndex: null, textContent: null, + fromIndex: null, toIndex: toIndex }); }