mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Run yarn flags in CI (#28345)
DiffTrain build for commit https://github.com/facebook/react/commit/01ab35a9a731dec69995fbd28f3ac7eaad11e183.
This commit is contained in:
+1
-1
@@ -25735,7 +25735,7 @@ if (__DEV__) {
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-canary-d88fb321a-20240227";
|
||||
var ReactVersion = "18.3.0-canary-01ab35a9a-20240228";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -9171,7 +9171,7 @@ var devToolsConfig$jscomp$inline_1014 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-d88fb321a-20240227",
|
||||
version: "18.3.0-canary-01ab35a9a-20240228",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1195 = {
|
||||
@@ -9202,7 +9202,7 @@ var internals$jscomp$inline_1195 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-d88fb321a-20240227"
|
||||
reconcilerVersion: "18.3.0-canary-01ab35a9a-20240228"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1196 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9599,7 +9599,7 @@ var devToolsConfig$jscomp$inline_1056 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-d88fb321a-20240227",
|
||||
version: "18.3.0-canary-01ab35a9a-20240228",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1236 = {
|
||||
@@ -9630,7 +9630,7 @@ var internals$jscomp$inline_1236 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-d88fb321a-20240227"
|
||||
reconcilerVersion: "18.3.0-canary-01ab35a9a-20240228"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1237 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ if (__DEV__) {
|
||||
}
|
||||
var dynamicFlags = require("ReactNativeInternalFeatureFlags");
|
||||
|
||||
var ReactVersion = "18.3.0-canary-d88fb321a-20240227";
|
||||
var ReactVersion = "18.3.0-canary-01ab35a9a-20240228";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
+1
-1
@@ -598,4 +598,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-d88fb321a-20240227";
|
||||
exports.version = "18.3.0-canary-01ab35a9a-20240228";
|
||||
|
||||
+1
-1
@@ -594,7 +594,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-d88fb321a-20240227";
|
||||
exports.version = "18.3.0-canary-01ab35a9a-20240228";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
d88fb321a3c5ccadb9d617364b6f50cb943765eb
|
||||
01ab35a9a731dec69995fbd28f3ac7eaad11e183
|
||||
|
||||
Reference in New Issue
Block a user