Skip to content

Commit 4f260c3

Browse files
committed
devtools: Use context displayName for context hook name (#25954)
DiffTrain build for [aed00da](aed00da)
1 parent 28fcf2f commit 4f260c3

16 files changed

+509
-123
lines changed

compiled/facebook-www/REVISION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16d3f7833d25b1ea026add83dd109601b60f138e
1+
aed00dacfb79d17c53218404c52b1c7aa59c4a89

compiled/facebook-www/React-prod.classic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,4 +633,4 @@ exports.useSyncExternalStore = function (
633633
exports.useTransition = function () {
634634
return ReactCurrentDispatcher.current.useTransition();
635635
};
636-
exports.version = "18.3.0-www-classic-16574b61";
636+
exports.version = "18.3.0-www-classic-0b5500fd";

compiled/facebook-www/React-profiling.classic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ exports.useSyncExternalStore = function (
637637
exports.useTransition = function () {
638638
return ReactCurrentDispatcher.current.useTransition();
639639
};
640-
exports.version = "18.3.0-www-classic-3a8f9fbb";
640+
exports.version = "18.3.0-www-classic-97730216";
641641
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
642642
"function" ===
643643
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (__DEV__) {
6666
return self;
6767
}
6868

69-
var ReactVersion = "18.3.0-www-classic-b340e372";
69+
var ReactVersion = "18.3.0-www-classic-0a32c1f5";
7070

7171
var LegacyRoot = 0;
7272
var ConcurrentRoot = 1;
@@ -15724,7 +15724,6 @@ if (__DEV__) {
1572415724

1572515725
function updateHostComponent$1(current, workInProgress, renderLanes) {
1572615726
pushHostContext(workInProgress);
15727-
1572815727
var type = workInProgress.type;
1572915728
var nextProps = workInProgress.pendingProps;
1573015729
var prevProps = current !== null ? current.memoizedProps : null;

compiled/facebook-www/ReactART-dev.modern.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (__DEV__) {
6666
return self;
6767
}
6868

69-
var ReactVersion = "18.3.0-www-modern-787d1085";
69+
var ReactVersion = "18.3.0-www-modern-7015f801";
7070

7171
var LegacyRoot = 0;
7272
var ConcurrentRoot = 1;
@@ -15418,7 +15418,6 @@ if (__DEV__) {
1541815418

1541915419
function updateHostComponent$1(current, workInProgress, renderLanes) {
1542015420
pushHostContext(workInProgress);
15421-
1542215421
var type = workInProgress.type;
1542315422
var nextProps = workInProgress.pendingProps;
1542415423
var prevProps = current !== null ? current.memoizedProps : null;

0 commit comments

Comments
 (0)