Skip to content

Commit c38bf64

Browse files
committed
Traverse down an updated tree even if it has no passive effects in profiling mode (facebook#34667)
We need this to be able to log the renders that happened inside. This is the same thing we do here but for the offscreen special cases: https://github.com/facebook/react/blob/main/packages/react-reconciler/src/ReactFiberCommitWork.js#L3452-L3457 DiffTrain build for [bbc2d59](facebook@bbc2d59)
1 parent 8ad5a16 commit c38bf64

27 files changed

+2895
-108255
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-554a373d-20250930
1+
19.2.0-native-fb-bbc2d596-20251001

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<<42f869dc063e608ea2eea8623abd96fc>>
10+
* @generated SignedSource<<a0f31236e4cdca23997be03e35d45853>>
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-554a373d-20250930";
407+
exports.version = "19.2.0-native-fb-bbc2d596-20251001";
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<<d595c3f7b8581acbc5a2096bd328c1cd>>
10+
* @generated SignedSource<<363568772f23cd29a6bcfe638a45f464>>
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-554a373d-20250930";
206+
exports.version = "19.2.0-native-fb-bbc2d596-20251001";

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<<d595c3f7b8581acbc5a2096bd328c1cd>>
10+
* @generated SignedSource<<363568772f23cd29a6bcfe638a45f464>>
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-554a373d-20250930";
206+
exports.version = "19.2.0-native-fb-bbc2d596-20251001";

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

Lines changed: 222 additions & 171 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)