Skip to content

Commit bdb6222

Browse files
committed
[DevTools] Only inspect elements on left mouseclick (facebook#34361)
DiffTrain build for [6a58b80](facebook@6a58b80)
1 parent 0557e4a commit bdb6222

25 files changed

Lines changed: 2561 additions & 4476 deletions

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.2.0-native-fb-3302d1f7-20250903
1+
19.2.0-native-fb-6a58b800-20250902

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<<56ac6a5f9e0a15495324372ea00e8858>>
10+
* @generated SignedSource<<6b291e2c6b75ef962776aa3a7e0a7cf8>>
1111
*/
1212

1313
"use strict";
@@ -404,5 +404,5 @@ __DEV__ &&
404404
exports.useFormStatus = function () {
405405
return resolveDispatcher().useHostTransitionStatus();
406406
};
407-
exports.version = "19.2.0-native-fb-3302d1f7-20250903";
407+
exports.version = "19.2.0-native-fb-6a58b800-20250902";
408408
})();

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<<73920b47ab48258a511372994a8afedd>>
10+
* @generated SignedSource<<20f18f44e6ffb9df5a918fc75d082d48>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-3302d1f7-20250903";
206+
exports.version = "19.2.0-native-fb-6a58b800-20250902";

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<<73920b47ab48258a511372994a8afedd>>
10+
* @generated SignedSource<<20f18f44e6ffb9df5a918fc75d082d48>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-3302d1f7-20250903";
206+
exports.version = "19.2.0-native-fb-6a58b800-20250902";

0 commit comments

Comments
 (0)