Skip to content

Commit 606b9ea

Browse files
committed
Fix Flight fixture CI (#32070)
DiffTrain build for [f0edf41](f0edf41)
1 parent 3019ae7 commit 606b9ea

36 files changed

+122
-86
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6099351c768670246e8b47e702545d03ddc97320
1+
f0edf41e3ee00fbc97873b72b66d62d0f26185b1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6099351c768670246e8b47e702545d03ddc97320
1+
f0edf41e3ee00fbc97873b72b66d62d0f26185b1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,7 @@ __DEV__ &&
19471947
exports.useTransition = function () {
19481948
return resolveDispatcher().useTransition();
19491949
};
1950-
exports.version = "19.1.0-www-classic-6099351c-20250113";
1950+
exports.version = "19.1.0-www-classic-f0edf41e-20250115";
19511951
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19521952
"function" ===
19531953
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
@@ -1947,7 +1947,7 @@ __DEV__ &&
19471947
exports.useTransition = function () {
19481948
return resolveDispatcher().useTransition();
19491949
};
1950-
exports.version = "19.1.0-www-modern-6099351c-20250113";
1950+
exports.version = "19.1.0-www-modern-f0edf41e-20250115";
19511951
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19521952
"function" ===
19531953
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.1.0-www-classic-6099351c-20250113";
633+
exports.version = "19.1.0-www-classic-f0edf41e-20250115";

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.1.0-www-modern-6099351c-20250113";
633+
exports.version = "19.1.0-www-modern-f0edf41e-20250115";

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.1.0-www-classic-6099351c-20250113";
637+
exports.version = "19.1.0-www-classic-f0edf41e-20250115";
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.1.0-www-modern-6099351c-20250113";
637+
exports.version = "19.1.0-www-modern-f0edf41e-20250115";
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
@@ -16945,10 +16945,10 @@ __DEV__ &&
1694516945
(function () {
1694616946
var internals = {
1694716947
bundleType: 1,
16948-
version: "19.1.0-www-classic-6099351c-20250113",
16948+
version: "19.1.0-www-classic-f0edf41e-20250115",
1694916949
rendererPackageName: "react-art",
1695016950
currentDispatcherRef: ReactSharedInternals,
16951-
reconcilerVersion: "19.1.0-www-classic-6099351c-20250113"
16951+
reconcilerVersion: "19.1.0-www-classic-f0edf41e-20250115"
1695216952
};
1695316953
internals.overrideHookState = overrideHookState;
1695416954
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16982,7 +16982,7 @@ __DEV__ &&
1698216982
exports.Shape = Shape;
1698316983
exports.Surface = Surface;
1698416984
exports.Text = Text;
16985-
exports.version = "19.1.0-www-classic-6099351c-20250113";
16985+
exports.version = "19.1.0-www-classic-f0edf41e-20250115";
1698616986
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1698716987
"function" ===
1698816988
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
@@ -16717,10 +16717,10 @@ __DEV__ &&
1671716717
(function () {
1671816718
var internals = {
1671916719
bundleType: 1,
16720-
version: "19.1.0-www-modern-6099351c-20250113",
16720+
version: "19.1.0-www-modern-f0edf41e-20250115",
1672116721
rendererPackageName: "react-art",
1672216722
currentDispatcherRef: ReactSharedInternals,
16723-
reconcilerVersion: "19.1.0-www-modern-6099351c-20250113"
16723+
reconcilerVersion: "19.1.0-www-modern-f0edf41e-20250115"
1672416724
};
1672516725
internals.overrideHookState = overrideHookState;
1672616726
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16754,7 +16754,7 @@ __DEV__ &&
1675416754
exports.Shape = Shape;
1675516755
exports.Surface = Surface;
1675616756
exports.Text = Text;
16757-
exports.version = "19.1.0-www-modern-6099351c-20250113";
16757+
exports.version = "19.1.0-www-modern-f0edf41e-20250115";
1675816758
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1675916759
"function" ===
1676016760
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)