Skip to content

Commit 787601d

Browse files
author
22388o
committed
Reduce risk of leaving shipped Hooks as nullable on Dispatcher (facebook#32068)
DiffTrain build for [886c5ad](facebook@886c5ad)
1 parent d9abaab commit 787601d

26 files changed

+8744
-8862
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.1.0-native-fb-a160102f-20250107
1+
19.1.0-native-fb-886c5ad9-20250115

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<<f1d59e9ff731391059c1ba7bcf5a0011>>
10+
* @generated SignedSource<<7b4c75ed270bdf2fbc9b41f3be333dae>>
1111
*/
1212

1313
"use strict";
@@ -420,5 +420,5 @@ __DEV__ &&
420420
exports.useFormStatus = function () {
421421
return resolveDispatcher().useHostTransitionStatus();
422422
};
423-
exports.version = "19.1.0-native-fb-a160102f-20250107";
423+
exports.version = "19.1.0-native-fb-886c5ad9-20250115";
424424
})();

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<<db4211ef7643cc89e9156f1d6fe53528>>
10+
* @generated SignedSource<<c70307343a6e0556f3430dfb9457533e>>
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.1.0-native-fb-a160102f-20250107";
206+
exports.version = "19.1.0-native-fb-886c5ad9-20250115";

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<<db4211ef7643cc89e9156f1d6fe53528>>
10+
* @generated SignedSource<<c70307343a6e0556f3430dfb9457533e>>
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.1.0-native-fb-a160102f-20250107";
206+
exports.version = "19.1.0-native-fb-886c5ad9-20250115";

0 commit comments

Comments
 (0)