Skip to content

Commit 9619b0d

Browse files
committed
[Fiber] Refactor Commit Phase into Separate Functions for Before Mutation/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)
1 parent 32a72c9 commit 9619b0d

23 files changed

+5371
-5304
lines changed

compiled-rn/VERSION_NATIVE_FB

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.1.0-native-fb-d8b903f4-20250102
1+
19.1.0-native-fb-c81312e3-20250102

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<2b8c1212fd1e8a35748291910efc6e86>>
10+
* @generated SignedSource<<02a6ea8d2bfe1b4a480a21cbc05c590b>>
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-d8b903f4-20250102";
423+
exports.version = "19.1.0-native-fb-c81312e3-20250102";
424424
})();

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<cd7e1d3afb6c514b568a5f7a52091f29>>
10+
* @generated SignedSource<<355537d2f428007d2a3d9028e140f67d>>
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-d8b903f4-20250102";
206+
exports.version = "19.1.0-native-fb-c81312e3-20250102";

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<cd7e1d3afb6c514b568a5f7a52091f29>>
10+
* @generated SignedSource<<355537d2f428007d2a3d9028e140f67d>>
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-d8b903f4-20250102";
206+
exports.version = "19.1.0-native-fb-c81312e3-20250102";

0 commit comments

Comments
 (0)