Skip to content

Commit 00e3f22

Browse files
committed
Don't shadow EventListenerOptionsOrUseCapture and FocusOptions types (#32801)
These are built-in to Flow. DiffTrain build for [7a728df](7a728df)
1 parent 67628e7 commit 00e3f22

23 files changed

+3223
-3019
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.2.0-native-fb-deca9652-20250401
1+
19.2.0-native-fb-7a728dff-20250401

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<<803fd46b3166276b31d08d0133d3ec20>>
10+
* @generated SignedSource<<f8932bede90c1d9bc368e7ca8893d6e6>>
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-deca9652-20250401";
407+
exports.version = "19.2.0-native-fb-7a728dff-20250401";
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<<882ab99202282c0a9d015739d9271881>>
10+
* @generated SignedSource<<fe9f374edf6fd5b9282e97f1149a3ad0>>
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-deca9652-20250401";
206+
exports.version = "19.2.0-native-fb-7a728dff-20250401";

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<<882ab99202282c0a9d015739d9271881>>
10+
* @generated SignedSource<<fe9f374edf6fd5b9282e97f1149a3ad0>>
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-deca9652-20250401";
206+
exports.version = "19.2.0-native-fb-7a728dff-20250401";

0 commit comments

Comments
 (0)