@@ -11576,9 +11576,7 @@ beginWork = function (current, workInProgress, renderLanes) {
1157611576 return (
1157711577 null === current &&
1157811578 isHydrating &&
11579- (((Component = "" !== workInProgress.pendingProps),
11580- (current = renderLanes = nextHydratableInstance),
11581- current && Component)
11579+ (((current = renderLanes = nextHydratableInstance), current)
1158211580 ? tryHydrateText(workInProgress, current) ||
1158311581 (shouldClientRenderOnMismatch(workInProgress) &&
1158411582 throwOnHydrationMismatch(),
@@ -16745,10 +16743,10 @@ Internals.Events = [
1674516743var devToolsConfig$jscomp$inline_1778 = {
1674616744 findFiberByHostInstance: getClosestInstanceFromNode,
1674716745 bundleType: 0,
16748- version: "18.3.0-www-modern-7d36ed41 ",
16746+ version: "18.3.0-www-modern-2d6dd0ff ",
1674916747 rendererPackageName: "react-dom"
1675016748};
16751- var internals$jscomp$inline_2143 = {
16749+ var internals$jscomp$inline_2142 = {
1675216750 bundleType: devToolsConfig$jscomp$inline_1778.bundleType,
1675316751 version: devToolsConfig$jscomp$inline_1778.version,
1675416752 rendererPackageName: devToolsConfig$jscomp$inline_1778.rendererPackageName,
@@ -16776,19 +16774,19 @@ var internals$jscomp$inline_2143 = {
1677616774 scheduleRoot: null,
1677716775 setRefreshHandler: null,
1677816776 getCurrentFiber: null,
16779- reconcilerVersion: "18.3.0-www-modern-7d36ed41 "
16777+ reconcilerVersion: "18.3.0-www-modern-2d6dd0ff "
1678016778};
1678116779if ("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__;
1678316781 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
1678616784 )
1678716785 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
1679016788 )),
16791- (injectedHook = hook$jscomp$inline_2144 );
16789+ (injectedHook = hook$jscomp$inline_2143 );
1679216790 } catch (err) {}
1679316791}
1679416792exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
@@ -17047,4 +17045,4 @@ exports.useFormState = function (action, initialState, permalink) {
1704717045exports.useFormStatus = function () {
1704817046 return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1704917047};
17050- exports.version = "18.3.0-www-modern-7d36ed41 ";
17048+ exports.version = "18.3.0-www-modern-2d6dd0ff ";
0 commit comments