You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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" +
3598
+
"Hydration failed because the server rendered " +
3599
+
(fromText ? "text" : "HTML") +
3600
+
" 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" +
3597
3601
diff
3598
3602
),
3599
3603
fiber
@@ -3692,7 +3696,7 @@ __DEV__ &&
3692
3696
: (didHydrate = !1);
3693
3697
!didHydrate &&
3694
3698
favorSafetyOverHydrationPerf &&
3695
-
throwOnHydrationMismatch(fiber);
3699
+
throwOnHydrationMismatch(fiber, !0);
3696
3700
}
3697
3701
function popToNextHostParent(fiber) {
3698
3702
for (hydrationParentFiber = fiber.return; hydrationParentFiber; )
@@ -12088,7 +12092,7 @@ __DEV__ &&
12088
12092
: !1;
12089
12093
!current &&
12090
12094
favorSafetyOverHydrationPerf &&
12091
-
throwOnHydrationMismatch(workInProgress);
12095
+
throwOnHydrationMismatch(workInProgress, !0);
12092
12096
} else
12093
12097
(_type = renderLanes.ancestorInfo.current),
12094
12098
null != _type &&
@@ -29908,11 +29912,11 @@ __DEV__ &&
29908
29912
return_targetInst = null;
29909
29913
(function () {
29910
29914
var isomorphicReactPackageVersion = React.version;
29911
-
if ("19.1.0-www-classic-f134b399-20250326" !== isomorphicReactPackageVersion)
29915
+
if ("19.1.0-www-classic-3e88e97c-20250326" !== isomorphicReactPackageVersion)
29912
29916
throw Error(
29913
29917
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
"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" +
3490
+
"Hydration failed because the server rendered " +
3491
+
(fromText ? "text" : "HTML") +
3492
+
" 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" +
3489
3493
diff
3490
3494
),
3491
3495
fiber
@@ -3579,7 +3583,7 @@ __DEV__ &&
3579
3583
: (didHydrate = !1);
3580
3584
!didHydrate &&
3581
3585
favorSafetyOverHydrationPerf &&
3582
-
throwOnHydrationMismatch(fiber);
3586
+
throwOnHydrationMismatch(fiber, !0);
3583
3587
}
3584
3588
function popToNextHostParent(fiber) {
3585
3589
for (hydrationParentFiber = fiber.return; hydrationParentFiber; )
@@ -11895,7 +11899,7 @@ __DEV__ &&
11895
11899
: !1;
11896
11900
!current &&
11897
11901
favorSafetyOverHydrationPerf &&
11898
-
throwOnHydrationMismatch(workInProgress);
11902
+
throwOnHydrationMismatch(workInProgress, !0);
11899
11903
} else
11900
11904
(_type = renderLanes.ancestorInfo.current),
11901
11905
null != _type &&
@@ -29694,11 +29698,11 @@ __DEV__ &&
29694
29698
return_targetInst = null;
29695
29699
(function () {
29696
29700
var isomorphicReactPackageVersion = React.version;
29697
-
if ("19.1.0-www-modern-f134b399-20250326" !== isomorphicReactPackageVersion)
29701
+
if ("19.1.0-www-modern-3e88e97c-20250326" !== isomorphicReactPackageVersion)
29698
29702
throw Error(
29699
29703
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
0 commit comments