mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[lint] move use lint to non-experimental (#27768)
`use` is being stabilized, so let's make sure the lint is updated for the next release. DiffTrain build for commit https://github.com/facebook/react/commit/b8be034f07e1abc59863742063f5baeff20e33fe.
This commit is contained in:
+1
-1
@@ -25474,7 +25474,7 @@ if (__DEV__) {
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-canary-60ad3693a-20231130";
|
||||
var ReactVersion = "18.3.0-canary-b8be034f0-20231130";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -9083,7 +9083,7 @@ var devToolsConfig$jscomp$inline_1033 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-60ad3693a-20231130",
|
||||
version: "18.3.0-canary-b8be034f0-20231130",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1226 = {
|
||||
@@ -9114,7 +9114,7 @@ var internals$jscomp$inline_1226 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-60ad3693a-20231130"
|
||||
reconcilerVersion: "18.3.0-canary-b8be034f0-20231130"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1227 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9509,7 +9509,7 @@ var devToolsConfig$jscomp$inline_1075 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-60ad3693a-20231130",
|
||||
version: "18.3.0-canary-b8be034f0-20231130",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1267 = {
|
||||
@@ -9540,7 +9540,7 @@ var internals$jscomp$inline_1267 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-60ad3693a-20231130"
|
||||
reconcilerVersion: "18.3.0-canary-b8be034f0-20231130"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1268 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ if (__DEV__) {
|
||||
) {
|
||||
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
||||
}
|
||||
var ReactVersion = "18.3.0-canary-60ad3693a-20231130";
|
||||
var ReactVersion = "18.3.0-canary-b8be034f0-20231130";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
+1
-1
@@ -580,4 +580,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-60ad3693a-20231130";
|
||||
exports.version = "18.3.0-canary-b8be034f0-20231130";
|
||||
|
||||
+1
-1
@@ -576,7 +576,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-60ad3693a-20231130";
|
||||
exports.version = "18.3.0-canary-b8be034f0-20231130";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
60ad3693a554f24b116f3f9afdb171fb4beb6d02
|
||||
b8be034f07e1abc59863742063f5baeff20e33fe
|
||||
|
||||
Reference in New Issue
Block a user