Skip to content

Commit e042474

Browse files
committed
move devtools notify to different channel (facebook#34476)
DiffTrain build for [8a8e9a7](facebook@8a8e9a7)
1 parent 8d6e53b commit e042474

24 files changed

+765
-590
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-0e10ee90-20250912
1+
19.2.0-native-fb-8a8e9a7e-20250912

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<<0f6a2ee90a33efd9df582451080627a9>>
10+
* @generated SignedSource<<c55ddee1233c95b363ccfd4498c92fb4>>
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-0e10ee90-20250912";
407+
exports.version = "19.2.0-native-fb-8a8e9a7e-20250912";
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<<b0a9d7b14e82d82e1909db423e868eea>>
10+
* @generated SignedSource<<234dc94255bf36ab33e55a8bc5b2c859>>
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-0e10ee90-20250912";
206+
exports.version = "19.2.0-native-fb-8a8e9a7e-20250912";

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<<b0a9d7b14e82d82e1909db423e868eea>>
10+
* @generated SignedSource<<234dc94255bf36ab33e55a8bc5b2c859>>
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-0e10ee90-20250912";
206+
exports.version = "19.2.0-native-fb-8a8e9a7e-20250912";

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

Lines changed: 160 additions & 126 deletions
Large diffs are not rendered by default.

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

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

1313
/*
@@ -3546,7 +3546,7 @@ function coerceRef(workInProgress, element) {
35463546
element = element.props.ref;
35473547
workInProgress.ref = void 0 !== element ? element : null;
35483548
}
3549-
function throwOnInvalidObjectType(returnFiber, newChild) {
3549+
function throwOnInvalidObjectTypeImpl(returnFiber, newChild) {
35503550
if (newChild.$$typeof === REACT_LEGACY_ELEMENT_TYPE)
35513551
throw Error(formatProdErrorMessage(525));
35523552
returnFiber = Object.prototype.toString.call(newChild);
@@ -3759,7 +3759,7 @@ function createChildReconciler(shouldTrackSideEffects) {
37593759
readContextDuringReconciliation(returnFiber, newChild),
37603760
lanes
37613761
);
3762-
throwOnInvalidObjectType(returnFiber, newChild);
3762+
throwOnInvalidObjectTypeImpl(returnFiber, newChild);
37633763
}
37643764
return null;
37653765
}
@@ -3807,7 +3807,7 @@ function createChildReconciler(shouldTrackSideEffects) {
38073807
readContextDuringReconciliation(returnFiber, newChild),
38083808
lanes
38093809
);
3810-
throwOnInvalidObjectType(returnFiber, newChild);
3810+
throwOnInvalidObjectTypeImpl(returnFiber, newChild);
38113811
}
38123812
return null;
38133813
}
@@ -3878,7 +3878,7 @@ function createChildReconciler(shouldTrackSideEffects) {
38783878
readContextDuringReconciliation(returnFiber, newChild),
38793879
lanes
38803880
);
3881-
throwOnInvalidObjectType(returnFiber, newChild);
3881+
throwOnInvalidObjectTypeImpl(returnFiber, newChild);
38823882
}
38833883
return null;
38843884
}
@@ -4206,7 +4206,7 @@ function createChildReconciler(shouldTrackSideEffects) {
42064206
readContextDuringReconciliation(returnFiber, newChild),
42074207
lanes
42084208
);
4209-
throwOnInvalidObjectType(returnFiber, newChild);
4209+
throwOnInvalidObjectTypeImpl(returnFiber, newChild);
42104210
}
42114211
return ("string" === typeof newChild && "" !== newChild) ||
42124212
"number" === typeof newChild ||
@@ -13127,20 +13127,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
1312713127
(nativeEventTarget[internalScrollTimer] = targetInst));
1312813128
}
1312913129
for (
13130-
var i$jscomp$inline_1651 = 0;
13131-
i$jscomp$inline_1651 < simpleEventPluginEvents.length;
13132-
i$jscomp$inline_1651++
13130+
var i$jscomp$inline_1663 = 0;
13131+
i$jscomp$inline_1663 < simpleEventPluginEvents.length;
13132+
i$jscomp$inline_1663++
1313313133
) {
13134-
var eventName$jscomp$inline_1652 =
13135-
simpleEventPluginEvents[i$jscomp$inline_1651],
13136-
domEventName$jscomp$inline_1653 =
13137-
eventName$jscomp$inline_1652.toLowerCase(),
13138-
capitalizedEvent$jscomp$inline_1654 =
13139-
eventName$jscomp$inline_1652[0].toUpperCase() +
13140-
eventName$jscomp$inline_1652.slice(1);
13134+
var eventName$jscomp$inline_1664 =
13135+
simpleEventPluginEvents[i$jscomp$inline_1663],
13136+
domEventName$jscomp$inline_1665 =
13137+
eventName$jscomp$inline_1664.toLowerCase(),
13138+
capitalizedEvent$jscomp$inline_1666 =
13139+
eventName$jscomp$inline_1664[0].toUpperCase() +
13140+
eventName$jscomp$inline_1664.slice(1);
1314113141
registerSimpleEvent(
13142-
domEventName$jscomp$inline_1653,
13143-
"on" + capitalizedEvent$jscomp$inline_1654
13142+
domEventName$jscomp$inline_1665,
13143+
"on" + capitalizedEvent$jscomp$inline_1666
1314413144
);
1314513145
}
1314613146
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -17386,16 +17386,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1738617386
0 === i && attemptExplicitHydrationTarget(target);
1738717387
}
1738817388
};
17389-
var isomorphicReactPackageVersion$jscomp$inline_2057 = React.version;
17389+
var isomorphicReactPackageVersion$jscomp$inline_2069 = React.version;
1739017390
if (
17391-
"19.2.0-native-fb-0e10ee90-20250912" !==
17392-
isomorphicReactPackageVersion$jscomp$inline_2057
17391+
"19.2.0-native-fb-8a8e9a7e-20250912" !==
17392+
isomorphicReactPackageVersion$jscomp$inline_2069
1739317393
)
1739417394
throw Error(
1739517395
formatProdErrorMessage(
1739617396
527,
17397-
isomorphicReactPackageVersion$jscomp$inline_2057,
17398-
"19.2.0-native-fb-0e10ee90-20250912"
17397+
isomorphicReactPackageVersion$jscomp$inline_2069,
17398+
"19.2.0-native-fb-8a8e9a7e-20250912"
1739917399
)
1740017400
);
1740117401
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17415,24 +17415,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1741517415
null === componentOrElement ? null : componentOrElement.stateNode;
1741617416
return componentOrElement;
1741717417
};
17418-
var internals$jscomp$inline_2630 = {
17418+
var internals$jscomp$inline_2642 = {
1741917419
bundleType: 0,
17420-
version: "19.2.0-native-fb-0e10ee90-20250912",
17420+
version: "19.2.0-native-fb-8a8e9a7e-20250912",
1742117421
rendererPackageName: "react-dom",
1742217422
currentDispatcherRef: ReactSharedInternals,
17423-
reconcilerVersion: "19.2.0-native-fb-0e10ee90-20250912"
17423+
reconcilerVersion: "19.2.0-native-fb-8a8e9a7e-20250912"
1742417424
};
1742517425
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
17426-
var hook$jscomp$inline_2631 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
17426+
var hook$jscomp$inline_2643 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
1742717427
if (
17428-
!hook$jscomp$inline_2631.isDisabled &&
17429-
hook$jscomp$inline_2631.supportsFiber
17428+
!hook$jscomp$inline_2643.isDisabled &&
17429+
hook$jscomp$inline_2643.supportsFiber
1743017430
)
1743117431
try {
17432-
(rendererID = hook$jscomp$inline_2631.inject(
17433-
internals$jscomp$inline_2630
17432+
(rendererID = hook$jscomp$inline_2643.inject(
17433+
internals$jscomp$inline_2642
1743417434
)),
17435-
(injectedHook = hook$jscomp$inline_2631);
17435+
(injectedHook = hook$jscomp$inline_2643);
1743617436
} catch (err) {}
1743717437
}
1743817438
exports.createRoot = function (container, options) {
@@ -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-0e10ee90-20250912";
17530+
exports.version = "19.2.0-native-fb-8a8e9a7e-20250912";

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

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

1313
/*
@@ -4000,7 +4000,7 @@ function coerceRef(workInProgress, element) {
40004000
element = element.props.ref;
40014001
workInProgress.ref = void 0 !== element ? element : null;
40024002
}
4003-
function throwOnInvalidObjectType(returnFiber, newChild) {
4003+
function throwOnInvalidObjectTypeImpl(returnFiber, newChild) {
40044004
if (newChild.$$typeof === REACT_LEGACY_ELEMENT_TYPE)
40054005
throw Error(formatProdErrorMessage(525));
40064006
returnFiber = Object.prototype.toString.call(newChild);
@@ -4213,7 +4213,7 @@ function createChildReconciler(shouldTrackSideEffects) {
42134213
readContextDuringReconciliation(returnFiber, newChild),
42144214
lanes
42154215
);
4216-
throwOnInvalidObjectType(returnFiber, newChild);
4216+
throwOnInvalidObjectTypeImpl(returnFiber, newChild);
42174217
}
42184218
return null;
42194219
}
@@ -4261,7 +4261,7 @@ function createChildReconciler(shouldTrackSideEffects) {
42614261
readContextDuringReconciliation(returnFiber, newChild),
42624262
lanes
42634263
);
4264-
throwOnInvalidObjectType(returnFiber, newChild);
4264+
throwOnInvalidObjectTypeImpl(returnFiber, newChild);
42654265
}
42664266
return null;
42674267
}
@@ -4332,7 +4332,7 @@ function createChildReconciler(shouldTrackSideEffects) {
43324332
readContextDuringReconciliation(returnFiber, newChild),
43334333
lanes
43344334
);
4335-
throwOnInvalidObjectType(returnFiber, newChild);
4335+
throwOnInvalidObjectTypeImpl(returnFiber, newChild);
43364336
}
43374337
return null;
43384338
}
@@ -4660,7 +4660,7 @@ function createChildReconciler(shouldTrackSideEffects) {
46604660
readContextDuringReconciliation(returnFiber, newChild),
46614661
lanes
46624662
);
4663-
throwOnInvalidObjectType(returnFiber, newChild);
4663+
throwOnInvalidObjectTypeImpl(returnFiber, newChild);
46644664
}
46654665
return ("string" === typeof newChild && "" !== newChild) ||
46664666
"number" === typeof newChild ||
@@ -15119,20 +15119,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
1511915119
(nativeEventTarget[internalScrollTimer] = targetInst));
1512015120
}
1512115121
for (
15122-
var i$jscomp$inline_1906 = 0;
15123-
i$jscomp$inline_1906 < simpleEventPluginEvents.length;
15124-
i$jscomp$inline_1906++
15122+
var i$jscomp$inline_1918 = 0;
15123+
i$jscomp$inline_1918 < simpleEventPluginEvents.length;
15124+
i$jscomp$inline_1918++
1512515125
) {
15126-
var eventName$jscomp$inline_1907 =
15127-
simpleEventPluginEvents[i$jscomp$inline_1906],
15128-
domEventName$jscomp$inline_1908 =
15129-
eventName$jscomp$inline_1907.toLowerCase(),
15130-
capitalizedEvent$jscomp$inline_1909 =
15131-
eventName$jscomp$inline_1907[0].toUpperCase() +
15132-
eventName$jscomp$inline_1907.slice(1);
15126+
var eventName$jscomp$inline_1919 =
15127+
simpleEventPluginEvents[i$jscomp$inline_1918],
15128+
domEventName$jscomp$inline_1920 =
15129+
eventName$jscomp$inline_1919.toLowerCase(),
15130+
capitalizedEvent$jscomp$inline_1921 =
15131+
eventName$jscomp$inline_1919[0].toUpperCase() +
15132+
eventName$jscomp$inline_1919.slice(1);
1513315133
registerSimpleEvent(
15134-
domEventName$jscomp$inline_1908,
15135-
"on" + capitalizedEvent$jscomp$inline_1909
15134+
domEventName$jscomp$inline_1920,
15135+
"on" + capitalizedEvent$jscomp$inline_1921
1513615136
);
1513715137
}
1513815138
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -19396,16 +19396,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1939619396
0 === i && attemptExplicitHydrationTarget(target);
1939719397
}
1939819398
};
19399-
var isomorphicReactPackageVersion$jscomp$inline_2314 = React.version;
19399+
var isomorphicReactPackageVersion$jscomp$inline_2326 = React.version;
1940019400
if (
19401-
"19.2.0-native-fb-0e10ee90-20250912" !==
19402-
isomorphicReactPackageVersion$jscomp$inline_2314
19401+
"19.2.0-native-fb-8a8e9a7e-20250912" !==
19402+
isomorphicReactPackageVersion$jscomp$inline_2326
1940319403
)
1940419404
throw Error(
1940519405
formatProdErrorMessage(
1940619406
527,
19407-
isomorphicReactPackageVersion$jscomp$inline_2314,
19408-
"19.2.0-native-fb-0e10ee90-20250912"
19407+
isomorphicReactPackageVersion$jscomp$inline_2326,
19408+
"19.2.0-native-fb-8a8e9a7e-20250912"
1940919409
)
1941019410
);
1941119411
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19425,12 +19425,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1942519425
null === componentOrElement ? null : componentOrElement.stateNode;
1942619426
return componentOrElement;
1942719427
};
19428-
var internals$jscomp$inline_2321 = {
19428+
var internals$jscomp$inline_2333 = {
1942919429
bundleType: 0,
19430-
version: "19.2.0-native-fb-0e10ee90-20250912",
19430+
version: "19.2.0-native-fb-8a8e9a7e-20250912",
1943119431
rendererPackageName: "react-dom",
1943219432
currentDispatcherRef: ReactSharedInternals,
19433-
reconcilerVersion: "19.2.0-native-fb-0e10ee90-20250912",
19433+
reconcilerVersion: "19.2.0-native-fb-8a8e9a7e-20250912",
1943419434
getLaneLabelMap: function () {
1943519435
for (
1943619436
var map = new Map(), lane = 1, index$324 = 0;
@@ -19448,16 +19448,16 @@ var internals$jscomp$inline_2321 = {
1944819448
}
1944919449
};
1945019450
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
19451-
var hook$jscomp$inline_2888 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
19451+
var hook$jscomp$inline_2900 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
1945219452
if (
19453-
!hook$jscomp$inline_2888.isDisabled &&
19454-
hook$jscomp$inline_2888.supportsFiber
19453+
!hook$jscomp$inline_2900.isDisabled &&
19454+
hook$jscomp$inline_2900.supportsFiber
1945519455
)
1945619456
try {
19457-
(rendererID = hook$jscomp$inline_2888.inject(
19458-
internals$jscomp$inline_2321
19457+
(rendererID = hook$jscomp$inline_2900.inject(
19458+
internals$jscomp$inline_2333
1945919459
)),
19460-
(injectedHook = hook$jscomp$inline_2888);
19460+
(injectedHook = hook$jscomp$inline_2900);
1946119461
} catch (err) {}
1946219462
}
1946319463
exports.createRoot = function (container, options) {
@@ -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-0e10ee90-20250912";
19556+
exports.version = "19.2.0-native-fb-8a8e9a7e-20250912";

0 commit comments

Comments
 (0)