Skip to content

Commit 855d676

Browse files
committed
Delete suppressWarning in OSS (#30312)
I'm pretty sure this is completely unnecessary even in www and RN because it's only useful if you use the mock scheduler which typically only we do in our own tests. But all our tests pass so unless www/RN does something with it, I don't think this is used. Also remove unnecessary `__DEV__` check. If it gets pulled in prod, we'd want to know about it. DiffTrain build for [85acf2d](85acf2d)
1 parent 2563348 commit 855d676

35 files changed

+110
-83
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8e00cf04de3c6b0f09efdf6f8f37a7fbe2c0a3e0
1+
85acf2d19527df568136ba08be97aa766d427ff2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8e00cf04de3c6b0f09efdf6f8f37a7fbe2c0a3e0
1+
85acf2d19527df568136ba08be97aa766d427ff2

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ __DEV__ &&
19981998
exports.useTransition = function () {
19991999
return resolveDispatcher().useTransition();
20002000
};
2001-
exports.version = "19.0.0-www-classic-8e00cf04de-20240711";
2001+
exports.version = "19.0.0-www-classic-85acf2d195-20240711";
20022002
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20032003
"function" ===
20042004
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ __DEV__ &&
19781978
exports.useTransition = function () {
19791979
return resolveDispatcher().useTransition();
19801980
};
1981-
exports.version = "19.0.0-www-modern-8e00cf04de-20240711";
1981+
exports.version = "19.0.0-www-modern-85acf2d195-20240711";
19821982
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19831983
"function" ===
19841984
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,4 +669,4 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-classic-8e00cf04de-20240711";
672+
exports.version = "19.0.0-www-classic-85acf2d195-20240711";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,4 +669,4 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-modern-8e00cf04de-20240711";
672+
exports.version = "19.0.0-www-modern-85acf2d195-20240711";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ exports.useSyncExternalStore = function (
673673
exports.useTransition = function () {
674674
return ReactSharedInternals.H.useTransition();
675675
};
676-
exports.version = "19.0.0-www-classic-8e00cf04de-20240711";
676+
exports.version = "19.0.0-www-classic-85acf2d195-20240711";
677677
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
678678
"function" ===
679679
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ exports.useSyncExternalStore = function (
673673
exports.useTransition = function () {
674674
return ReactSharedInternals.H.useTransition();
675675
};
676-
exports.version = "19.0.0-www-modern-8e00cf04de-20240711";
676+
exports.version = "19.0.0-www-modern-85acf2d195-20240711";
677677
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
678678
"function" ===
679679
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17017,14 +17017,14 @@ __DEV__ &&
1701717017
scheduleRoot: scheduleRoot,
1701817018
setRefreshHandler: setRefreshHandler,
1701917019
getCurrentFiber: getCurrentFiberForDevTools,
17020-
reconcilerVersion: "19.0.0-www-classic-8e00cf04de-20240711"
17020+
reconcilerVersion: "19.0.0-www-classic-85acf2d195-20240711"
1702117021
});
1702217022
})({
1702317023
findFiberByHostInstance: function () {
1702417024
return null;
1702517025
},
1702617026
bundleType: 1,
17027-
version: "19.0.0-www-classic-8e00cf04de-20240711",
17027+
version: "19.0.0-www-classic-85acf2d195-20240711",
1702817028
rendererPackageName: "react-art"
1702917029
});
1703017030
var ClippingRectangle = TYPES.CLIPPING_RECTANGLE,

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16432,14 +16432,14 @@ __DEV__ &&
1643216432
scheduleRoot: scheduleRoot,
1643316433
setRefreshHandler: setRefreshHandler,
1643416434
getCurrentFiber: getCurrentFiberForDevTools,
16435-
reconcilerVersion: "19.0.0-www-modern-8e00cf04de-20240711"
16435+
reconcilerVersion: "19.0.0-www-modern-85acf2d195-20240711"
1643616436
});
1643716437
})({
1643816438
findFiberByHostInstance: function () {
1643916439
return null;
1644016440
},
1644116441
bundleType: 1,
16442-
version: "19.0.0-www-modern-8e00cf04de-20240711",
16442+
version: "19.0.0-www-modern-85acf2d195-20240711",
1644316443
rendererPackageName: "react-art"
1644416444
});
1644516445
var ClippingRectangle = TYPES.CLIPPING_RECTANGLE,

0 commit comments

Comments
 (0)