diff --git a/src/core/ReactMultiChild.js b/src/core/ReactMultiChild.js index 1d60ca99ec..c476495000 100644 --- a/src/core/ReactMultiChild.js +++ b/src/core/ReactMultiChild.js @@ -79,8 +79,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 }); }