Skip to content

Commit

Permalink
Devtools: Display actual pending state when inspecting useTransition (
Browse files Browse the repository at this point in the history
#28499)

DiffTrain build for commit 0066e0b.
  • Loading branch information
eps1lon committed Mar 6, 2024
1 parent 7d53888 commit 1750eca
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-c11b196ae-20240305";
var ReactVersion = "18.3.0-canary-0066e0b68-20240306";

// 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-c11b196ae-20240305",
version: "18.3.0-canary-0066e0b68-20240306",
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-c11b196ae-20240305"
reconcilerVersion: "18.3.0-canary-0066e0b68-20240306"
};
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-c11b196ae-20240305",
version: "18.3.0-canary-0066e0b68-20240306",
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-c11b196ae-20240305"
reconcilerVersion: "18.3.0-canary-0066e0b68-20240306"
};
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-c11b196ae-20240305";
var ReactVersion = "18.3.0-canary-0066e0b68-20240306";

// 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-c11b196ae-20240305";
exports.version = "18.3.0-canary-0066e0b68-20240306";
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-c11b196ae-20240305";
exports.version = "18.3.0-canary-0066e0b68-20240306";
"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 @@
c11b196ae3e2e3c5d143d9102b35a6b6fa97c849
0066e0b68d90cc71a137f26b7c5bf6af73398fc2

0 comments on commit 1750eca

Please sign in to comment.