Skip to content

Commit 2183a80

Browse files
committed
[crud] Enable on RTR FB builds (#31590)
DiffTrain build for [64f8951](64f8951)
1 parent b7dde5b commit 2183a80

23 files changed

+757
-199
lines changed

compiled-rn/VERSION_NATIVE_FB

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.0.0-native-fb-7558ffe8-20241119
1+
19.0.0-native-fb-64f89510-20241119

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<32ccf249f9d39a774d7fc7c98e67b8d2>>
10+
* @generated SignedSource<<7337c975b782c06f58634906f8c652f3>>
1111
*/
1212

1313
"use strict";
@@ -420,5 +420,5 @@ __DEV__ &&
420420
exports.useFormStatus = function () {
421421
return resolveDispatcher().useHostTransitionStatus();
422422
};
423-
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
423+
exports.version = "19.0.0-native-fb-64f89510-20241119";
424424
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<fc0bed5caeca1f179c41421deef4d194>>
10+
* @generated SignedSource<<542cc20a212c2c5a90e35bae5c8211c5>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
206+
exports.version = "19.0.0-native-fb-64f89510-20241119";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<fc0bed5caeca1f179c41421deef4d194>>
10+
* @generated SignedSource<<542cc20a212c2c5a90e35bae5c8211c5>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
206+
exports.version = "19.0.0-native-fb-64f89510-20241119";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<806ff10d7e8fd51d088264c75ced6918>>
10+
* @generated SignedSource<<376745c5ce447b724d0a4c24930c2f5c>>
1111
*/
1212

1313
/*
@@ -25748,11 +25748,11 @@ __DEV__ &&
2574825748
};
2574925749
(function () {
2575025750
var isomorphicReactPackageVersion = React.version;
25751-
if ("19.0.0-native-fb-7558ffe8-20241119" !== isomorphicReactPackageVersion)
25751+
if ("19.0.0-native-fb-64f89510-20241119" !== isomorphicReactPackageVersion)
2575225752
throw Error(
2575325753
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2575425754
(isomorphicReactPackageVersion +
25755-
"\n - react-dom: 19.0.0-native-fb-7558ffe8-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
25755+
"\n - react-dom: 19.0.0-native-fb-64f89510-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
2575625756
);
2575725757
})();
2575825758
("function" === typeof Map &&
@@ -25789,11 +25789,11 @@ __DEV__ &&
2578925789
!(function () {
2579025790
var internals = {
2579125791
bundleType: 1,
25792-
version: "19.0.0-native-fb-7558ffe8-20241119",
25792+
version: "19.0.0-native-fb-64f89510-20241119",
2579325793
rendererPackageName: "react-dom",
2579425794
currentDispatcherRef: ReactSharedInternals,
2579525795
findFiberByHostInstance: getClosestInstanceFromNode,
25796-
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119"
25796+
reconcilerVersion: "19.0.0-native-fb-64f89510-20241119"
2579725797
};
2579825798
internals.overrideHookState = overrideHookState;
2579925799
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25937,5 +25937,5 @@ __DEV__ &&
2593725937
listenToAllSupportedEvents(container);
2593825938
return new ReactDOMHydrationRoot(initialChildren);
2593925939
};
25940-
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
25940+
exports.version = "19.0.0-native-fb-64f89510-20241119";
2594125941
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<9813d7286f73ada6100741259a199914>>
10+
* @generated SignedSource<<e3375ce482f7fbca6b3b446097360a1d>>
1111
*/
1212

1313
/*
@@ -15818,14 +15818,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1581815818
};
1581915819
var isomorphicReactPackageVersion$jscomp$inline_1735 = React.version;
1582015820
if (
15821-
"19.0.0-native-fb-7558ffe8-20241119" !==
15821+
"19.0.0-native-fb-64f89510-20241119" !==
1582215822
isomorphicReactPackageVersion$jscomp$inline_1735
1582315823
)
1582415824
throw Error(
1582515825
formatProdErrorMessage(
1582615826
527,
1582715827
isomorphicReactPackageVersion$jscomp$inline_1735,
15828-
"19.0.0-native-fb-7558ffe8-20241119"
15828+
"19.0.0-native-fb-64f89510-20241119"
1582915829
)
1583015830
);
1583115831
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15847,11 +15847,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1584715847
};
1584815848
var internals$jscomp$inline_2193 = {
1584915849
bundleType: 0,
15850-
version: "19.0.0-native-fb-7558ffe8-20241119",
15850+
version: "19.0.0-native-fb-64f89510-20241119",
1585115851
rendererPackageName: "react-dom",
1585215852
currentDispatcherRef: ReactSharedInternals,
1585315853
findFiberByHostInstance: getClosestInstanceFromNode,
15854-
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119"
15854+
reconcilerVersion: "19.0.0-native-fb-64f89510-20241119"
1585515855
};
1585615856
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1585715857
var hook$jscomp$inline_2194 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15955,4 +15955,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1595515955
listenToAllSupportedEvents(container);
1595615956
return new ReactDOMHydrationRoot(initialChildren);
1595715957
};
15958-
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
15958+
exports.version = "19.0.0-native-fb-64f89510-20241119";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<207c24024229f9f4c69e4b286da3e185>>
10+
* @generated SignedSource<<ad3fa5ed5f2fd749b3e3174357294352>>
1111
*/
1212

1313
/*
@@ -16471,14 +16471,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1647116471
};
1647216472
var isomorphicReactPackageVersion$jscomp$inline_1825 = React.version;
1647316473
if (
16474-
"19.0.0-native-fb-7558ffe8-20241119" !==
16474+
"19.0.0-native-fb-64f89510-20241119" !==
1647516475
isomorphicReactPackageVersion$jscomp$inline_1825
1647616476
)
1647716477
throw Error(
1647816478
formatProdErrorMessage(
1647916479
527,
1648016480
isomorphicReactPackageVersion$jscomp$inline_1825,
16481-
"19.0.0-native-fb-7558ffe8-20241119"
16481+
"19.0.0-native-fb-64f89510-20241119"
1648216482
)
1648316483
);
1648416484
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16500,11 +16500,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1650016500
};
1650116501
var internals$jscomp$inline_1832 = {
1650216502
bundleType: 0,
16503-
version: "19.0.0-native-fb-7558ffe8-20241119",
16503+
version: "19.0.0-native-fb-64f89510-20241119",
1650416504
rendererPackageName: "react-dom",
1650516505
currentDispatcherRef: ReactSharedInternals,
1650616506
findFiberByHostInstance: getClosestInstanceFromNode,
16507-
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119",
16507+
reconcilerVersion: "19.0.0-native-fb-64f89510-20241119",
1650816508
getLaneLabelMap: function () {
1650916509
for (
1651016510
var map = new Map(), lane = 1, index$292 = 0;
@@ -16623,4 +16623,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1662316623
listenToAllSupportedEvents(container);
1662416624
return new ReactDOMHydrationRoot(initialChildren);
1662516625
};
16626-
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
16626+
exports.version = "19.0.0-native-fb-64f89510-20241119";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<370f37454d50e09c9002b34dd5b59795>>
10+
* @generated SignedSource<<eaf770c72b98c979747c3ca62079f654>>
1111
*/
1212

1313
/*
@@ -25809,11 +25809,11 @@ __DEV__ &&
2580925809
};
2581025810
(function () {
2581125811
var isomorphicReactPackageVersion = React.version;
25812-
if ("19.0.0-native-fb-7558ffe8-20241119" !== isomorphicReactPackageVersion)
25812+
if ("19.0.0-native-fb-64f89510-20241119" !== isomorphicReactPackageVersion)
2581325813
throw Error(
2581425814
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2581525815
(isomorphicReactPackageVersion +
25816-
"\n - react-dom: 19.0.0-native-fb-7558ffe8-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
25816+
"\n - react-dom: 19.0.0-native-fb-64f89510-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
2581725817
);
2581825818
})();
2581925819
("function" === typeof Map &&
@@ -25850,11 +25850,11 @@ __DEV__ &&
2585025850
!(function () {
2585125851
var internals = {
2585225852
bundleType: 1,
25853-
version: "19.0.0-native-fb-7558ffe8-20241119",
25853+
version: "19.0.0-native-fb-64f89510-20241119",
2585425854
rendererPackageName: "react-dom",
2585525855
currentDispatcherRef: ReactSharedInternals,
2585625856
findFiberByHostInstance: getClosestInstanceFromNode,
25857-
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119"
25857+
reconcilerVersion: "19.0.0-native-fb-64f89510-20241119"
2585825858
};
2585925859
internals.overrideHookState = overrideHookState;
2586025860
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26314,7 +26314,7 @@ __DEV__ &&
2631426314
exports.useFormStatus = function () {
2631526315
return resolveDispatcher().useHostTransitionStatus();
2631626316
};
26317-
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
26317+
exports.version = "19.0.0-native-fb-64f89510-20241119";
2631826318
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2631926319
"function" ===
2632026320
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<bb00f785c232ff44ed8597c917b5f9b5>>
10+
* @generated SignedSource<<d8094e4bca75fa5fb68fdf036c64c17e>>
1111
*/
1212

1313
/*
@@ -15829,14 +15829,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1582915829
};
1583015830
var isomorphicReactPackageVersion$jscomp$inline_1736 = React.version;
1583115831
if (
15832-
"19.0.0-native-fb-7558ffe8-20241119" !==
15832+
"19.0.0-native-fb-64f89510-20241119" !==
1583315833
isomorphicReactPackageVersion$jscomp$inline_1736
1583415834
)
1583515835
throw Error(
1583615836
formatProdErrorMessage(
1583715837
527,
1583815838
isomorphicReactPackageVersion$jscomp$inline_1736,
15839-
"19.0.0-native-fb-7558ffe8-20241119"
15839+
"19.0.0-native-fb-64f89510-20241119"
1584015840
)
1584115841
);
1584215842
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15858,11 +15858,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1585815858
};
1585915859
var internals$jscomp$inline_2196 = {
1586015860
bundleType: 0,
15861-
version: "19.0.0-native-fb-7558ffe8-20241119",
15861+
version: "19.0.0-native-fb-64f89510-20241119",
1586215862
rendererPackageName: "react-dom",
1586315863
currentDispatcherRef: ReactSharedInternals,
1586415864
findFiberByHostInstance: getClosestInstanceFromNode,
15865-
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119"
15865+
reconcilerVersion: "19.0.0-native-fb-64f89510-20241119"
1586615866
};
1586715867
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1586815868
var hook$jscomp$inline_2197 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16120,4 +16120,4 @@ exports.useFormState = function (action, initialState, permalink) {
1612016120
exports.useFormStatus = function () {
1612116121
return ReactSharedInternals.H.useHostTransitionStatus();
1612216122
};
16123-
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
16123+
exports.version = "19.0.0-native-fb-64f89510-20241119";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<3242dc8da8b0e623d4d69573894ce6b2>>
10+
* @generated SignedSource<<867873138a523000a5bf24acbe2dfac0>>
1111
*/
1212

1313
/*
@@ -16486,14 +16486,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1648616486
};
1648716487
var isomorphicReactPackageVersion$jscomp$inline_1826 = React.version;
1648816488
if (
16489-
"19.0.0-native-fb-7558ffe8-20241119" !==
16489+
"19.0.0-native-fb-64f89510-20241119" !==
1649016490
isomorphicReactPackageVersion$jscomp$inline_1826
1649116491
)
1649216492
throw Error(
1649316493
formatProdErrorMessage(
1649416494
527,
1649516495
isomorphicReactPackageVersion$jscomp$inline_1826,
16496-
"19.0.0-native-fb-7558ffe8-20241119"
16496+
"19.0.0-native-fb-64f89510-20241119"
1649716497
)
1649816498
);
1649916499
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16515,11 +16515,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1651516515
};
1651616516
var internals$jscomp$inline_1833 = {
1651716517
bundleType: 0,
16518-
version: "19.0.0-native-fb-7558ffe8-20241119",
16518+
version: "19.0.0-native-fb-64f89510-20241119",
1651916519
rendererPackageName: "react-dom",
1652016520
currentDispatcherRef: ReactSharedInternals,
1652116521
findFiberByHostInstance: getClosestInstanceFromNode,
16522-
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119",
16522+
reconcilerVersion: "19.0.0-native-fb-64f89510-20241119",
1652316523
getLaneLabelMap: function () {
1652416524
for (
1652516525
var map = new Map(), lane = 1, index$292 = 0;
@@ -16792,7 +16792,7 @@ exports.useFormState = function (action, initialState, permalink) {
1679216792
exports.useFormStatus = function () {
1679316793
return ReactSharedInternals.H.useHostTransitionStatus();
1679416794
};
16795-
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
16795+
exports.version = "19.0.0-native-fb-64f89510-20241119";
1679616796
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1679716797
"function" ===
1679816798
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)