Skip to content

Commit 58edd22

Browse files
committed
finalizeInitialChildren always returns true
1 parent 716ef70 commit 58edd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/client/ReactDOM.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ const DOMRenderer = ReactFiberReconciler({
625625
rootContainerInstance: Container,
626626
): boolean {
627627
setInitialProperties(domElement, type, props, rootContainerInstance);
628-
return shouldAutoFocusHostComponent(type, props);
628+
return true;
629629
},
630630

631631
prepareUpdate(

0 commit comments

Comments
 (0)