Skip to content

Commit

Permalink
[Fiber] Refactor Commit Phase into Separate Functions for Before Muta…
Browse files Browse the repository at this point in the history
…tion/Mutation/Layout (#31930)

This is doing some general clean up to be able to split the commit root three phases into three separate async steps.

DiffTrain build for [c81312e](c81312e)
  • Loading branch information
sebmarkbage committed Jan 2, 2025
1 parent 32a72c9 commit 9619b0d
Show file tree
Hide file tree
Showing 23 changed files with 5,371 additions and 5,304 deletions.
2 changes: 1 addition & 1 deletion compiled-rn/VERSION_NATIVE_FB
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.1.0-native-fb-d8b903f4-20250102
19.1.0-native-fb-c81312e3-20250102
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<2b8c1212fd1e8a35748291910efc6e86>>
* @generated SignedSource<<02a6ea8d2bfe1b4a480a21cbc05c590b>>
*/

"use strict";
Expand Down Expand Up @@ -420,5 +420,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-d8b903f4-20250102";
exports.version = "19.1.0-native-fb-c81312e3-20250102";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<cd7e1d3afb6c514b568a5f7a52091f29>>
* @generated SignedSource<<355537d2f428007d2a3d9028e140f67d>>
*/

"use strict";
Expand Down Expand Up @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-d8b903f4-20250102";
exports.version = "19.1.0-native-fb-c81312e3-20250102";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<cd7e1d3afb6c514b568a5f7a52091f29>>
* @generated SignedSource<<355537d2f428007d2a3d9028e140f67d>>
*/

"use strict";
Expand Down Expand Up @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-d8b903f4-20250102";
exports.version = "19.1.0-native-fb-c81312e3-20250102";
Loading

0 comments on commit 9619b0d

Please sign in to comment.