Skip to content

Commit 5106a98

Browse files
committed
Rollout enablePersistedModeClonedFlag (#34520)
## Summary Experimentation has completed for this at Meta and we've observed positive impact on key React Native surfaces. ## How did you test this change? yarn flow fabric DiffTrain build for [ef88944](ef88944)
1 parent ac910f7 commit 5106a98

34 files changed

+184
-170
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8309724cb4a497383cc7b3267483ab5c65dad7d6
1+
ef8894452b826f905d69e61435c6f2c30731bfa6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8309724cb4a497383cc7b3267483ab5c65dad7d6
1+
ef8894452b826f905d69e61435c6f2c30731bfa6

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ __DEV__ &&
14581458
exports.useTransition = function () {
14591459
return resolveDispatcher().useTransition();
14601460
};
1461-
exports.version = "19.2.0-www-classic-8309724c-20250928";
1461+
exports.version = "19.2.0-www-classic-ef889445-20250930";
14621462
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14631463
"function" ===
14641464
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ __DEV__ &&
14581458
exports.useTransition = function () {
14591459
return resolveDispatcher().useTransition();
14601460
};
1461-
exports.version = "19.2.0-www-modern-8309724c-20250928";
1461+
exports.version = "19.2.0-www-modern-ef889445-20250930";
14621462
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14631463
"function" ===
14641464
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,4 +604,4 @@ exports.useSyncExternalStore = function (
604604
exports.useTransition = function () {
605605
return ReactSharedInternals.H.useTransition();
606606
};
607-
exports.version = "19.2.0-www-classic-8309724c-20250928";
607+
exports.version = "19.2.0-www-classic-ef889445-20250930";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,4 +604,4 @@ exports.useSyncExternalStore = function (
604604
exports.useTransition = function () {
605605
return ReactSharedInternals.H.useTransition();
606606
};
607-
exports.version = "19.2.0-www-modern-8309724c-20250928";
607+
exports.version = "19.2.0-www-modern-ef889445-20250930";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ exports.useSyncExternalStore = function (
608608
exports.useTransition = function () {
609609
return ReactSharedInternals.H.useTransition();
610610
};
611-
exports.version = "19.2.0-www-classic-8309724c-20250928";
611+
exports.version = "19.2.0-www-classic-ef889445-20250930";
612612
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
613613
"function" ===
614614
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ exports.useSyncExternalStore = function (
608608
exports.useTransition = function () {
609609
return ReactSharedInternals.H.useTransition();
610610
};
611-
exports.version = "19.2.0-www-modern-8309724c-20250928";
611+
exports.version = "19.2.0-www-modern-ef889445-20250930";
612612
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
613613
"function" ===
614614
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12771,7 +12771,7 @@ __DEV__ &&
1277112771
null !== returnFiber && (returnFiber.return = null);
1277212772
root.return = null;
1277312773
}
12774-
if (parentFiber.subtreeFlags & 13878)
12774+
if (parentFiber.subtreeFlags & 13886)
1277512775
for (parentFiber = parentFiber.child; null !== parentFiber; )
1277612776
commitMutationEffectsOnFiber(parentFiber, root$jscomp$0, lanes),
1277712777
(parentFiber = parentFiber.sibling);
@@ -20249,10 +20249,10 @@ __DEV__ &&
2024920249
(function () {
2025020250
var internals = {
2025120251
bundleType: 1,
20252-
version: "19.2.0-www-classic-8309724c-20250928",
20252+
version: "19.2.0-www-classic-ef889445-20250930",
2025320253
rendererPackageName: "react-art",
2025420254
currentDispatcherRef: ReactSharedInternals,
20255-
reconcilerVersion: "19.2.0-www-classic-8309724c-20250928"
20255+
reconcilerVersion: "19.2.0-www-classic-ef889445-20250930"
2025620256
};
2025720257
internals.overrideHookState = overrideHookState;
2025820258
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20287,7 +20287,7 @@ __DEV__ &&
2028720287
exports.Shape = Shape;
2028820288
exports.Surface = Surface;
2028920289
exports.Text = Text;
20290-
exports.version = "19.2.0-www-classic-8309724c-20250928";
20290+
exports.version = "19.2.0-www-classic-ef889445-20250930";
2029120291
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2029220292
"function" ===
2029320293
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12589,7 +12589,7 @@ __DEV__ &&
1258912589
null !== returnFiber && (returnFiber.return = null);
1259012590
root.return = null;
1259112591
}
12592-
if (parentFiber.subtreeFlags & 13878)
12592+
if (parentFiber.subtreeFlags & 13886)
1259312593
for (parentFiber = parentFiber.child; null !== parentFiber; )
1259412594
commitMutationEffectsOnFiber(parentFiber, root$jscomp$0, lanes),
1259512595
(parentFiber = parentFiber.sibling);
@@ -20020,10 +20020,10 @@ __DEV__ &&
2002020020
(function () {
2002120021
var internals = {
2002220022
bundleType: 1,
20023-
version: "19.2.0-www-modern-8309724c-20250928",
20023+
version: "19.2.0-www-modern-ef889445-20250930",
2002420024
rendererPackageName: "react-art",
2002520025
currentDispatcherRef: ReactSharedInternals,
20026-
reconcilerVersion: "19.2.0-www-modern-8309724c-20250928"
20026+
reconcilerVersion: "19.2.0-www-modern-ef889445-20250930"
2002720027
};
2002820028
internals.overrideHookState = overrideHookState;
2002920029
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20058,7 +20058,7 @@ __DEV__ &&
2005820058
exports.Shape = Shape;
2005920059
exports.Surface = Surface;
2006020060
exports.Text = Text;
20061-
exports.version = "19.2.0-www-modern-8309724c-20250928";
20061+
exports.version = "19.2.0-www-modern-ef889445-20250930";
2006220062
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2006320063
"function" ===
2006420064
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)