@@ -11576,9 +11576,7 @@ beginWork = function (current, workInProgress, renderLanes) {
11576
11576
return (
11577
11577
null === current &&
11578
11578
isHydrating &&
11579
- (((Component = "" !== workInProgress.pendingProps),
11580
- (current = renderLanes = nextHydratableInstance),
11581
- current && Component)
11579
+ (((current = renderLanes = nextHydratableInstance), current)
11582
11580
? tryHydrateText(workInProgress, current) ||
11583
11581
(shouldClientRenderOnMismatch(workInProgress) &&
11584
11582
throwOnHydrationMismatch(),
@@ -16745,10 +16743,10 @@ Internals.Events = [
16745
16743
var devToolsConfig$jscomp$inline_1778 = {
16746
16744
findFiberByHostInstance: getClosestInstanceFromNode,
16747
16745
bundleType: 0,
16748
- version: "18.3.0-www-modern-7d36ed41 ",
16746
+ version: "18.3.0-www-modern-2d6dd0ff ",
16749
16747
rendererPackageName: "react-dom"
16750
16748
};
16751
- var internals$jscomp$inline_2143 = {
16749
+ var internals$jscomp$inline_2142 = {
16752
16750
bundleType: devToolsConfig$jscomp$inline_1778.bundleType,
16753
16751
version: devToolsConfig$jscomp$inline_1778.version,
16754
16752
rendererPackageName: devToolsConfig$jscomp$inline_1778.rendererPackageName,
@@ -16776,19 +16774,19 @@ var internals$jscomp$inline_2143 = {
16776
16774
scheduleRoot: null,
16777
16775
setRefreshHandler: null,
16778
16776
getCurrentFiber: null,
16779
- reconcilerVersion: "18.3.0-www-modern-7d36ed41 "
16777
+ reconcilerVersion: "18.3.0-www-modern-2d6dd0ff "
16780
16778
};
16781
16779
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
16782
- var hook$jscomp$inline_2144 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
16780
+ var hook$jscomp$inline_2143 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
16783
16781
if (
16784
- !hook$jscomp$inline_2144 .isDisabled &&
16785
- hook$jscomp$inline_2144 .supportsFiber
16782
+ !hook$jscomp$inline_2143 .isDisabled &&
16783
+ hook$jscomp$inline_2143 .supportsFiber
16786
16784
)
16787
16785
try {
16788
- (rendererID = hook$jscomp$inline_2144 .inject(
16789
- internals$jscomp$inline_2143
16786
+ (rendererID = hook$jscomp$inline_2143 .inject(
16787
+ internals$jscomp$inline_2142
16790
16788
)),
16791
- (injectedHook = hook$jscomp$inline_2144 );
16789
+ (injectedHook = hook$jscomp$inline_2143 );
16792
16790
} catch (err) {}
16793
16791
}
16794
16792
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
@@ -17047,4 +17045,4 @@ exports.useFormState = function (action, initialState, permalink) {
17047
17045
exports.useFormStatus = function () {
17048
17046
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
17049
17047
};
17050
- exports.version = "18.3.0-www-modern-7d36ed41 ";
17048
+ exports.version = "18.3.0-www-modern-2d6dd0ff ";
0 commit comments