mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
finalizeInitialChildren always returns true
This commit is contained in:
+1
-1
@@ -625,7 +625,7 @@ const DOMRenderer = ReactFiberReconciler({
|
||||
rootContainerInstance: Container,
|
||||
): boolean {
|
||||
setInitialProperties(domElement, type, props, rootContainerInstance);
|
||||
return shouldAutoFocusHostComponent(type, props);
|
||||
return true;
|
||||
},
|
||||
|
||||
prepareUpdate(
|
||||
|
||||
Reference in New Issue
Block a user