Skip to content

Commit a92676f

Browse files
committed
[DevTools] Fix index (#34187)
I used the wrong indexer and tested with one entry. DiffTrain build for [47fd2f5](47fd2f5)
1 parent a0b63cc commit a92676f

26 files changed

+128
-219
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.2.0-native-fb-ac7820a9-20250811
1+
19.2.0-native-fb-47fd2f5e-20250812

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<c37a449b5f4c81ca52a585ec8c104772>>
10+
* @generated SignedSource<<4da134695ab1dd9f388b978375d6fa99>>
1111
*/
1212

1313
"use strict";
@@ -404,5 +404,5 @@ __DEV__ &&
404404
exports.useFormStatus = function () {
405405
return resolveDispatcher().useHostTransitionStatus();
406406
};
407-
exports.version = "19.2.0-native-fb-ac7820a9-20250811";
407+
exports.version = "19.2.0-native-fb-47fd2f5e-20250812";
408408
})();

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<4f52ea5b20246ada8a10f97cd96d5d6e>>
10+
* @generated SignedSource<<769cb371a242c11f1add578e50fdb7d2>>
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.2.0-native-fb-ac7820a9-20250811";
206+
exports.version = "19.2.0-native-fb-47fd2f5e-20250812";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<4f52ea5b20246ada8a10f97cd96d5d6e>>
10+
* @generated SignedSource<<769cb371a242c11f1add578e50fdb7d2>>
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.2.0-native-fb-ac7820a9-20250811";
206+
exports.version = "19.2.0-native-fb-47fd2f5e-20250812";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<547a0eb1d9a3bfa9bc3add9558f92e9f>>
10+
* @generated SignedSource<<f647178955e503e8aef018d920f3c050>>
1111
*/
1212

1313
/*
@@ -29311,11 +29311,11 @@ __DEV__ &&
2931129311
};
2931229312
(function () {
2931329313
var isomorphicReactPackageVersion = React.version;
29314-
if ("19.2.0-native-fb-ac7820a9-20250811" !== isomorphicReactPackageVersion)
29314+
if ("19.2.0-native-fb-47fd2f5e-20250812" !== isomorphicReactPackageVersion)
2931529315
throw Error(
2931629316
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2931729317
(isomorphicReactPackageVersion +
29318-
"\n - react-dom: 19.2.0-native-fb-ac7820a9-20250811\nLearn more: https://react.dev/warnings/version-mismatch")
29318+
"\n - react-dom: 19.2.0-native-fb-47fd2f5e-20250812\nLearn more: https://react.dev/warnings/version-mismatch")
2931929319
);
2932029320
})();
2932129321
("function" === typeof Map &&
@@ -29352,10 +29352,10 @@ __DEV__ &&
2935229352
!(function () {
2935329353
var internals = {
2935429354
bundleType: 1,
29355-
version: "19.2.0-native-fb-ac7820a9-20250811",
29355+
version: "19.2.0-native-fb-47fd2f5e-20250812",
2935629356
rendererPackageName: "react-dom",
2935729357
currentDispatcherRef: ReactSharedInternals,
29358-
reconcilerVersion: "19.2.0-native-fb-ac7820a9-20250811"
29358+
reconcilerVersion: "19.2.0-native-fb-47fd2f5e-20250812"
2935929359
};
2936029360
internals.overrideHookState = overrideHookState;
2936129361
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29494,5 +29494,5 @@ __DEV__ &&
2949429494
listenToAllSupportedEvents(container);
2949529495
return new ReactDOMHydrationRoot(initialChildren);
2949629496
};
29497-
exports.version = "19.2.0-native-fb-ac7820a9-20250811";
29497+
exports.version = "19.2.0-native-fb-47fd2f5e-20250812";
2949829498
})();

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<57d44d813953c8a5f06c945e90156b19>>
10+
* @generated SignedSource<<23ce04bc8286ebb08296f98535319c00>>
1111
*/
1212

1313
/*
@@ -17136,14 +17136,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1713617136
};
1713717137
var isomorphicReactPackageVersion$jscomp$inline_2000 = React.version;
1713817138
if (
17139-
"19.2.0-native-fb-ac7820a9-20250811" !==
17139+
"19.2.0-native-fb-47fd2f5e-20250812" !==
1714017140
isomorphicReactPackageVersion$jscomp$inline_2000
1714117141
)
1714217142
throw Error(
1714317143
formatProdErrorMessage(
1714417144
527,
1714517145
isomorphicReactPackageVersion$jscomp$inline_2000,
17146-
"19.2.0-native-fb-ac7820a9-20250811"
17146+
"19.2.0-native-fb-47fd2f5e-20250812"
1714717147
)
1714817148
);
1714917149
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17165,10 +17165,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1716517165
};
1716617166
var internals$jscomp$inline_2529 = {
1716717167
bundleType: 0,
17168-
version: "19.2.0-native-fb-ac7820a9-20250811",
17168+
version: "19.2.0-native-fb-47fd2f5e-20250812",
1716917169
rendererPackageName: "react-dom",
1717017170
currentDispatcherRef: ReactSharedInternals,
17171-
reconcilerVersion: "19.2.0-native-fb-ac7820a9-20250811"
17171+
reconcilerVersion: "19.2.0-native-fb-47fd2f5e-20250812"
1717217172
};
1717317173
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1717417174
var hook$jscomp$inline_2530 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17266,4 +17266,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1726617266
listenToAllSupportedEvents(container);
1726717267
return new ReactDOMHydrationRoot(initialChildren);
1726817268
};
17269-
exports.version = "19.2.0-native-fb-ac7820a9-20250811";
17269+
exports.version = "19.2.0-native-fb-47fd2f5e-20250812";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<cb74109ae7d3ff30fcd4ee86420c66b5>>
10+
* @generated SignedSource<<f0b1701c94739d9d0f96cfb91e033597>>
1111
*/
1212

1313
/*
@@ -19148,14 +19148,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1914819148
};
1914919149
var isomorphicReactPackageVersion$jscomp$inline_2251 = React.version;
1915019150
if (
19151-
"19.2.0-native-fb-ac7820a9-20250811" !==
19151+
"19.2.0-native-fb-47fd2f5e-20250812" !==
1915219152
isomorphicReactPackageVersion$jscomp$inline_2251
1915319153
)
1915419154
throw Error(
1915519155
formatProdErrorMessage(
1915619156
527,
1915719157
isomorphicReactPackageVersion$jscomp$inline_2251,
19158-
"19.2.0-native-fb-ac7820a9-20250811"
19158+
"19.2.0-native-fb-47fd2f5e-20250812"
1915919159
)
1916019160
);
1916119161
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19177,10 +19177,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1917719177
};
1917819178
var internals$jscomp$inline_2258 = {
1917919179
bundleType: 0,
19180-
version: "19.2.0-native-fb-ac7820a9-20250811",
19180+
version: "19.2.0-native-fb-47fd2f5e-20250812",
1918119181
rendererPackageName: "react-dom",
1918219182
currentDispatcherRef: ReactSharedInternals,
19183-
reconcilerVersion: "19.2.0-native-fb-ac7820a9-20250811",
19183+
reconcilerVersion: "19.2.0-native-fb-47fd2f5e-20250812",
1918419184
getLaneLabelMap: function () {
1918519185
for (
1918619186
var map = new Map(), lane = 1, index$321 = 0;
@@ -19294,4 +19294,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1929419294
listenToAllSupportedEvents(container);
1929519295
return new ReactDOMHydrationRoot(initialChildren);
1929619296
};
19297-
exports.version = "19.2.0-native-fb-ac7820a9-20250811";
19297+
exports.version = "19.2.0-native-fb-47fd2f5e-20250812";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<22c25b1e8b107655c12c82c511c514ec>>
10+
* @generated SignedSource<<c328c1069ea95af965315f54317dd640>>
1111
*/
1212

1313
/*
@@ -29367,11 +29367,11 @@ __DEV__ &&
2936729367
};
2936829368
(function () {
2936929369
var isomorphicReactPackageVersion = React.version;
29370-
if ("19.2.0-native-fb-ac7820a9-20250811" !== isomorphicReactPackageVersion)
29370+
if ("19.2.0-native-fb-47fd2f5e-20250812" !== isomorphicReactPackageVersion)
2937129371
throw Error(
2937229372
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2937329373
(isomorphicReactPackageVersion +
29374-
"\n - react-dom: 19.2.0-native-fb-ac7820a9-20250811\nLearn more: https://react.dev/warnings/version-mismatch")
29374+
"\n - react-dom: 19.2.0-native-fb-47fd2f5e-20250812\nLearn more: https://react.dev/warnings/version-mismatch")
2937529375
);
2937629376
})();
2937729377
("function" === typeof Map &&
@@ -29408,10 +29408,10 @@ __DEV__ &&
2940829408
!(function () {
2940929409
var internals = {
2941029410
bundleType: 1,
29411-
version: "19.2.0-native-fb-ac7820a9-20250811",
29411+
version: "19.2.0-native-fb-47fd2f5e-20250812",
2941229412
rendererPackageName: "react-dom",
2941329413
currentDispatcherRef: ReactSharedInternals,
29414-
reconcilerVersion: "19.2.0-native-fb-ac7820a9-20250811"
29414+
reconcilerVersion: "19.2.0-native-fb-47fd2f5e-20250812"
2941529415
};
2941629416
internals.overrideHookState = overrideHookState;
2941729417
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29866,7 +29866,7 @@ __DEV__ &&
2986629866
exports.useFormStatus = function () {
2986729867
return resolveDispatcher().useHostTransitionStatus();
2986829868
};
29869-
exports.version = "19.2.0-native-fb-ac7820a9-20250811";
29869+
exports.version = "19.2.0-native-fb-47fd2f5e-20250812";
2987029870
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2987129871
"function" ===
2987229872
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<d1c602fdfc413d770e08471c1e3b3e8a>>
10+
* @generated SignedSource<<8cc1da29e76f883288f53a6342499cad>>
1111
*/
1212

1313
/*
@@ -17147,14 +17147,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1714717147
};
1714817148
var isomorphicReactPackageVersion$jscomp$inline_2001 = React.version;
1714917149
if (
17150-
"19.2.0-native-fb-ac7820a9-20250811" !==
17150+
"19.2.0-native-fb-47fd2f5e-20250812" !==
1715117151
isomorphicReactPackageVersion$jscomp$inline_2001
1715217152
)
1715317153
throw Error(
1715417154
formatProdErrorMessage(
1715517155
527,
1715617156
isomorphicReactPackageVersion$jscomp$inline_2001,
17157-
"19.2.0-native-fb-ac7820a9-20250811"
17157+
"19.2.0-native-fb-47fd2f5e-20250812"
1715817158
)
1715917159
);
1716017160
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17176,10 +17176,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1717617176
};
1717717177
var internals$jscomp$inline_2532 = {
1717817178
bundleType: 0,
17179-
version: "19.2.0-native-fb-ac7820a9-20250811",
17179+
version: "19.2.0-native-fb-47fd2f5e-20250812",
1718017180
rendererPackageName: "react-dom",
1718117181
currentDispatcherRef: ReactSharedInternals,
17182-
reconcilerVersion: "19.2.0-native-fb-ac7820a9-20250811"
17182+
reconcilerVersion: "19.2.0-native-fb-47fd2f5e-20250812"
1718317183
};
1718417184
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1718517185
var hook$jscomp$inline_2533 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17430,4 +17430,4 @@ exports.useFormState = function (action, initialState, permalink) {
1743017430
exports.useFormStatus = function () {
1743117431
return ReactSharedInternals.H.useHostTransitionStatus();
1743217432
};
17433-
exports.version = "19.2.0-native-fb-ac7820a9-20250811";
17433+
exports.version = "19.2.0-native-fb-47fd2f5e-20250812";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<4b245f886cd57782dba5a2d3ed8caa6a>>
10+
* @generated SignedSource<<dd9a8b98375d998521cbee674ee1d7c4>>
1111
*/
1212

1313
/*
@@ -19163,14 +19163,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1916319163
};
1916419164
var isomorphicReactPackageVersion$jscomp$inline_2252 = React.version;
1916519165
if (
19166-
"19.2.0-native-fb-ac7820a9-20250811" !==
19166+
"19.2.0-native-fb-47fd2f5e-20250812" !==
1916719167
isomorphicReactPackageVersion$jscomp$inline_2252
1916819168
)
1916919169
throw Error(
1917019170
formatProdErrorMessage(
1917119171
527,
1917219172
isomorphicReactPackageVersion$jscomp$inline_2252,
19173-
"19.2.0-native-fb-ac7820a9-20250811"
19173+
"19.2.0-native-fb-47fd2f5e-20250812"
1917419174
)
1917519175
);
1917619176
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19192,10 +19192,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1919219192
};
1919319193
var internals$jscomp$inline_2259 = {
1919419194
bundleType: 0,
19195-
version: "19.2.0-native-fb-ac7820a9-20250811",
19195+
version: "19.2.0-native-fb-47fd2f5e-20250812",
1919619196
rendererPackageName: "react-dom",
1919719197
currentDispatcherRef: ReactSharedInternals,
19198-
reconcilerVersion: "19.2.0-native-fb-ac7820a9-20250811",
19198+
reconcilerVersion: "19.2.0-native-fb-47fd2f5e-20250812",
1919919199
getLaneLabelMap: function () {
1920019200
for (
1920119201
var map = new Map(), lane = 1, index$321 = 0;
@@ -19462,7 +19462,7 @@ exports.useFormState = function (action, initialState, permalink) {
1946219462
exports.useFormStatus = function () {
1946319463
return ReactSharedInternals.H.useHostTransitionStatus();
1946419464
};
19465-
exports.version = "19.2.0-native-fb-ac7820a9-20250811";
19465+
exports.version = "19.2.0-native-fb-47fd2f5e-20250812";
1946619466
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1946719467
"function" ===
1946819468
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)