Skip to content

Commit

Permalink
finalizeInitialChildren always returns true
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Dec 5, 2017
1 parent 716ef70 commit 58edd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/client/ReactDOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ const DOMRenderer = ReactFiberReconciler({
rootContainerInstance: Container,
): boolean {
setInitialProperties(domElement, type, props, rootContainerInstance);
return shouldAutoFocusHostComponent(type, props);
return true;
},

prepareUpdate(
Expand Down

0 comments on commit 58edd22

Please sign in to comment.