Skip to content

Commit d5aa92e

Browse files
committed
Remove consoleManagedByDevToolsDuringStrictMode (#31755)
This is enabled everywhere except the test renderers, which don't use it. DiffTrain build for [4dff0e6](4dff0e6)
1 parent 40363db commit d5aa92e

23 files changed

+209
-115
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.1.0-native-fb-d5e8f79c-20241212
1+
19.1.0-native-fb-4dff0e62-20241213

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

1313
"use strict";
@@ -420,5 +420,5 @@ __DEV__ &&
420420
exports.useFormStatus = function () {
421421
return resolveDispatcher().useHostTransitionStatus();
422422
};
423-
exports.version = "19.1.0-native-fb-d5e8f79c-20241212";
423+
exports.version = "19.1.0-native-fb-4dff0e62-20241213";
424424
})();

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<<bc8b32405f408ad4311ddb0630ac1b1e>>
10+
* @generated SignedSource<<cb570c7987ca609a028773233464e244>>
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.1.0-native-fb-d5e8f79c-20241212";
206+
exports.version = "19.1.0-native-fb-4dff0e62-20241213";

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<<bc8b32405f408ad4311ddb0630ac1b1e>>
10+
* @generated SignedSource<<cb570c7987ca609a028773233464e244>>
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.1.0-native-fb-d5e8f79c-20241212";
206+
exports.version = "19.1.0-native-fb-4dff0e62-20241213";

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

1313
/*
@@ -25945,11 +25945,11 @@ __DEV__ &&
2594525945
};
2594625946
(function () {
2594725947
var isomorphicReactPackageVersion = React.version;
25948-
if ("19.1.0-native-fb-d5e8f79c-20241212" !== isomorphicReactPackageVersion)
25948+
if ("19.1.0-native-fb-4dff0e62-20241213" !== isomorphicReactPackageVersion)
2594925949
throw Error(
2595025950
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2595125951
(isomorphicReactPackageVersion +
25952-
"\n - react-dom: 19.1.0-native-fb-d5e8f79c-20241212\nLearn more: https://react.dev/warnings/version-mismatch")
25952+
"\n - react-dom: 19.1.0-native-fb-4dff0e62-20241213\nLearn more: https://react.dev/warnings/version-mismatch")
2595325953
);
2595425954
})();
2595525955
("function" === typeof Map &&
@@ -25986,10 +25986,10 @@ __DEV__ &&
2598625986
!(function () {
2598725987
var internals = {
2598825988
bundleType: 1,
25989-
version: "19.1.0-native-fb-d5e8f79c-20241212",
25989+
version: "19.1.0-native-fb-4dff0e62-20241213",
2599025990
rendererPackageName: "react-dom",
2599125991
currentDispatcherRef: ReactSharedInternals,
25992-
reconcilerVersion: "19.1.0-native-fb-d5e8f79c-20241212"
25992+
reconcilerVersion: "19.1.0-native-fb-4dff0e62-20241213"
2599325993
};
2599425994
internals.overrideHookState = overrideHookState;
2599525995
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26135,5 +26135,5 @@ __DEV__ &&
2613526135
listenToAllSupportedEvents(container);
2613626136
return new ReactDOMHydrationRoot(initialChildren);
2613726137
};
26138-
exports.version = "19.1.0-native-fb-d5e8f79c-20241212";
26138+
exports.version = "19.1.0-native-fb-4dff0e62-20241213";
2613926139
})();

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<<1191abc934463f2f48f75796ab5fb5f6>>
10+
* @generated SignedSource<<2837bcd6ed9158938fae3901bec60eb7>>
1111
*/
1212

1313
/*
@@ -15871,14 +15871,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1587115871
};
1587215872
var isomorphicReactPackageVersion$jscomp$inline_1731 = React.version;
1587315873
if (
15874-
"19.1.0-native-fb-d5e8f79c-20241212" !==
15874+
"19.1.0-native-fb-4dff0e62-20241213" !==
1587515875
isomorphicReactPackageVersion$jscomp$inline_1731
1587615876
)
1587715877
throw Error(
1587815878
formatProdErrorMessage(
1587915879
527,
1588015880
isomorphicReactPackageVersion$jscomp$inline_1731,
15881-
"19.1.0-native-fb-d5e8f79c-20241212"
15881+
"19.1.0-native-fb-4dff0e62-20241213"
1588215882
)
1588315883
);
1588415884
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15900,10 +15900,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1590015900
};
1590115901
var internals$jscomp$inline_2186 = {
1590215902
bundleType: 0,
15903-
version: "19.1.0-native-fb-d5e8f79c-20241212",
15903+
version: "19.1.0-native-fb-4dff0e62-20241213",
1590415904
rendererPackageName: "react-dom",
1590515905
currentDispatcherRef: ReactSharedInternals,
15906-
reconcilerVersion: "19.1.0-native-fb-d5e8f79c-20241212"
15906+
reconcilerVersion: "19.1.0-native-fb-4dff0e62-20241213"
1590715907
};
1590815908
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1590915909
var hook$jscomp$inline_2187 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16009,4 +16009,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1600916009
listenToAllSupportedEvents(container);
1601016010
return new ReactDOMHydrationRoot(initialChildren);
1601116011
};
16012-
exports.version = "19.1.0-native-fb-d5e8f79c-20241212";
16012+
exports.version = "19.1.0-native-fb-4dff0e62-20241213";

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<<44a8e62f3713c8b19f9eac4f2450cd5e>>
10+
* @generated SignedSource<<a6fd5a8210c0c98e36b64b418ff5b6ef>>
1111
*/
1212

1313
/*
@@ -16524,14 +16524,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1652416524
};
1652516525
var isomorphicReactPackageVersion$jscomp$inline_1821 = React.version;
1652616526
if (
16527-
"19.1.0-native-fb-d5e8f79c-20241212" !==
16527+
"19.1.0-native-fb-4dff0e62-20241213" !==
1652816528
isomorphicReactPackageVersion$jscomp$inline_1821
1652916529
)
1653016530
throw Error(
1653116531
formatProdErrorMessage(
1653216532
527,
1653316533
isomorphicReactPackageVersion$jscomp$inline_1821,
16534-
"19.1.0-native-fb-d5e8f79c-20241212"
16534+
"19.1.0-native-fb-4dff0e62-20241213"
1653516535
)
1653616536
);
1653716537
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16553,10 +16553,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1655316553
};
1655416554
var internals$jscomp$inline_1828 = {
1655516555
bundleType: 0,
16556-
version: "19.1.0-native-fb-d5e8f79c-20241212",
16556+
version: "19.1.0-native-fb-4dff0e62-20241213",
1655716557
rendererPackageName: "react-dom",
1655816558
currentDispatcherRef: ReactSharedInternals,
16559-
reconcilerVersion: "19.1.0-native-fb-d5e8f79c-20241212",
16559+
reconcilerVersion: "19.1.0-native-fb-4dff0e62-20241213",
1656016560
getLaneLabelMap: function () {
1656116561
for (
1656216562
var map = new Map(), lane = 1, index$292 = 0;
@@ -16677,4 +16677,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1667716677
listenToAllSupportedEvents(container);
1667816678
return new ReactDOMHydrationRoot(initialChildren);
1667916679
};
16680-
exports.version = "19.1.0-native-fb-d5e8f79c-20241212";
16680+
exports.version = "19.1.0-native-fb-4dff0e62-20241213";

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<<87cbe022463d8666e03367bae29644d9>>
10+
* @generated SignedSource<<a51bac59b391c281dbebeed279cedbd3>>
1111
*/
1212

1313
/*
@@ -26006,11 +26006,11 @@ __DEV__ &&
2600626006
};
2600726007
(function () {
2600826008
var isomorphicReactPackageVersion = React.version;
26009-
if ("19.1.0-native-fb-d5e8f79c-20241212" !== isomorphicReactPackageVersion)
26009+
if ("19.1.0-native-fb-4dff0e62-20241213" !== isomorphicReactPackageVersion)
2601026010
throw Error(
2601126011
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2601226012
(isomorphicReactPackageVersion +
26013-
"\n - react-dom: 19.1.0-native-fb-d5e8f79c-20241212\nLearn more: https://react.dev/warnings/version-mismatch")
26013+
"\n - react-dom: 19.1.0-native-fb-4dff0e62-20241213\nLearn more: https://react.dev/warnings/version-mismatch")
2601426014
);
2601526015
})();
2601626016
("function" === typeof Map &&
@@ -26047,10 +26047,10 @@ __DEV__ &&
2604726047
!(function () {
2604826048
var internals = {
2604926049
bundleType: 1,
26050-
version: "19.1.0-native-fb-d5e8f79c-20241212",
26050+
version: "19.1.0-native-fb-4dff0e62-20241213",
2605126051
rendererPackageName: "react-dom",
2605226052
currentDispatcherRef: ReactSharedInternals,
26053-
reconcilerVersion: "19.1.0-native-fb-d5e8f79c-20241212"
26053+
reconcilerVersion: "19.1.0-native-fb-4dff0e62-20241213"
2605426054
};
2605526055
internals.overrideHookState = overrideHookState;
2605626056
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26512,7 +26512,7 @@ __DEV__ &&
2651226512
exports.useFormStatus = function () {
2651326513
return resolveDispatcher().useHostTransitionStatus();
2651426514
};
26515-
exports.version = "19.1.0-native-fb-d5e8f79c-20241212";
26515+
exports.version = "19.1.0-native-fb-4dff0e62-20241213";
2651626516
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2651726517
"function" ===
2651826518
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<<76f092f5f496202ef91b2cba0eaac602>>
10+
* @generated SignedSource<<5bac6b48b481d56e84afd9e6f782d453>>
1111
*/
1212

1313
/*
@@ -15882,14 +15882,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1588215882
};
1588315883
var isomorphicReactPackageVersion$jscomp$inline_1732 = React.version;
1588415884
if (
15885-
"19.1.0-native-fb-d5e8f79c-20241212" !==
15885+
"19.1.0-native-fb-4dff0e62-20241213" !==
1588615886
isomorphicReactPackageVersion$jscomp$inline_1732
1588715887
)
1588815888
throw Error(
1588915889
formatProdErrorMessage(
1589015890
527,
1589115891
isomorphicReactPackageVersion$jscomp$inline_1732,
15892-
"19.1.0-native-fb-d5e8f79c-20241212"
15892+
"19.1.0-native-fb-4dff0e62-20241213"
1589315893
)
1589415894
);
1589515895
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15911,10 +15911,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1591115911
};
1591215912
var internals$jscomp$inline_2189 = {
1591315913
bundleType: 0,
15914-
version: "19.1.0-native-fb-d5e8f79c-20241212",
15914+
version: "19.1.0-native-fb-4dff0e62-20241213",
1591515915
rendererPackageName: "react-dom",
1591615916
currentDispatcherRef: ReactSharedInternals,
15917-
reconcilerVersion: "19.1.0-native-fb-d5e8f79c-20241212"
15917+
reconcilerVersion: "19.1.0-native-fb-4dff0e62-20241213"
1591815918
};
1591915919
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1592015920
var hook$jscomp$inline_2190 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16174,4 +16174,4 @@ exports.useFormState = function (action, initialState, permalink) {
1617416174
exports.useFormStatus = function () {
1617516175
return ReactSharedInternals.H.useHostTransitionStatus();
1617616176
};
16177-
exports.version = "19.1.0-native-fb-d5e8f79c-20241212";
16177+
exports.version = "19.1.0-native-fb-4dff0e62-20241213";

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<<9f2f2a8bc9f7137fa6a41742280a6f8c>>
10+
* @generated SignedSource<<1d2bc24fbbbd495dbfcb7ed6762e0f0a>>
1111
*/
1212

1313
/*
@@ -16539,14 +16539,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1653916539
};
1654016540
var isomorphicReactPackageVersion$jscomp$inline_1822 = React.version;
1654116541
if (
16542-
"19.1.0-native-fb-d5e8f79c-20241212" !==
16542+
"19.1.0-native-fb-4dff0e62-20241213" !==
1654316543
isomorphicReactPackageVersion$jscomp$inline_1822
1654416544
)
1654516545
throw Error(
1654616546
formatProdErrorMessage(
1654716547
527,
1654816548
isomorphicReactPackageVersion$jscomp$inline_1822,
16549-
"19.1.0-native-fb-d5e8f79c-20241212"
16549+
"19.1.0-native-fb-4dff0e62-20241213"
1655016550
)
1655116551
);
1655216552
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16568,10 +16568,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1656816568
};
1656916569
var internals$jscomp$inline_1829 = {
1657016570
bundleType: 0,
16571-
version: "19.1.0-native-fb-d5e8f79c-20241212",
16571+
version: "19.1.0-native-fb-4dff0e62-20241213",
1657216572
rendererPackageName: "react-dom",
1657316573
currentDispatcherRef: ReactSharedInternals,
16574-
reconcilerVersion: "19.1.0-native-fb-d5e8f79c-20241212",
16574+
reconcilerVersion: "19.1.0-native-fb-4dff0e62-20241213",
1657516575
getLaneLabelMap: function () {
1657616576
for (
1657716577
var map = new Map(), lane = 1, index$292 = 0;
@@ -16846,7 +16846,7 @@ exports.useFormState = function (action, initialState, permalink) {
1684616846
exports.useFormStatus = function () {
1684716847
return ReactSharedInternals.H.useHostTransitionStatus();
1684816848
};
16849-
exports.version = "19.1.0-native-fb-d5e8f79c-20241212";
16849+
exports.version = "19.1.0-native-fb-4dff0e62-20241213";
1685016850
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1685116851
"function" ===
1685216852
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)