Skip to content

Commit e006f25

Browse files
committed
[DevTools] Stop mounting empty roots (facebook#34467)
DiffTrain build for [a9ad64c](facebook@a9ad64c)
1 parent fb255ad commit e006f25

26 files changed

+223
-97
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-e2ba45bb-20250910
1+
19.2.0-native-fb-a9ad64c8-20250911

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<<8d2ab3a65fe18156ea8ba40c09ce22ef>>
10+
* @generated SignedSource<<2dec0e411e04f86c53386fd554a47d0d>>
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-e2ba45bb-20250910";
407+
exports.version = "19.2.0-native-fb-a9ad64c8-20250911";
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<<f94f83cbe5e9250d44675e3d2d5f8231>>
10+
* @generated SignedSource<<f88a328544a536ae9f8611dec6ea3764>>
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-e2ba45bb-20250910";
206+
exports.version = "19.2.0-native-fb-a9ad64c8-20250911";

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<<f94f83cbe5e9250d44675e3d2d5f8231>>
10+
* @generated SignedSource<<f88a328544a536ae9f8611dec6ea3764>>
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-e2ba45bb-20250910";
206+
exports.version = "19.2.0-native-fb-a9ad64c8-20250911";

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<<3ded8aa6d83e15e512b73629ed66d863>>
10+
* @generated SignedSource<<6644c79f43b5b0be7dfbbaa1a8935a55>>
1111
*/
1212

1313
/*
@@ -29580,11 +29580,11 @@ __DEV__ &&
2958029580
};
2958129581
(function () {
2958229582
var isomorphicReactPackageVersion = React.version;
29583-
if ("19.2.0-native-fb-e2ba45bb-20250910" !== isomorphicReactPackageVersion)
29583+
if ("19.2.0-native-fb-a9ad64c8-20250911" !== isomorphicReactPackageVersion)
2958429584
throw Error(
2958529585
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2958629586
(isomorphicReactPackageVersion +
29587-
"\n - react-dom: 19.2.0-native-fb-e2ba45bb-20250910\nLearn more: https://react.dev/warnings/version-mismatch")
29587+
"\n - react-dom: 19.2.0-native-fb-a9ad64c8-20250911\nLearn more: https://react.dev/warnings/version-mismatch")
2958829588
);
2958929589
})();
2959029590
("function" === typeof Map &&
@@ -29621,10 +29621,10 @@ __DEV__ &&
2962129621
!(function () {
2962229622
var internals = {
2962329623
bundleType: 1,
29624-
version: "19.2.0-native-fb-e2ba45bb-20250910",
29624+
version: "19.2.0-native-fb-a9ad64c8-20250911",
2962529625
rendererPackageName: "react-dom",
2962629626
currentDispatcherRef: ReactSharedInternals,
29627-
reconcilerVersion: "19.2.0-native-fb-e2ba45bb-20250910"
29627+
reconcilerVersion: "19.2.0-native-fb-a9ad64c8-20250911"
2962829628
};
2962929629
internals.overrideHookState = overrideHookState;
2963029630
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29773,5 +29773,5 @@ __DEV__ &&
2977329773
listenToAllSupportedEvents(container);
2977429774
return new ReactDOMHydrationRoot(initialChildren);
2977529775
};
29776-
exports.version = "19.2.0-native-fb-e2ba45bb-20250910";
29776+
exports.version = "19.2.0-native-fb-a9ad64c8-20250911";
2977729777
})();

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<<79306ceccdefbfa9d7482344bfe779c7>>
10+
* @generated SignedSource<<959d5e6956434458f16f4c943376e5fa>>
1111
*/
1212

1313
/*
@@ -17388,14 +17388,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1738817388
};
1738917389
var isomorphicReactPackageVersion$jscomp$inline_2057 = React.version;
1739017390
if (
17391-
"19.2.0-native-fb-e2ba45bb-20250910" !==
17391+
"19.2.0-native-fb-a9ad64c8-20250911" !==
1739217392
isomorphicReactPackageVersion$jscomp$inline_2057
1739317393
)
1739417394
throw Error(
1739517395
formatProdErrorMessage(
1739617396
527,
1739717397
isomorphicReactPackageVersion$jscomp$inline_2057,
17398-
"19.2.0-native-fb-e2ba45bb-20250910"
17398+
"19.2.0-native-fb-a9ad64c8-20250911"
1739917399
)
1740017400
);
1740117401
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17417,10 +17417,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1741717417
};
1741817418
var internals$jscomp$inline_2630 = {
1741917419
bundleType: 0,
17420-
version: "19.2.0-native-fb-e2ba45bb-20250910",
17420+
version: "19.2.0-native-fb-a9ad64c8-20250911",
1742117421
rendererPackageName: "react-dom",
1742217422
currentDispatcherRef: ReactSharedInternals,
17423-
reconcilerVersion: "19.2.0-native-fb-e2ba45bb-20250910"
17423+
reconcilerVersion: "19.2.0-native-fb-a9ad64c8-20250911"
1742417424
};
1742517425
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1742617426
var hook$jscomp$inline_2631 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17527,4 +17527,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1752717527
listenToAllSupportedEvents(container);
1752817528
return new ReactDOMHydrationRoot(initialChildren);
1752917529
};
17530-
exports.version = "19.2.0-native-fb-e2ba45bb-20250910";
17530+
exports.version = "19.2.0-native-fb-a9ad64c8-20250911";

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<<d98333388d6ad3e9189c0eb995718854>>
10+
* @generated SignedSource<<a25fd161f9d0857edabdfca1303d500c>>
1111
*/
1212

1313
/*
@@ -19398,14 +19398,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1939819398
};
1939919399
var isomorphicReactPackageVersion$jscomp$inline_2308 = React.version;
1940019400
if (
19401-
"19.2.0-native-fb-e2ba45bb-20250910" !==
19401+
"19.2.0-native-fb-a9ad64c8-20250911" !==
1940219402
isomorphicReactPackageVersion$jscomp$inline_2308
1940319403
)
1940419404
throw Error(
1940519405
formatProdErrorMessage(
1940619406
527,
1940719407
isomorphicReactPackageVersion$jscomp$inline_2308,
19408-
"19.2.0-native-fb-e2ba45bb-20250910"
19408+
"19.2.0-native-fb-a9ad64c8-20250911"
1940919409
)
1941019410
);
1941119411
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19427,10 +19427,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1942719427
};
1942819428
var internals$jscomp$inline_2315 = {
1942919429
bundleType: 0,
19430-
version: "19.2.0-native-fb-e2ba45bb-20250910",
19430+
version: "19.2.0-native-fb-a9ad64c8-20250911",
1943119431
rendererPackageName: "react-dom",
1943219432
currentDispatcherRef: ReactSharedInternals,
19433-
reconcilerVersion: "19.2.0-native-fb-e2ba45bb-20250910",
19433+
reconcilerVersion: "19.2.0-native-fb-a9ad64c8-20250911",
1943419434
getLaneLabelMap: function () {
1943519435
for (
1943619436
var map = new Map(), lane = 1, index$324 = 0;
@@ -19553,4 +19553,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1955319553
listenToAllSupportedEvents(container);
1955419554
return new ReactDOMHydrationRoot(initialChildren);
1955519555
};
19556-
exports.version = "19.2.0-native-fb-e2ba45bb-20250910";
19556+
exports.version = "19.2.0-native-fb-a9ad64c8-20250911";

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<<a9c8c9d95814042eb2ed0fc9b2b0829f>>
10+
* @generated SignedSource<<a4129b63053367c4d24847537a18f185>>
1111
*/
1212

1313
/*
@@ -29636,11 +29636,11 @@ __DEV__ &&
2963629636
};
2963729637
(function () {
2963829638
var isomorphicReactPackageVersion = React.version;
29639-
if ("19.2.0-native-fb-e2ba45bb-20250910" !== isomorphicReactPackageVersion)
29639+
if ("19.2.0-native-fb-a9ad64c8-20250911" !== isomorphicReactPackageVersion)
2964029640
throw Error(
2964129641
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2964229642
(isomorphicReactPackageVersion +
29643-
"\n - react-dom: 19.2.0-native-fb-e2ba45bb-20250910\nLearn more: https://react.dev/warnings/version-mismatch")
29643+
"\n - react-dom: 19.2.0-native-fb-a9ad64c8-20250911\nLearn more: https://react.dev/warnings/version-mismatch")
2964429644
);
2964529645
})();
2964629646
("function" === typeof Map &&
@@ -29677,10 +29677,10 @@ __DEV__ &&
2967729677
!(function () {
2967829678
var internals = {
2967929679
bundleType: 1,
29680-
version: "19.2.0-native-fb-e2ba45bb-20250910",
29680+
version: "19.2.0-native-fb-a9ad64c8-20250911",
2968129681
rendererPackageName: "react-dom",
2968229682
currentDispatcherRef: ReactSharedInternals,
29683-
reconcilerVersion: "19.2.0-native-fb-e2ba45bb-20250910"
29683+
reconcilerVersion: "19.2.0-native-fb-a9ad64c8-20250911"
2968429684
};
2968529685
internals.overrideHookState = overrideHookState;
2968629686
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30145,7 +30145,7 @@ __DEV__ &&
3014530145
exports.useFormStatus = function () {
3014630146
return resolveDispatcher().useHostTransitionStatus();
3014730147
};
30148-
exports.version = "19.2.0-native-fb-e2ba45bb-20250910";
30148+
exports.version = "19.2.0-native-fb-a9ad64c8-20250911";
3014930149
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3015030150
"function" ===
3015130151
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<<e753605825fdd9a4596731a27c6d56e3>>
10+
* @generated SignedSource<<9edd6e528986064561e337bad3f6e289>>
1111
*/
1212

1313
/*
@@ -17399,14 +17399,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1739917399
};
1740017400
var isomorphicReactPackageVersion$jscomp$inline_2058 = React.version;
1740117401
if (
17402-
"19.2.0-native-fb-e2ba45bb-20250910" !==
17402+
"19.2.0-native-fb-a9ad64c8-20250911" !==
1740317403
isomorphicReactPackageVersion$jscomp$inline_2058
1740417404
)
1740517405
throw Error(
1740617406
formatProdErrorMessage(
1740717407
527,
1740817408
isomorphicReactPackageVersion$jscomp$inline_2058,
17409-
"19.2.0-native-fb-e2ba45bb-20250910"
17409+
"19.2.0-native-fb-a9ad64c8-20250911"
1741017410
)
1741117411
);
1741217412
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17428,10 +17428,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1742817428
};
1742917429
var internals$jscomp$inline_2633 = {
1743017430
bundleType: 0,
17431-
version: "19.2.0-native-fb-e2ba45bb-20250910",
17431+
version: "19.2.0-native-fb-a9ad64c8-20250911",
1743217432
rendererPackageName: "react-dom",
1743317433
currentDispatcherRef: ReactSharedInternals,
17434-
reconcilerVersion: "19.2.0-native-fb-e2ba45bb-20250910"
17434+
reconcilerVersion: "19.2.0-native-fb-a9ad64c8-20250911"
1743517435
};
1743617436
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1743717437
var hook$jscomp$inline_2634 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17691,4 +17691,4 @@ exports.useFormState = function (action, initialState, permalink) {
1769117691
exports.useFormStatus = function () {
1769217692
return ReactSharedInternals.H.useHostTransitionStatus();
1769317693
};
17694-
exports.version = "19.2.0-native-fb-e2ba45bb-20250910";
17694+
exports.version = "19.2.0-native-fb-a9ad64c8-20250911";

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<<dbdb21604358c525aa229e5cebacf77d>>
10+
* @generated SignedSource<<d51ca99a87ca3a8d74d00c17509bfddb>>
1111
*/
1212

1313
/*
@@ -19413,14 +19413,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1941319413
};
1941419414
var isomorphicReactPackageVersion$jscomp$inline_2309 = React.version;
1941519415
if (
19416-
"19.2.0-native-fb-e2ba45bb-20250910" !==
19416+
"19.2.0-native-fb-a9ad64c8-20250911" !==
1941719417
isomorphicReactPackageVersion$jscomp$inline_2309
1941819418
)
1941919419
throw Error(
1942019420
formatProdErrorMessage(
1942119421
527,
1942219422
isomorphicReactPackageVersion$jscomp$inline_2309,
19423-
"19.2.0-native-fb-e2ba45bb-20250910"
19423+
"19.2.0-native-fb-a9ad64c8-20250911"
1942419424
)
1942519425
);
1942619426
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19442,10 +19442,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1944219442
};
1944319443
var internals$jscomp$inline_2316 = {
1944419444
bundleType: 0,
19445-
version: "19.2.0-native-fb-e2ba45bb-20250910",
19445+
version: "19.2.0-native-fb-a9ad64c8-20250911",
1944619446
rendererPackageName: "react-dom",
1944719447
currentDispatcherRef: ReactSharedInternals,
19448-
reconcilerVersion: "19.2.0-native-fb-e2ba45bb-20250910",
19448+
reconcilerVersion: "19.2.0-native-fb-a9ad64c8-20250911",
1944919449
getLaneLabelMap: function () {
1945019450
for (
1945119451
var map = new Map(), lane = 1, index$324 = 0;
@@ -19721,7 +19721,7 @@ exports.useFormState = function (action, initialState, permalink) {
1972119721
exports.useFormStatus = function () {
1972219722
return ReactSharedInternals.H.useHostTransitionStatus();
1972319723
};
19724-
exports.version = "19.2.0-native-fb-e2ba45bb-20250910";
19724+
exports.version = "19.2.0-native-fb-a9ad64c8-20250911";
1972519725
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1972619726
"function" ===
1972719727
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)