Skip to content

Commit 0b23c46

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 6e94fc8 commit 0b23c46

File tree

21 files changed

+72
-72
lines changed

21 files changed

+72
-72
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.3.0-native-fb-db71391c-20260115
1+
19.3.0-native-fb-01c4d03d-20260116

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<82c182bed1fefca28eee5650c2e587c8>>
10+
* @generated SignedSource<<288110d072ea59433f9249a22f96a2da>>
1111
*/
1212

1313
"use strict";
@@ -410,5 +410,5 @@ __DEV__ &&
410410
exports.useFormStatus = function () {
411411
return resolveDispatcher().useHostTransitionStatus();
412412
};
413-
exports.version = "19.3.0-native-fb-db71391c-20260115";
413+
exports.version = "19.3.0-native-fb-01c4d03d-20260116";
414414
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<180f7cd755cc113a052e530ccc54af00>>
10+
* @generated SignedSource<<672fbadafc7f468b9c187dc9428d8142>>
1111
*/
1212

1313
"use strict";
@@ -209,4 +209,4 @@ exports.useFormState = function (action, initialState, permalink) {
209209
exports.useFormStatus = function () {
210210
return ReactSharedInternals.H.useHostTransitionStatus();
211211
};
212-
exports.version = "19.3.0-native-fb-db71391c-20260115";
212+
exports.version = "19.3.0-native-fb-01c4d03d-20260116";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<180f7cd755cc113a052e530ccc54af00>>
10+
* @generated SignedSource<<672fbadafc7f468b9c187dc9428d8142>>
1111
*/
1212

1313
"use strict";
@@ -209,4 +209,4 @@ exports.useFormState = function (action, initialState, permalink) {
209209
exports.useFormStatus = function () {
210210
return ReactSharedInternals.H.useHostTransitionStatus();
211211
};
212-
exports.version = "19.3.0-native-fb-db71391c-20260115";
212+
exports.version = "19.3.0-native-fb-01c4d03d-20260116";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<0c7bb69b9a8a32ec957e13be755d1d89>>
10+
* @generated SignedSource<<6dd70a9d6b9f0e4a30678894c130f216>>
1111
*/
1212

1313
/*
@@ -30276,11 +30276,11 @@ __DEV__ &&
3027630276
};
3027730277
(function () {
3027830278
var isomorphicReactPackageVersion = React.version;
30279-
if ("19.3.0-native-fb-db71391c-20260115" !== isomorphicReactPackageVersion)
30279+
if ("19.3.0-native-fb-01c4d03d-20260116" !== isomorphicReactPackageVersion)
3028030280
throw Error(
3028130281
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3028230282
(isomorphicReactPackageVersion +
30283-
"\n - react-dom: 19.3.0-native-fb-db71391c-20260115\nLearn more: https://react.dev/warnings/version-mismatch")
30283+
"\n - react-dom: 19.3.0-native-fb-01c4d03d-20260116\nLearn more: https://react.dev/warnings/version-mismatch")
3028430284
);
3028530285
})();
3028630286
("function" === typeof Map &&
@@ -30317,10 +30317,10 @@ __DEV__ &&
3031730317
!(function () {
3031830318
var internals = {
3031930319
bundleType: 1,
30320-
version: "19.3.0-native-fb-db71391c-20260115",
30320+
version: "19.3.0-native-fb-01c4d03d-20260116",
3032130321
rendererPackageName: "react-dom",
3032230322
currentDispatcherRef: ReactSharedInternals,
30323-
reconcilerVersion: "19.3.0-native-fb-db71391c-20260115"
30323+
reconcilerVersion: "19.3.0-native-fb-01c4d03d-20260116"
3032430324
};
3032530325
internals.overrideHookState = overrideHookState;
3032630326
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30470,5 +30470,5 @@ __DEV__ &&
3047030470
listenToAllSupportedEvents(container);
3047130471
return new ReactDOMHydrationRoot(initialChildren);
3047230472
};
30473-
exports.version = "19.3.0-native-fb-db71391c-20260115";
30473+
exports.version = "19.3.0-native-fb-01c4d03d-20260116";
3047430474
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<cc9b77b28f2e38d5577aaa8faccf7673>>
10+
* @generated SignedSource<<5f78a51e0a0224b874ec38c24ba973da>>
1111
*/
1212

1313
/*
@@ -17719,14 +17719,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1771917719
};
1772017720
var isomorphicReactPackageVersion$jscomp$inline_2054 = React.version;
1772117721
if (
17722-
"19.3.0-native-fb-db71391c-20260115" !==
17722+
"19.3.0-native-fb-01c4d03d-20260116" !==
1772317723
isomorphicReactPackageVersion$jscomp$inline_2054
1772417724
)
1772517725
throw Error(
1772617726
formatProdErrorMessage(
1772717727
527,
1772817728
isomorphicReactPackageVersion$jscomp$inline_2054,
17729-
"19.3.0-native-fb-db71391c-20260115"
17729+
"19.3.0-native-fb-01c4d03d-20260116"
1773017730
)
1773117731
);
1773217732
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17748,10 +17748,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1774817748
};
1774917749
var internals$jscomp$inline_2638 = {
1775017750
bundleType: 0,
17751-
version: "19.3.0-native-fb-db71391c-20260115",
17751+
version: "19.3.0-native-fb-01c4d03d-20260116",
1775217752
rendererPackageName: "react-dom",
1775317753
currentDispatcherRef: ReactSharedInternals,
17754-
reconcilerVersion: "19.3.0-native-fb-db71391c-20260115"
17754+
reconcilerVersion: "19.3.0-native-fb-01c4d03d-20260116"
1775517755
};
1775617756
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1775717757
var hook$jscomp$inline_2639 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17858,4 +17858,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1785817858
listenToAllSupportedEvents(container);
1785917859
return new ReactDOMHydrationRoot(initialChildren);
1786017860
};
17861-
exports.version = "19.3.0-native-fb-db71391c-20260115";
17861+
exports.version = "19.3.0-native-fb-01c4d03d-20260116";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<c6cb5cc07a049f56b0a27e905b0b493e>>
10+
* @generated SignedSource<<ab196bb62bfd123fdf3c5ee419b10886>>
1111
*/
1212

1313
/*
@@ -19853,14 +19853,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1985319853
};
1985419854
var isomorphicReactPackageVersion$jscomp$inline_2376 = React.version;
1985519855
if (
19856-
"19.3.0-native-fb-db71391c-20260115" !==
19856+
"19.3.0-native-fb-01c4d03d-20260116" !==
1985719857
isomorphicReactPackageVersion$jscomp$inline_2376
1985819858
)
1985919859
throw Error(
1986019860
formatProdErrorMessage(
1986119861
527,
1986219862
isomorphicReactPackageVersion$jscomp$inline_2376,
19863-
"19.3.0-native-fb-db71391c-20260115"
19863+
"19.3.0-native-fb-01c4d03d-20260116"
1986419864
)
1986519865
);
1986619866
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19882,10 +19882,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1988219882
};
1988319883
var internals$jscomp$inline_2383 = {
1988419884
bundleType: 0,
19885-
version: "19.3.0-native-fb-db71391c-20260115",
19885+
version: "19.3.0-native-fb-01c4d03d-20260116",
1988619886
rendererPackageName: "react-dom",
1988719887
currentDispatcherRef: ReactSharedInternals,
19888-
reconcilerVersion: "19.3.0-native-fb-db71391c-20260115",
19888+
reconcilerVersion: "19.3.0-native-fb-01c4d03d-20260116",
1988919889
getLaneLabelMap: function () {
1989019890
for (
1989119891
var map = new Map(), lane = 1, index$336 = 0;
@@ -20008,4 +20008,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
2000820008
listenToAllSupportedEvents(container);
2000920009
return new ReactDOMHydrationRoot(initialChildren);
2001020010
};
20011-
exports.version = "19.3.0-native-fb-db71391c-20260115";
20011+
exports.version = "19.3.0-native-fb-01c4d03d-20260116";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<ba29ef10c5ec86d1a6dfae81c5bb3eff>>
10+
* @generated SignedSource<<68b12160b0657c2ef023dc751aa4e054>>
1111
*/
1212

1313
/*
@@ -30338,11 +30338,11 @@ __DEV__ &&
3033830338
};
3033930339
(function () {
3034030340
var isomorphicReactPackageVersion = React.version;
30341-
if ("19.3.0-native-fb-db71391c-20260115" !== isomorphicReactPackageVersion)
30341+
if ("19.3.0-native-fb-01c4d03d-20260116" !== isomorphicReactPackageVersion)
3034230342
throw Error(
3034330343
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3034430344
(isomorphicReactPackageVersion +
30345-
"\n - react-dom: 19.3.0-native-fb-db71391c-20260115\nLearn more: https://react.dev/warnings/version-mismatch")
30345+
"\n - react-dom: 19.3.0-native-fb-01c4d03d-20260116\nLearn more: https://react.dev/warnings/version-mismatch")
3034630346
);
3034730347
})();
3034830348
("function" === typeof Map &&
@@ -30379,10 +30379,10 @@ __DEV__ &&
3037930379
!(function () {
3038030380
var internals = {
3038130381
bundleType: 1,
30382-
version: "19.3.0-native-fb-db71391c-20260115",
30382+
version: "19.3.0-native-fb-01c4d03d-20260116",
3038330383
rendererPackageName: "react-dom",
3038430384
currentDispatcherRef: ReactSharedInternals,
30385-
reconcilerVersion: "19.3.0-native-fb-db71391c-20260115"
30385+
reconcilerVersion: "19.3.0-native-fb-01c4d03d-20260116"
3038630386
};
3038730387
internals.overrideHookState = overrideHookState;
3038830388
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30848,7 +30848,7 @@ __DEV__ &&
3084830848
exports.useFormStatus = function () {
3084930849
return resolveDispatcher().useHostTransitionStatus();
3085030850
};
30851-
exports.version = "19.3.0-native-fb-db71391c-20260115";
30851+
exports.version = "19.3.0-native-fb-01c4d03d-20260116";
3085230852
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3085330853
"function" ===
3085430854
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<a50d0ce824e020cb0334e2501086ec99>>
10+
* @generated SignedSource<<80ad52e420a35feff3f3398cfa5a7c96>>
1111
*/
1212

1313
/*
@@ -17736,14 +17736,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1773617736
};
1773717737
var isomorphicReactPackageVersion$jscomp$inline_2055 = React.version;
1773817738
if (
17739-
"19.3.0-native-fb-db71391c-20260115" !==
17739+
"19.3.0-native-fb-01c4d03d-20260116" !==
1774017740
isomorphicReactPackageVersion$jscomp$inline_2055
1774117741
)
1774217742
throw Error(
1774317743
formatProdErrorMessage(
1774417744
527,
1774517745
isomorphicReactPackageVersion$jscomp$inline_2055,
17746-
"19.3.0-native-fb-db71391c-20260115"
17746+
"19.3.0-native-fb-01c4d03d-20260116"
1774717747
)
1774817748
);
1774917749
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17765,10 +17765,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1776517765
};
1776617766
var internals$jscomp$inline_2641 = {
1776717767
bundleType: 0,
17768-
version: "19.3.0-native-fb-db71391c-20260115",
17768+
version: "19.3.0-native-fb-01c4d03d-20260116",
1776917769
rendererPackageName: "react-dom",
1777017770
currentDispatcherRef: ReactSharedInternals,
17771-
reconcilerVersion: "19.3.0-native-fb-db71391c-20260115"
17771+
reconcilerVersion: "19.3.0-native-fb-01c4d03d-20260116"
1777217772
};
1777317773
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1777417774
var hook$jscomp$inline_2642 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18028,4 +18028,4 @@ exports.useFormState = function (action, initialState, permalink) {
1802818028
exports.useFormStatus = function () {
1802918029
return ReactSharedInternals.H.useHostTransitionStatus();
1803018030
};
18031-
exports.version = "19.3.0-native-fb-db71391c-20260115";
18031+
exports.version = "19.3.0-native-fb-01c4d03d-20260116";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<aed3f454a178d834e2bb0ee19914f318>>
10+
* @generated SignedSource<<6d6987f5616f53ae4f574c15023f3b42>>
1111
*/
1212

1313
/*
@@ -19874,14 +19874,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1987419874
};
1987519875
var isomorphicReactPackageVersion$jscomp$inline_2377 = React.version;
1987619876
if (
19877-
"19.3.0-native-fb-db71391c-20260115" !==
19877+
"19.3.0-native-fb-01c4d03d-20260116" !==
1987819878
isomorphicReactPackageVersion$jscomp$inline_2377
1987919879
)
1988019880
throw Error(
1988119881
formatProdErrorMessage(
1988219882
527,
1988319883
isomorphicReactPackageVersion$jscomp$inline_2377,
19884-
"19.3.0-native-fb-db71391c-20260115"
19884+
"19.3.0-native-fb-01c4d03d-20260116"
1988519885
)
1988619886
);
1988719887
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19903,10 +19903,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1990319903
};
1990419904
var internals$jscomp$inline_2384 = {
1990519905
bundleType: 0,
19906-
version: "19.3.0-native-fb-db71391c-20260115",
19906+
version: "19.3.0-native-fb-01c4d03d-20260116",
1990719907
rendererPackageName: "react-dom",
1990819908
currentDispatcherRef: ReactSharedInternals,
19909-
reconcilerVersion: "19.3.0-native-fb-db71391c-20260115",
19909+
reconcilerVersion: "19.3.0-native-fb-01c4d03d-20260116",
1991019910
getLaneLabelMap: function () {
1991119911
for (
1991219912
var map = new Map(), lane = 1, index$336 = 0;
@@ -20182,7 +20182,7 @@ exports.useFormState = function (action, initialState, permalink) {
2018220182
exports.useFormStatus = function () {
2018320183
return ReactSharedInternals.H.useHostTransitionStatus();
2018420184
};
20185-
exports.version = "19.3.0-native-fb-db71391c-20260115";
20185+
exports.version = "19.3.0-native-fb-01c4d03d-20260116";
2018620186
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2018720187
"function" ===
2018820188
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)