React DOM: Support boolean values for inert prop (#24730)

DiffTrain build for commit https://github.com/facebook/react/commit/bbc571aee431d44799ae6a70832ea834325a5af9.
This commit is contained in:
eps1lon
2024-03-13 22:14:39 +00:00
parent f5a0c7e862
commit 3657afa76a
7 changed files with 9 additions and 9 deletions
@@ -25454,7 +25454,7 @@ if (__DEV__) {
return root;
}
var ReactVersion = "18.3.0-canary-bb0944fe5-20240313";
var ReactVersion = "18.3.0-canary-bbc571aee-20240313";
// Might add PROFILE later.
@@ -9175,7 +9175,7 @@ var devToolsConfig$jscomp$inline_1016 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-bb0944fe5-20240313",
version: "18.3.0-canary-bbc571aee-20240313",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1194 = {
@@ -9206,7 +9206,7 @@ var internals$jscomp$inline_1194 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-bb0944fe5-20240313"
reconcilerVersion: "18.3.0-canary-bbc571aee-20240313"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1195 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9603,7 +9603,7 @@ var devToolsConfig$jscomp$inline_1058 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-bb0944fe5-20240313",
version: "18.3.0-canary-bbc571aee-20240313",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1235 = {
@@ -9634,7 +9634,7 @@ var internals$jscomp$inline_1235 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-bb0944fe5-20240313"
reconcilerVersion: "18.3.0-canary-bbc571aee-20240313"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -26,7 +26,7 @@ if (__DEV__) {
}
var dynamicFlags = require("ReactNativeInternalFeatureFlags");
var ReactVersion = "18.3.0-canary-bb0944fe5-20240313";
var ReactVersion = "18.3.0-canary-bbc571aee-20240313";
// ATTENTION
// When adding new symbols to this file,
@@ -628,4 +628,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-bb0944fe5-20240313";
exports.version = "18.3.0-canary-bbc571aee-20240313";
@@ -624,7 +624,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-bb0944fe5-20240313";
exports.version = "18.3.0-canary-bbc571aee-20240313";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -1 +1 @@
bb0944fe5bdd619be918621a9a1647204d6e7ce1
bbc571aee431d44799ae6a70832ea834325a5af9