Skip to content

Commit

Permalink
Revert "Land enableClientRenderFallbackOnTextMismatch for www" (#28548)
Browse files Browse the repository at this point in the history
We're looking to run further experiments on this.

Reverts #28538

DiffTrain build for commit 3e6bc7d.
  • Loading branch information
kassens committed Mar 12, 2024
1 parent 3f2e5a3 commit 07a5cf3
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 @@ -25409,7 +25409,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-canary-eb33bd747-20240312";
var ReactVersion = "18.3.0-canary-3e6bc7d2d-20240312";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9146,7 +9146,7 @@ var devToolsConfig$jscomp$inline_1016 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-eb33bd747-20240312",
version: "18.3.0-canary-3e6bc7d2d-20240312",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1194 = {
Expand Down Expand Up @@ -9177,7 +9177,7 @@ var internals$jscomp$inline_1194 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-eb33bd747-20240312"
reconcilerVersion: "18.3.0-canary-3e6bc7d2d-20240312"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1195 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9574,7 +9574,7 @@ var devToolsConfig$jscomp$inline_1058 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-eb33bd747-20240312",
version: "18.3.0-canary-3e6bc7d2d-20240312",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1235 = {
Expand Down Expand Up @@ -9605,7 +9605,7 @@ var internals$jscomp$inline_1235 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-eb33bd747-20240312"
reconcilerVersion: "18.3.0-canary-3e6bc7d2d-20240312"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1236 = __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-eb33bd747-20240312";
var ReactVersion = "18.3.0-canary-3e6bc7d2d-20240312";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,4 +628,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-eb33bd747-20240312";
exports.version = "18.3.0-canary-3e6bc7d2d-20240312";
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-eb33bd747-20240312";
exports.version = "18.3.0-canary-3e6bc7d2d-20240312";
"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 @@
eb33bd74779df6e91c54a47e8f07b22b72a073c7
3e6bc7d2d7098d9c8a30ba6e7a877df70f4d8d34

0 comments on commit 07a5cf3

Please sign in to comment.