Skip to content

Commit f59aa02

Browse files
committed
[Fizz] Skip past hidden inputs when attempting to hydrate hydration boundaries (facebook#34302)
DiffTrain build for [4123f6b](facebook@4123f6b)
1 parent 7b3697d commit f59aa02

24 files changed

+87
-87
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-9c2e2b84-20250827
1+
19.2.0-native-fb-4123f6b7-20250826

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<<8f4d42ab7863da982c84ecec5ec9eeec>>
10+
* @generated SignedSource<<7bd0ab239879413069fef8a7242c34ca>>
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-9c2e2b84-20250827";
407+
exports.version = "19.2.0-native-fb-4123f6b7-20250826";
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<<85bbe0cc61c8be36bfaab2deeba55b4e>>
10+
* @generated SignedSource<<30e6f2325467907f88fa57c6e5098700>>
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-9c2e2b84-20250827";
206+
exports.version = "19.2.0-native-fb-4123f6b7-20250826";

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<<85bbe0cc61c8be36bfaab2deeba55b4e>>
10+
* @generated SignedSource<<30e6f2325467907f88fa57c6e5098700>>
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-9c2e2b84-20250827";
206+
exports.version = "19.2.0-native-fb-4123f6b7-20250826";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<cdc973d618424519b9abfde41b401e08>>
10+
* @generated SignedSource<<e6023362e0461e5a500c72dee4b60f9c>>
1111
*/
1212

1313
/*
@@ -29373,11 +29373,11 @@ __DEV__ &&
2937329373
};
2937429374
(function () {
2937529375
var isomorphicReactPackageVersion = React.version;
29376-
if ("19.2.0-native-fb-9c2e2b84-20250827" !== isomorphicReactPackageVersion)
29376+
if ("19.2.0-native-fb-4123f6b7-20250826" !== isomorphicReactPackageVersion)
2937729377
throw Error(
2937829378
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2937929379
(isomorphicReactPackageVersion +
29380-
"\n - react-dom: 19.2.0-native-fb-9c2e2b84-20250827\nLearn more: https://react.dev/warnings/version-mismatch")
29380+
"\n - react-dom: 19.2.0-native-fb-4123f6b7-20250826\nLearn more: https://react.dev/warnings/version-mismatch")
2938129381
);
2938229382
})();
2938329383
("function" === typeof Map &&
@@ -29414,10 +29414,10 @@ __DEV__ &&
2941429414
!(function () {
2941529415
var internals = {
2941629416
bundleType: 1,
29417-
version: "19.2.0-native-fb-9c2e2b84-20250827",
29417+
version: "19.2.0-native-fb-4123f6b7-20250826",
2941829418
rendererPackageName: "react-dom",
2941929419
currentDispatcherRef: ReactSharedInternals,
29420-
reconcilerVersion: "19.2.0-native-fb-9c2e2b84-20250827"
29420+
reconcilerVersion: "19.2.0-native-fb-4123f6b7-20250826"
2942129421
};
2942229422
internals.overrideHookState = overrideHookState;
2942329423
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29556,5 +29556,5 @@ __DEV__ &&
2955629556
listenToAllSupportedEvents(container);
2955729557
return new ReactDOMHydrationRoot(initialChildren);
2955829558
};
29559-
exports.version = "19.2.0-native-fb-9c2e2b84-20250827";
29559+
exports.version = "19.2.0-native-fb-4123f6b7-20250826";
2956029560
})();

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<6e58f48b8312337cbe7019ccb8db9a32>>
10+
* @generated SignedSource<<e1017820f9b9a45ed260972638bc0b4b>>
1111
*/
1212

1313
/*
@@ -17196,14 +17196,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1719617196
};
1719717197
var isomorphicReactPackageVersion$jscomp$inline_2023 = React.version;
1719817198
if (
17199-
"19.2.0-native-fb-9c2e2b84-20250827" !==
17199+
"19.2.0-native-fb-4123f6b7-20250826" !==
1720017200
isomorphicReactPackageVersion$jscomp$inline_2023
1720117201
)
1720217202
throw Error(
1720317203
formatProdErrorMessage(
1720417204
527,
1720517205
isomorphicReactPackageVersion$jscomp$inline_2023,
17206-
"19.2.0-native-fb-9c2e2b84-20250827"
17206+
"19.2.0-native-fb-4123f6b7-20250826"
1720717207
)
1720817208
);
1720917209
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17225,10 +17225,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1722517225
};
1722617226
var internals$jscomp$inline_2554 = {
1722717227
bundleType: 0,
17228-
version: "19.2.0-native-fb-9c2e2b84-20250827",
17228+
version: "19.2.0-native-fb-4123f6b7-20250826",
1722917229
rendererPackageName: "react-dom",
1723017230
currentDispatcherRef: ReactSharedInternals,
17231-
reconcilerVersion: "19.2.0-native-fb-9c2e2b84-20250827"
17231+
reconcilerVersion: "19.2.0-native-fb-4123f6b7-20250826"
1723217232
};
1723317233
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1723417234
var hook$jscomp$inline_2555 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17326,4 +17326,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1732617326
listenToAllSupportedEvents(container);
1732717327
return new ReactDOMHydrationRoot(initialChildren);
1732817328
};
17329-
exports.version = "19.2.0-native-fb-9c2e2b84-20250827";
17329+
exports.version = "19.2.0-native-fb-4123f6b7-20250826";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<e782acb6c2e5c1d8b944e7152f60fb96>>
10+
* @generated SignedSource<<f182845a0a325cbdb2e451d4163fcc4e>>
1111
*/
1212

1313
/*
@@ -19206,14 +19206,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1920619206
};
1920719207
var isomorphicReactPackageVersion$jscomp$inline_2274 = React.version;
1920819208
if (
19209-
"19.2.0-native-fb-9c2e2b84-20250827" !==
19209+
"19.2.0-native-fb-4123f6b7-20250826" !==
1921019210
isomorphicReactPackageVersion$jscomp$inline_2274
1921119211
)
1921219212
throw Error(
1921319213
formatProdErrorMessage(
1921419214
527,
1921519215
isomorphicReactPackageVersion$jscomp$inline_2274,
19216-
"19.2.0-native-fb-9c2e2b84-20250827"
19216+
"19.2.0-native-fb-4123f6b7-20250826"
1921719217
)
1921819218
);
1921919219
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19235,10 +19235,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1923519235
};
1923619236
var internals$jscomp$inline_2281 = {
1923719237
bundleType: 0,
19238-
version: "19.2.0-native-fb-9c2e2b84-20250827",
19238+
version: "19.2.0-native-fb-4123f6b7-20250826",
1923919239
rendererPackageName: "react-dom",
1924019240
currentDispatcherRef: ReactSharedInternals,
19241-
reconcilerVersion: "19.2.0-native-fb-9c2e2b84-20250827",
19241+
reconcilerVersion: "19.2.0-native-fb-4123f6b7-20250826",
1924219242
getLaneLabelMap: function () {
1924319243
for (
1924419244
var map = new Map(), lane = 1, index$321 = 0;
@@ -19352,4 +19352,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1935219352
listenToAllSupportedEvents(container);
1935319353
return new ReactDOMHydrationRoot(initialChildren);
1935419354
};
19355-
exports.version = "19.2.0-native-fb-9c2e2b84-20250827";
19355+
exports.version = "19.2.0-native-fb-4123f6b7-20250826";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<97bc02c79afef9108bad96c3b21df04e>>
10+
* @generated SignedSource<<df33bf2ca8960f1d7a60b7d9c9d96c47>>
1111
*/
1212

1313
/*
@@ -29429,11 +29429,11 @@ __DEV__ &&
2942929429
};
2943029430
(function () {
2943129431
var isomorphicReactPackageVersion = React.version;
29432-
if ("19.2.0-native-fb-9c2e2b84-20250827" !== isomorphicReactPackageVersion)
29432+
if ("19.2.0-native-fb-4123f6b7-20250826" !== isomorphicReactPackageVersion)
2943329433
throw Error(
2943429434
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2943529435
(isomorphicReactPackageVersion +
29436-
"\n - react-dom: 19.2.0-native-fb-9c2e2b84-20250827\nLearn more: https://react.dev/warnings/version-mismatch")
29436+
"\n - react-dom: 19.2.0-native-fb-4123f6b7-20250826\nLearn more: https://react.dev/warnings/version-mismatch")
2943729437
);
2943829438
})();
2943929439
("function" === typeof Map &&
@@ -29470,10 +29470,10 @@ __DEV__ &&
2947029470
!(function () {
2947129471
var internals = {
2947229472
bundleType: 1,
29473-
version: "19.2.0-native-fb-9c2e2b84-20250827",
29473+
version: "19.2.0-native-fb-4123f6b7-20250826",
2947429474
rendererPackageName: "react-dom",
2947529475
currentDispatcherRef: ReactSharedInternals,
29476-
reconcilerVersion: "19.2.0-native-fb-9c2e2b84-20250827"
29476+
reconcilerVersion: "19.2.0-native-fb-4123f6b7-20250826"
2947729477
};
2947829478
internals.overrideHookState = overrideHookState;
2947929479
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29928,7 +29928,7 @@ __DEV__ &&
2992829928
exports.useFormStatus = function () {
2992929929
return resolveDispatcher().useHostTransitionStatus();
2993029930
};
29931-
exports.version = "19.2.0-native-fb-9c2e2b84-20250827";
29931+
exports.version = "19.2.0-native-fb-4123f6b7-20250826";
2993229932
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2993329933
"function" ===
2993429934
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<b5ceb7a960e8ef2928d6cf0e3d8f5b65>>
10+
* @generated SignedSource<<8286edb3ee5e368ace16d95c9fa8d65d>>
1111
*/
1212

1313
/*
@@ -17207,14 +17207,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1720717207
};
1720817208
var isomorphicReactPackageVersion$jscomp$inline_2024 = React.version;
1720917209
if (
17210-
"19.2.0-native-fb-9c2e2b84-20250827" !==
17210+
"19.2.0-native-fb-4123f6b7-20250826" !==
1721117211
isomorphicReactPackageVersion$jscomp$inline_2024
1721217212
)
1721317213
throw Error(
1721417214
formatProdErrorMessage(
1721517215
527,
1721617216
isomorphicReactPackageVersion$jscomp$inline_2024,
17217-
"19.2.0-native-fb-9c2e2b84-20250827"
17217+
"19.2.0-native-fb-4123f6b7-20250826"
1721817218
)
1721917219
);
1722017220
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17236,10 +17236,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1723617236
};
1723717237
var internals$jscomp$inline_2557 = {
1723817238
bundleType: 0,
17239-
version: "19.2.0-native-fb-9c2e2b84-20250827",
17239+
version: "19.2.0-native-fb-4123f6b7-20250826",
1724017240
rendererPackageName: "react-dom",
1724117241
currentDispatcherRef: ReactSharedInternals,
17242-
reconcilerVersion: "19.2.0-native-fb-9c2e2b84-20250827"
17242+
reconcilerVersion: "19.2.0-native-fb-4123f6b7-20250826"
1724317243
};
1724417244
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1724517245
var hook$jscomp$inline_2558 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17490,4 +17490,4 @@ exports.useFormState = function (action, initialState, permalink) {
1749017490
exports.useFormStatus = function () {
1749117491
return ReactSharedInternals.H.useHostTransitionStatus();
1749217492
};
17493-
exports.version = "19.2.0-native-fb-9c2e2b84-20250827";
17493+
exports.version = "19.2.0-native-fb-4123f6b7-20250826";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<dc34df163275a0bd28cb43a5e18ef889>>
10+
* @generated SignedSource<<9f12ff32a1712f86c1cae639d3529e03>>
1111
*/
1212

1313
/*
@@ -19221,14 +19221,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1922119221
};
1922219222
var isomorphicReactPackageVersion$jscomp$inline_2275 = React.version;
1922319223
if (
19224-
"19.2.0-native-fb-9c2e2b84-20250827" !==
19224+
"19.2.0-native-fb-4123f6b7-20250826" !==
1922519225
isomorphicReactPackageVersion$jscomp$inline_2275
1922619226
)
1922719227
throw Error(
1922819228
formatProdErrorMessage(
1922919229
527,
1923019230
isomorphicReactPackageVersion$jscomp$inline_2275,
19231-
"19.2.0-native-fb-9c2e2b84-20250827"
19231+
"19.2.0-native-fb-4123f6b7-20250826"
1923219232
)
1923319233
);
1923419234
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19250,10 +19250,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1925019250
};
1925119251
var internals$jscomp$inline_2282 = {
1925219252
bundleType: 0,
19253-
version: "19.2.0-native-fb-9c2e2b84-20250827",
19253+
version: "19.2.0-native-fb-4123f6b7-20250826",
1925419254
rendererPackageName: "react-dom",
1925519255
currentDispatcherRef: ReactSharedInternals,
19256-
reconcilerVersion: "19.2.0-native-fb-9c2e2b84-20250827",
19256+
reconcilerVersion: "19.2.0-native-fb-4123f6b7-20250826",
1925719257
getLaneLabelMap: function () {
1925819258
for (
1925919259
var map = new Map(), lane = 1, index$321 = 0;
@@ -19520,7 +19520,7 @@ exports.useFormState = function (action, initialState, permalink) {
1952019520
exports.useFormStatus = function () {
1952119521
return ReactSharedInternals.H.useHostTransitionStatus();
1952219522
};
19523-
exports.version = "19.2.0-native-fb-9c2e2b84-20250827";
19523+
exports.version = "19.2.0-native-fb-4123f6b7-20250826";
1952419524
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1952519525
"function" ===
1952619526
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)