mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Convert ReactDOMServerIntegrationLegacyContextDisabled to createRoot (#28448)
DiffTrain build for commit https://github.com/facebook/react/commit/172a7f629a972fedb9e43fbae4fad0e9b1dc7fee.
This commit is contained in:
+1
-1
@@ -25733,7 +25733,7 @@ if (__DEV__) {
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-canary-2314227de-20240226";
|
||||
var ReactVersion = "18.3.0-canary-172a7f629-20240226";
|
||||
|
||||
// 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-2314227de-20240226",
|
||||
version: "18.3.0-canary-172a7f629-20240226",
|
||||
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-2314227de-20240226"
|
||||
reconcilerVersion: "18.3.0-canary-172a7f629-20240226"
|
||||
};
|
||||
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-2314227de-20240226",
|
||||
version: "18.3.0-canary-172a7f629-20240226",
|
||||
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-2314227de-20240226"
|
||||
reconcilerVersion: "18.3.0-canary-172a7f629-20240226"
|
||||
};
|
||||
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-2314227de-20240226";
|
||||
var ReactVersion = "18.3.0-canary-172a7f629-20240226";
|
||||
|
||||
// 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-2314227de-20240226";
|
||||
exports.version = "18.3.0-canary-172a7f629-20240226";
|
||||
|
||||
+1
-1
@@ -594,7 +594,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-2314227de-20240226";
|
||||
exports.version = "18.3.0-canary-172a7f629-20240226";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
2314227de55b23e5819f7b96443693df16b5e911
|
||||
172a7f629a972fedb9e43fbae4fad0e9b1dc7fee
|
||||
|
||||
Reference in New Issue
Block a user