mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add jsx-runtime.react-server.js to file allowlist (#28301)
https://github.com/facebook/react/pull/28217 doesn't work without this since it's not included in the files list. See https://github.com/dai-shi/waku/pull/467#issuecomment-1936965080. This should fix that. DiffTrain build for commit https://github.com/facebook/react/commit/269edb88b28b7394335fb504d9924acd35d4ef38.
This commit is contained in:
+1
-1
@@ -25721,7 +25721,7 @@ if (__DEV__) {
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-canary-35b2c2817-20240211";
|
||||
var ReactVersion = "18.3.0-canary-269edb88b-20240211";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -9173,7 +9173,7 @@ var devToolsConfig$jscomp$inline_1023 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-35b2c2817-20240211",
|
||||
version: "18.3.0-canary-269edb88b-20240211",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1204 = {
|
||||
@@ -9204,7 +9204,7 @@ var internals$jscomp$inline_1204 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-35b2c2817-20240211"
|
||||
reconcilerVersion: "18.3.0-canary-269edb88b-20240211"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1205 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9601,7 +9601,7 @@ var devToolsConfig$jscomp$inline_1065 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-35b2c2817-20240211",
|
||||
version: "18.3.0-canary-269edb88b-20240211",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1245 = {
|
||||
@@ -9632,7 +9632,7 @@ var internals$jscomp$inline_1245 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-canary-35b2c2817-20240211"
|
||||
reconcilerVersion: "18.3.0-canary-269edb88b-20240211"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1246 = __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-35b2c2817-20240211";
|
||||
var ReactVersion = "18.3.0-canary-269edb88b-20240211";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
+1
-1
@@ -551,4 +551,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-35b2c2817-20240211";
|
||||
exports.version = "18.3.0-canary-269edb88b-20240211";
|
||||
|
||||
+1
-1
@@ -547,7 +547,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-35b2c2817-20240211";
|
||||
exports.version = "18.3.0-canary-269edb88b-20240211";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
35b2c28178bf4f79898d11dce0bc2a7ce675f670
|
||||
269edb88b28b7394335fb504d9924acd35d4ef38
|
||||
|
||||
Reference in New Issue
Block a user