Skip to content

Commit

Permalink
Delete more redundant JSX code (#28276)
Browse files Browse the repository at this point in the history
Found another redundant implementation of JSX code. Not being used
anywhere so safe to delete.

DiffTrain build for commit d3def47.
  • Loading branch information
acdlite committed Feb 8, 2024
1 parent f72fad0 commit 4e9b256
Show file tree
Hide file tree
Showing 7 changed files with 435 additions and 434 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25670,7 +25670,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-canary-b229f540e-20240208";
var ReactVersion = "18.3.0-canary-d3def4793-20240208";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9152,7 +9152,7 @@ var devToolsConfig$jscomp$inline_1011 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-b229f540e-20240208",
version: "18.3.0-canary-d3def4793-20240208",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1189 = {
Expand Down Expand Up @@ -9183,7 +9183,7 @@ var internals$jscomp$inline_1189 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-b229f540e-20240208"
reconcilerVersion: "18.3.0-canary-d3def4793-20240208"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1190 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9580,7 +9580,7 @@ var devToolsConfig$jscomp$inline_1053 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-b229f540e-20240208",
version: "18.3.0-canary-d3def4793-20240208",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1230 = {
Expand Down Expand Up @@ -9611,7 +9611,7 @@ var internals$jscomp$inline_1230 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-b229f540e-20240208"
reconcilerVersion: "18.3.0-canary-d3def4793-20240208"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1231 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Loading

0 comments on commit 4e9b256

Please sign in to comment.