-
Notifications
You must be signed in to change notification settings - Fork 49.2k
Ship enableFabricCompleteRootInCommitPhase #33064
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Comparing: 408d055...79cbf48 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
if (enableFabricCompleteRootInCommitPhase) { | ||
completeRoot(container.containerTag, newChildren); | ||
} | ||
completeRoot(container.containerTag, newChildren); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be renamed to commitRoot to align with React terminology. Really these should exist in both forms. Both completeRoot (which would really do layout eagerly) and commitRoot. This is the commitRoot part.
This was shipped internally. Cleaning up the flag. DiffTrain build for [edf550b](facebook@edf550b)
This was shipped internally. Cleaning up the flag. DiffTrain build for [edf550b](facebook@edf550b)
This was shipped internally. Cleaning up the flag.
This was shipped internally. Cleaning up the flag.