-
Notifications
You must be signed in to change notification settings - Fork 48.8k
Cleanup props diffing experiments #33381
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
@@ -33,8 +33,6 @@ export const { | |||
retryLaneExpirationMs, | |||
syncLaneExpirationMs, | |||
transitionLaneExpirationMs, | |||
enableFastAddPropertiesInDiffing, | |||
enableViewTransition, |
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.
Keep enableViewTransition
, probably a rebase merge error since I had it briefly removed.
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.
Ah yes, good catch.
db1429f
to
4113c25
Compare
Comparing: 14094f8...4113c25 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
## Summary We completed testing on these internally, so can cleanup the separate fast and slow paths and remove the `enableShallowPropDiffing` flag which we're not pursuing. ## How did you test this change? ``` yarn test ReactNativeAttributePayloadFabric ``` DiffTrain build for [8b55eb4](facebook@8b55eb4)
Summary
We completed testing on these internally, so can cleanup the separate fast and slow paths and remove the
enableShallowPropDiffing
flag which we're not pursuing.How did you test this change?