Skip to content

Commit 04cc857

Browse files
committed
[DevTools] Clear element inspection if host element not owned by any renderer is selected (facebook#35504)
DiffTrain build for [01c4d03](facebook@01c4d03)
1 parent 8276ad7 commit 04cc857

34 files changed

+86
-86
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
db71391c5c70dc113560d1c23d0b6548604d827f
1+
01c4d03d841b2695bf889ddeddc722b65f82031a
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
db71391c5c70dc113560d1c23d0b6548604d827f
1+
01c4d03d841b2695bf889ddeddc722b65f82031a

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ __DEV__ &&
14971497
exports.useTransition = function () {
14981498
return resolveDispatcher().useTransition();
14991499
};
1500-
exports.version = "19.3.0-www-classic-db71391c-20260115";
1500+
exports.version = "19.3.0-www-classic-01c4d03d-20260116";
15011501
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15021502
"function" ===
15031503
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
@@ -1497,7 +1497,7 @@ __DEV__ &&
14971497
exports.useTransition = function () {
14981498
return resolveDispatcher().useTransition();
14991499
};
1500-
exports.version = "19.3.0-www-modern-db71391c-20260115";
1500+
exports.version = "19.3.0-www-modern-01c4d03d-20260116";
15011501
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15021502
"function" ===
15031503
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
@@ -614,4 +614,4 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.3.0-www-classic-db71391c-20260115";
617+
exports.version = "19.3.0-www-classic-01c4d03d-20260116";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,4 +614,4 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.3.0-www-modern-db71391c-20260115";
617+
exports.version = "19.3.0-www-modern-01c4d03d-20260116";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ exports.useSyncExternalStore = function (
618618
exports.useTransition = function () {
619619
return ReactSharedInternals.H.useTransition();
620620
};
621-
exports.version = "19.3.0-www-classic-db71391c-20260115";
621+
exports.version = "19.3.0-www-classic-01c4d03d-20260116";
622622
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
623623
"function" ===
624624
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
@@ -618,7 +618,7 @@ exports.useSyncExternalStore = function (
618618
exports.useTransition = function () {
619619
return ReactSharedInternals.H.useTransition();
620620
};
621-
exports.version = "19.3.0-www-modern-db71391c-20260115";
621+
exports.version = "19.3.0-www-modern-01c4d03d-20260116";
622622
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
623623
"function" ===
624624
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20482,10 +20482,10 @@ __DEV__ &&
2048220482
(function () {
2048320483
var internals = {
2048420484
bundleType: 1,
20485-
version: "19.3.0-www-classic-db71391c-20260115",
20485+
version: "19.3.0-www-classic-01c4d03d-20260116",
2048620486
rendererPackageName: "react-art",
2048720487
currentDispatcherRef: ReactSharedInternals,
20488-
reconcilerVersion: "19.3.0-www-classic-db71391c-20260115"
20488+
reconcilerVersion: "19.3.0-www-classic-01c4d03d-20260116"
2048920489
};
2049020490
internals.overrideHookState = overrideHookState;
2049120491
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20520,7 +20520,7 @@ __DEV__ &&
2052020520
exports.Shape = Shape;
2052120521
exports.Surface = Surface;
2052220522
exports.Text = Text;
20523-
exports.version = "19.3.0-www-classic-db71391c-20260115";
20523+
exports.version = "19.3.0-www-classic-01c4d03d-20260116";
2052420524
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2052520525
"function" ===
2052620526
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20253,10 +20253,10 @@ __DEV__ &&
2025320253
(function () {
2025420254
var internals = {
2025520255
bundleType: 1,
20256-
version: "19.3.0-www-modern-db71391c-20260115",
20256+
version: "19.3.0-www-modern-01c4d03d-20260116",
2025720257
rendererPackageName: "react-art",
2025820258
currentDispatcherRef: ReactSharedInternals,
20259-
reconcilerVersion: "19.3.0-www-modern-db71391c-20260115"
20259+
reconcilerVersion: "19.3.0-www-modern-01c4d03d-20260116"
2026020260
};
2026120261
internals.overrideHookState = overrideHookState;
2026220262
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20291,7 +20291,7 @@ __DEV__ &&
2029120291
exports.Shape = Shape;
2029220292
exports.Surface = Surface;
2029320293
exports.Text = Text;
20294-
exports.version = "19.3.0-www-modern-db71391c-20260115";
20294+
exports.version = "19.3.0-www-modern-01c4d03d-20260116";
2029520295
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2029620296
"function" ===
2029720297
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)