Skip to content

Commit e717fc3

Browse files
committed
[Fizz] Clean up the replay nodes if we're already rendered past an element (#33581)
DiffTrain build for [79d9aed](79d9aed)
1 parent 2b1f8fb commit e717fc3

36 files changed

+185
-152
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a947eba4f2c8741d2c61a3b33fd79cf13bf9f39d
1+
79d9aed7edb52e89b3ef9ba3d6b480b04180b664
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a947eba4f2c8741d2c61a3b33fd79cf13bf9f39d
1+
79d9aed7edb52e89b3ef9ba3d6b480b04180b664

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ __DEV__ &&
14791479
exports.useTransition = function () {
14801480
return resolveDispatcher().useTransition();
14811481
};
1482-
exports.version = "19.2.0-www-classic-a947eba4-20250619";
1482+
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
14831483
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14841484
"function" ===
14851485
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
@@ -1479,7 +1479,7 @@ __DEV__ &&
14791479
exports.useTransition = function () {
14801480
return resolveDispatcher().useTransition();
14811481
};
1482-
exports.version = "19.2.0-www-modern-a947eba4-20250619";
1482+
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
14831483
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14841484
"function" ===
14851485
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
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
630630
exports.useTransition = function () {
631631
return ReactSharedInternals.H.useTransition();
632632
};
633-
exports.version = "19.2.0-www-classic-a947eba4-20250619";
633+
exports.version = "19.2.0-www-classic-79d9aed7-20250620";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
630630
exports.useTransition = function () {
631631
return ReactSharedInternals.H.useTransition();
632632
};
633-
exports.version = "19.2.0-www-modern-a947eba4-20250619";
633+
exports.version = "19.2.0-www-modern-79d9aed7-20250620";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
634634
exports.useTransition = function () {
635635
return ReactSharedInternals.H.useTransition();
636636
};
637-
exports.version = "19.2.0-www-classic-a947eba4-20250619";
637+
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
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
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
634634
exports.useTransition = function () {
635635
return ReactSharedInternals.H.useTransition();
636636
};
637-
exports.version = "19.2.0-www-modern-a947eba4-20250619";
637+
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19059,10 +19059,10 @@ __DEV__ &&
1905919059
(function () {
1906019060
var internals = {
1906119061
bundleType: 1,
19062-
version: "19.2.0-www-classic-a947eba4-20250619",
19062+
version: "19.2.0-www-classic-79d9aed7-20250620",
1906319063
rendererPackageName: "react-art",
1906419064
currentDispatcherRef: ReactSharedInternals,
19065-
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
19065+
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
1906619066
};
1906719067
internals.overrideHookState = overrideHookState;
1906819068
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19096,7 +19096,7 @@ __DEV__ &&
1909619096
exports.Shape = Shape;
1909719097
exports.Surface = Surface;
1909819098
exports.Text = Text;
19099-
exports.version = "19.2.0-www-classic-a947eba4-20250619";
19099+
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
1910019100
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1910119101
"function" ===
1910219102
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18831,10 +18831,10 @@ __DEV__ &&
1883118831
(function () {
1883218832
var internals = {
1883318833
bundleType: 1,
18834-
version: "19.2.0-www-modern-a947eba4-20250619",
18834+
version: "19.2.0-www-modern-79d9aed7-20250620",
1883518835
rendererPackageName: "react-art",
1883618836
currentDispatcherRef: ReactSharedInternals,
18837-
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
18837+
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
1883818838
};
1883918839
internals.overrideHookState = overrideHookState;
1884018840
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18868,7 +18868,7 @@ __DEV__ &&
1886818868
exports.Shape = Shape;
1886918869
exports.Surface = Surface;
1887018870
exports.Text = Text;
18871-
exports.version = "19.2.0-www-modern-a947eba4-20250619";
18871+
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
1887218872
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1887318873
"function" ===
1887418874
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)