|
7 | 7 | * @noflow
|
8 | 8 | * @nolint
|
9 | 9 | * @preventMunge
|
10 |
| - * @generated SignedSource<<6f30b0fe89206a9cb9b24e5b1524c625>> |
| 10 | + * @generated SignedSource<<ccb30e12e6d23178ffb1becb0148d16e>> |
11 | 11 | */
|
12 | 12 |
|
13 | 13 | /*
|
@@ -4585,14 +4585,18 @@ __DEV__ &&
|
4585 | 4585 | fiber.serverTail.push(rejectedCandidate)));
|
4586 | 4586 | }
|
4587 | 4587 | function throwOnHydrationMismatch(fiber) {
|
4588 |
| - var diff = "", |
| 4588 | + var fromText = |
| 4589 | + 1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : !1, |
| 4590 | + diff = "", |
4589 | 4591 | diffRoot = hydrationDiffRootDEV;
|
4590 | 4592 | null !== diffRoot &&
|
4591 | 4593 | ((hydrationDiffRootDEV = null), (diff = describeDiff(diffRoot)));
|
4592 | 4594 | queueHydrationError(
|
4593 | 4595 | createCapturedValueAtFiber(
|
4594 | 4596 | Error(
|
4595 |
| - "Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used:\n\n- A server/client branch `if (typeof window !== 'undefined')`.\n- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.\n- Date formatting in a user's locale which doesn't match the server.\n- External changing data without sending a snapshot of it along with the HTML.\n- Invalid HTML tag nesting.\n\nIt can also happen if the client has a browser extension installed which messes with the HTML before React loaded.\n\nhttps://react.dev/link/hydration-mismatch" + |
| 4597 | + "Hydration failed because the server rendered " + |
| 4598 | + (fromText ? "text" : "HTML") + |
| 4599 | + " didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used:\n\n- A server/client branch `if (typeof window !== 'undefined')`.\n- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.\n- Date formatting in a user's locale which doesn't match the server.\n- External changing data without sending a snapshot of it along with the HTML.\n- Invalid HTML tag nesting.\n\nIt can also happen if the client has a browser extension installed which messes with the HTML before React loaded.\n\nhttps://react.dev/link/hydration-mismatch" + |
4596 | 4600 | diff
|
4597 | 4601 | ),
|
4598 | 4602 | fiber
|
@@ -4688,7 +4692,7 @@ __DEV__ &&
|
4688 | 4692 | null != props.onClick && (didHydrate.onclick = noop$2),
|
4689 | 4693 | (didHydrate = !0))
|
4690 | 4694 | : (didHydrate = !1);
|
4691 |
| - didHydrate || throwOnHydrationMismatch(fiber); |
| 4695 | + didHydrate || throwOnHydrationMismatch(fiber, !0); |
4692 | 4696 | }
|
4693 | 4697 | function popToNextHostParent(fiber) {
|
4694 | 4698 | for (hydrationParentFiber = fiber.return; hydrationParentFiber; )
|
@@ -11903,7 +11907,7 @@ __DEV__ &&
|
11903 | 11907 | checkForUnmatchedText(current.nodeValue, renderLanes)
|
11904 | 11908 | ? !0
|
11905 | 11909 | : !1;
|
11906 |
| - current || throwOnHydrationMismatch(workInProgress); |
| 11910 | + current || throwOnHydrationMismatch(workInProgress, !0); |
11907 | 11911 | } else
|
11908 | 11912 | (_type = renderLanes.ancestorInfo.current),
|
11909 | 11913 | null != _type &&
|
@@ -25719,11 +25723,11 @@ __DEV__ &&
|
25719 | 25723 | };
|
25720 | 25724 | (function () {
|
25721 | 25725 | var isomorphicReactPackageVersion = React.version;
|
25722 |
| - if ("19.1.0-native-fb-a5297ece-20250326" !== isomorphicReactPackageVersion) |
| 25726 | + if ("19.1.0-native-fb-3e88e97c-20250326" !== isomorphicReactPackageVersion) |
25723 | 25727 | throw Error(
|
25724 | 25728 | 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25725 | 25729 | (isomorphicReactPackageVersion +
|
25726 |
| - "\n - react-dom: 19.1.0-native-fb-a5297ece-20250326\nLearn more: https://react.dev/warnings/version-mismatch") |
| 25730 | + "\n - react-dom: 19.1.0-native-fb-3e88e97c-20250326\nLearn more: https://react.dev/warnings/version-mismatch") |
25727 | 25731 | );
|
25728 | 25732 | })();
|
25729 | 25733 | ("function" === typeof Map &&
|
@@ -25760,10 +25764,10 @@ __DEV__ &&
|
25760 | 25764 | !(function () {
|
25761 | 25765 | var internals = {
|
25762 | 25766 | bundleType: 1,
|
25763 |
| - version: "19.1.0-native-fb-a5297ece-20250326", |
| 25767 | + version: "19.1.0-native-fb-3e88e97c-20250326", |
25764 | 25768 | rendererPackageName: "react-dom",
|
25765 | 25769 | currentDispatcherRef: ReactSharedInternals,
|
25766 |
| - reconcilerVersion: "19.1.0-native-fb-a5297ece-20250326" |
| 25770 | + reconcilerVersion: "19.1.0-native-fb-3e88e97c-20250326" |
25767 | 25771 | };
|
25768 | 25772 | internals.overrideHookState = overrideHookState;
|
25769 | 25773 | internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -26223,7 +26227,7 @@ __DEV__ &&
|
26223 | 26227 | exports.useFormStatus = function () {
|
26224 | 26228 | return resolveDispatcher().useHostTransitionStatus();
|
26225 | 26229 | };
|
26226 |
| - exports.version = "19.1.0-native-fb-a5297ece-20250326"; |
| 26230 | + exports.version = "19.1.0-native-fb-3e88e97c-20250326"; |
26227 | 26231 | "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
26228 | 26232 | "function" ===
|
26229 | 26233 | typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
0 commit comments