Skip to content

Commit

Permalink
Remove RTR from DebugTracing-test (#28411)
Browse files Browse the repository at this point in the history
## Summary

Internal cleanup of ReactTestRenderer

## How did you test this change?

`yarn test
packages/react-reconciler/src/__tests__/DebugTracing-test.internal.js`

DiffTrain build for commit 338dddc.
  • Loading branch information
jackpope committed Mar 7, 2024
1 parent 245e97e commit a67aa55
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 @@ -25736,7 +25736,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-canary-c35b9b05f-20240307";
var ReactVersion = "18.3.0-canary-338dddc08-20240307";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9178,7 +9178,7 @@ var devToolsConfig$jscomp$inline_1014 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-c35b9b05f-20240307",
version: "18.3.0-canary-338dddc08-20240307",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1195 = {
Expand Down Expand Up @@ -9209,7 +9209,7 @@ var internals$jscomp$inline_1195 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-c35b9b05f-20240307"
reconcilerVersion: "18.3.0-canary-338dddc08-20240307"
};
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 @@ -9606,7 +9606,7 @@ var devToolsConfig$jscomp$inline_1056 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-c35b9b05f-20240307",
version: "18.3.0-canary-338dddc08-20240307",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1236 = {
Expand Down Expand Up @@ -9637,7 +9637,7 @@ var internals$jscomp$inline_1236 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-c35b9b05f-20240307"
reconcilerVersion: "18.3.0-canary-338dddc08-20240307"
};
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-c35b9b05f-20240307";
var ReactVersion = "18.3.0-canary-338dddc08-20240307";

// 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-c35b9b05f-20240307";
exports.version = "18.3.0-canary-338dddc08-20240307";
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-c35b9b05f-20240307";
exports.version = "18.3.0-canary-338dddc08-20240307";
"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 @@
c35b9b05fee039a8c3a99fdb7e35d5ca30db9eb0
338dddc089d5865761219f02b5175db85c54c489

0 comments on commit a67aa55

Please sign in to comment.