Skip to content

Commit 9df6af9

Browse files
committed
[DevTools] Display React.optimisticKey in key positions (facebook#35760)
DiffTrain build for [e49335e](facebook@e49335e)
1 parent e8cc357 commit 9df6af9

34 files changed

Lines changed: 1314 additions & 1487 deletions

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8374c2abf13fa803233025192b8d7e87de70b087
1+
e49335e961a77a45be32ad6c9c1877cbe2fe91f4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8374c2abf13fa803233025192b8d7e87de70b087
1+
e49335e961a77a45be32ad6c9c1877cbe2fe91f4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ __DEV__ &&
14821482
exports.useTransition = function () {
14831483
return resolveDispatcher().useTransition();
14841484
};
1485-
exports.version = "19.3.0-www-classic-8374c2ab-20260211";
1485+
exports.version = "19.3.0-www-classic-e49335e9-20260211";
14861486
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14871487
"function" ===
14881488
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ __DEV__ &&
14821482
exports.useTransition = function () {
14831483
return resolveDispatcher().useTransition();
14841484
};
1485-
exports.version = "19.3.0-www-modern-8374c2ab-20260211";
1485+
exports.version = "19.3.0-www-modern-e49335e9-20260211";
14861486
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14871487
"function" ===
14881488
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-classic-8374c2ab-20260211";
613+
exports.version = "19.3.0-www-classic-e49335e9-20260211";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-modern-8374c2ab-20260211";
613+
exports.version = "19.3.0-www-modern-e49335e9-20260211";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.3.0-www-classic-8374c2ab-20260211";
617+
exports.version = "19.3.0-www-classic-e49335e9-20260211";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.3.0-www-modern-8374c2ab-20260211";
617+
exports.version = "19.3.0-www-modern-e49335e9-20260211";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,7 @@ __DEV__ &&
266266
case 8:
267267
return type === REACT_STRICT_MODE_TYPE ? "StrictMode" : "Mode";
268268
case 22:
269-
if (null !== fiber.return)
270-
return getComponentNameFromFiber(fiber.return);
271-
break;
269+
return "Offscreen";
272270
case 12:
273271
return "Profiler";
274272
case 21:
@@ -20383,10 +20381,10 @@ __DEV__ &&
2038320381
(function () {
2038420382
var internals = {
2038520383
bundleType: 1,
20386-
version: "19.3.0-www-classic-8374c2ab-20260211",
20384+
version: "19.3.0-www-classic-e49335e9-20260211",
2038720385
rendererPackageName: "react-art",
2038820386
currentDispatcherRef: ReactSharedInternals,
20389-
reconcilerVersion: "19.3.0-www-classic-8374c2ab-20260211"
20387+
reconcilerVersion: "19.3.0-www-classic-e49335e9-20260211"
2039020388
};
2039120389
internals.overrideHookState = overrideHookState;
2039220390
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20421,7 +20419,7 @@ __DEV__ &&
2042120419
exports.Shape = Shape;
2042220420
exports.Surface = Surface;
2042320421
exports.Text = Text;
20424-
exports.version = "19.3.0-www-classic-8374c2ab-20260211";
20422+
exports.version = "19.3.0-www-classic-e49335e9-20260211";
2042520423
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2042620424
"function" ===
2042720425
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,7 @@ __DEV__ &&
266266
case 8:
267267
return type === REACT_STRICT_MODE_TYPE ? "StrictMode" : "Mode";
268268
case 22:
269-
if (null !== fiber.return)
270-
return getComponentNameFromFiber(fiber.return);
271-
break;
269+
return "Offscreen";
272270
case 12:
273271
return "Profiler";
274272
case 21:
@@ -20154,10 +20152,10 @@ __DEV__ &&
2015420152
(function () {
2015520153
var internals = {
2015620154
bundleType: 1,
20157-
version: "19.3.0-www-modern-8374c2ab-20260211",
20155+
version: "19.3.0-www-modern-e49335e9-20260211",
2015820156
rendererPackageName: "react-art",
2015920157
currentDispatcherRef: ReactSharedInternals,
20160-
reconcilerVersion: "19.3.0-www-modern-8374c2ab-20260211"
20158+
reconcilerVersion: "19.3.0-www-modern-e49335e9-20260211"
2016120159
};
2016220160
internals.overrideHookState = overrideHookState;
2016320161
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20192,7 +20190,7 @@ __DEV__ &&
2019220190
exports.Shape = Shape;
2019320191
exports.Surface = Surface;
2019420192
exports.Text = Text;
20195-
exports.version = "19.3.0-www-modern-8374c2ab-20260211";
20193+
exports.version = "19.3.0-www-modern-e49335e9-20260211";
2019620194
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2019720195
"function" ===
2019820196
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)