Skip to content

Commit

Permalink
Turn on disableJavaScriptURLs for experimental (#28462)
Browse files Browse the repository at this point in the history
This is on everywhere, ready to turn on in the next major.

DiffTrain build for commit dee1aac.
  • Loading branch information
rickhanlonii committed Feb 27, 2024
1 parent 161ee24 commit efee0c2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25735,7 +25735,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-canary-c9798954e-20240227";
var ReactVersion = "18.3.0-canary-dee1aac77-20240227";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9171,7 +9171,7 @@ var devToolsConfig$jscomp$inline_1014 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-c9798954e-20240227",
version: "18.3.0-canary-dee1aac77-20240227",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1195 = {
Expand Down Expand Up @@ -9202,7 +9202,7 @@ var internals$jscomp$inline_1195 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-c9798954e-20240227"
reconcilerVersion: "18.3.0-canary-dee1aac77-20240227"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1196 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9599,7 +9599,7 @@ var devToolsConfig$jscomp$inline_1056 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-c9798954e-20240227",
version: "18.3.0-canary-dee1aac77-20240227",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1236 = {
Expand Down Expand Up @@ -9630,7 +9630,7 @@ var internals$jscomp$inline_1236 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-c9798954e-20240227"
reconcilerVersion: "18.3.0-canary-dee1aac77-20240227"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1237 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (__DEV__) {
}
var dynamicFlags = require("ReactNativeInternalFeatureFlags");

var ReactVersion = "18.3.0-canary-c9798954e-20240227";
var ReactVersion = "18.3.0-canary-dee1aac77-20240227";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,4 +598,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-c9798954e-20240227";
exports.version = "18.3.0-canary-dee1aac77-20240227";
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-c9798954e-20240227";
exports.version = "18.3.0-canary-dee1aac77-20240227";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c9798954e26a2354a951cc65607f2901a45bf035
dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c

0 comments on commit efee0c2

Please sign in to comment.