Skip to content

Commit

Permalink
devtools: Use context displayName for context hook name (#25954)
Browse files Browse the repository at this point in the history
DiffTrain build for [aed00da](aed00da)
  • Loading branch information
eps1lon committed Feb 24, 2024
1 parent 28fcf2f commit 4f260c3
Show file tree
Hide file tree
Showing 16 changed files with 509 additions and 123 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16d3f7833d25b1ea026add83dd109601b60f138e
aed00dacfb79d17c53218404c52b1c7aa59c4a89
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-classic-16574b61";
exports.version = "18.3.0-www-classic-0b5500fd";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-profiling.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-classic-3a8f9fbb";
exports.version = "18.3.0-www-classic-97730216";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
3 changes: 1 addition & 2 deletions compiled/facebook-www/ReactART-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (__DEV__) {
return self;
}

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

var LegacyRoot = 0;
var ConcurrentRoot = 1;
Expand Down Expand Up @@ -15724,7 +15724,6 @@ if (__DEV__) {

function updateHostComponent$1(current, workInProgress, renderLanes) {
pushHostContext(workInProgress);

var type = workInProgress.type;
var nextProps = workInProgress.pendingProps;
var prevProps = current !== null ? current.memoizedProps : null;
Expand Down
3 changes: 1 addition & 2 deletions compiled/facebook-www/ReactART-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (__DEV__) {
return self;
}

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

var LegacyRoot = 0;
var ConcurrentRoot = 1;
Expand Down Expand Up @@ -15418,7 +15418,6 @@ if (__DEV__) {

function updateHostComponent$1(current, workInProgress, renderLanes) {
pushHostContext(workInProgress);

var type = workInProgress.type;
var nextProps = workInProgress.pendingProps;
var prevProps = current !== null ? current.memoizedProps : null;
Expand Down
Loading

0 comments on commit 4f260c3

Please sign in to comment.