diff --git a/package.json b/package.json index 5143cee7f3fde..e1f4b90da7a7a 100644 --- a/package.json +++ b/package.json @@ -227,16 +227,16 @@ "pretty-ms": "7.0.0", "random-seed": "0.3.0", "react": "19.0.0", - "react-builtin": "npm:react@19.1.0-canary-22e39ea7-20250225", + "react-builtin": "npm:react@19.1.0-canary-ebc22ef7-20250225", "react-dom": "19.0.0", - "react-dom-builtin": "npm:react-dom@19.1.0-canary-22e39ea7-20250225", - "react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-22e39ea7-20250225", - "react-experimental-builtin": "npm:react@0.0.0-experimental-22e39ea7-20250225", - "react-is-builtin": "npm:react-is@19.1.0-canary-22e39ea7-20250225", - "react-server-dom-turbopack": "19.1.0-canary-22e39ea7-20250225", - "react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-22e39ea7-20250225", - "react-server-dom-webpack": "19.1.0-canary-22e39ea7-20250225", - "react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-22e39ea7-20250225", + "react-dom-builtin": "npm:react-dom@19.1.0-canary-ebc22ef7-20250225", + "react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-ebc22ef7-20250225", + "react-experimental-builtin": "npm:react@0.0.0-experimental-ebc22ef7-20250225", + "react-is-builtin": "npm:react-is@19.1.0-canary-ebc22ef7-20250225", + "react-server-dom-turbopack": "19.1.0-canary-ebc22ef7-20250225", + "react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-ebc22ef7-20250225", + "react-server-dom-webpack": "19.1.0-canary-ebc22ef7-20250225", + "react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-ebc22ef7-20250225", "react-ssr-prepass": "1.0.8", "react-virtualized": "9.22.3", "relay-compiler": "13.0.2", @@ -246,8 +246,8 @@ "resolve-from": "5.0.0", "sass": "1.54.0", "satori": "0.12.1", - "scheduler-builtin": "npm:scheduler@0.26.0-canary-22e39ea7-20250225", - "scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-22e39ea7-20250225", + "scheduler-builtin": "npm:scheduler@0.26.0-canary-ebc22ef7-20250225", + "scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-ebc22ef7-20250225", "seedrandom": "3.0.5", "semver": "7.3.7", "shell-quote": "1.7.3", @@ -289,10 +289,10 @@ "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "jest-snapshot": "30.0.0-alpha.6", - "react": "19.1.0-canary-22e39ea7-20250225", - "react-dom": "19.1.0-canary-22e39ea7-20250225", - "react-is": "19.1.0-canary-22e39ea7-20250225", - "scheduler": "0.26.0-canary-22e39ea7-20250225" + "react": "19.1.0-canary-ebc22ef7-20250225", + "react-dom": "19.1.0-canary-ebc22ef7-20250225", + "react-is": "19.1.0-canary-ebc22ef7-20250225", + "scheduler": "0.26.0-canary-ebc22ef7-20250225" }, "patchedDependencies": { "webpack-sources@3.2.3": "patches/webpack-sources@3.2.3.patch", diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js index 8d833b32e7d78..88db741527e1c 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js @@ -6763,14 +6763,14 @@ identifierPrefix = workInProgressRoot.identifierPrefix; if (isHydrating) { var treeId = getTreeId(); - identifierPrefix = ":" + identifierPrefix + "R" + treeId; + identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId; treeId = localIdCounter++; 0 < treeId && (identifierPrefix += "H" + treeId.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (treeId = globalClientIdCounter$1++), (identifierPrefix = - ":" + identifierPrefix + "r" + treeId.toString(32) + ":"); + "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb"); return (hook.memoizedState = identifierPrefix); } function mountRefresh() { @@ -9506,33 +9506,33 @@ return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_componentStack_2583; - var JSCompiler_object_inline_stack_2582 = workInProgress.pendingProps; + var JSCompiler_object_inline_componentStack_2600; + var JSCompiler_object_inline_stack_2599 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_message_2580 = !1; + var JSCompiler_object_inline_message_2597 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_componentStack_2583 = didSuspend) || - (JSCompiler_object_inline_componentStack_2583 = + (JSCompiler_object_inline_componentStack_2600 = didSuspend) || + (JSCompiler_object_inline_componentStack_2600 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_componentStack_2583 && - ((JSCompiler_object_inline_message_2580 = !0), + JSCompiler_object_inline_componentStack_2600 && + ((JSCompiler_object_inline_message_2597 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_componentStack_2583 = + JSCompiler_object_inline_componentStack_2600 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_message_2580 + JSCompiler_object_inline_message_2597 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); if (isHydrating) { - var JSCompiler_object_inline_digest_2581 = nextHydratableInstance; + var JSCompiler_object_inline_digest_2598 = nextHydratableInstance; var JSCompiler_temp; - if (!(JSCompiler_temp = !JSCompiler_object_inline_digest_2581)) { + if (!(JSCompiler_temp = !JSCompiler_object_inline_digest_2598)) { c: { - var instance = JSCompiler_object_inline_digest_2581; + var instance = JSCompiler_object_inline_digest_2598; for ( JSCompiler_temp = rootOrSingletonContext; 8 !== instance.nodeType; @@ -9574,87 +9574,87 @@ JSCompiler_temp && (warnNonHydratedInstance( workInProgress, - JSCompiler_object_inline_digest_2581 + JSCompiler_object_inline_digest_2598 ), throwOnHydrationMismatch(workInProgress)); } - JSCompiler_object_inline_digest_2581 = workInProgress.memoizedState; + JSCompiler_object_inline_digest_2598 = workInProgress.memoizedState; if ( - null !== JSCompiler_object_inline_digest_2581 && - ((JSCompiler_object_inline_digest_2581 = - JSCompiler_object_inline_digest_2581.dehydrated), - null !== JSCompiler_object_inline_digest_2581) + null !== JSCompiler_object_inline_digest_2598 && + ((JSCompiler_object_inline_digest_2598 = + JSCompiler_object_inline_digest_2598.dehydrated), + null !== JSCompiler_object_inline_digest_2598) ) return ( - isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2581) + isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2598) ? (workInProgress.lanes = 32) : (workInProgress.lanes = 536870912), null ); popSuspenseHandler(workInProgress); } - JSCompiler_object_inline_digest_2581 = - JSCompiler_object_inline_stack_2582.children; - JSCompiler_temp = JSCompiler_object_inline_stack_2582.fallback; - if (JSCompiler_object_inline_message_2580) + JSCompiler_object_inline_digest_2598 = + JSCompiler_object_inline_stack_2599.children; + JSCompiler_temp = JSCompiler_object_inline_stack_2599.fallback; + if (JSCompiler_object_inline_message_2597) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2582 = + (JSCompiler_object_inline_stack_2599 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_digest_2581, + JSCompiler_object_inline_digest_2598, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_message_2580 = workInProgress.child), - (JSCompiler_object_inline_message_2580.memoizedState = + (JSCompiler_object_inline_message_2597 = workInProgress.child), + (JSCompiler_object_inline_message_2597.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_message_2580.childLanes = + (JSCompiler_object_inline_message_2597.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2583, + JSCompiler_object_inline_componentStack_2600, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2582 + JSCompiler_object_inline_stack_2599 ); if ( "number" === - typeof JSCompiler_object_inline_stack_2582.unstable_expectedLoadTime + typeof JSCompiler_object_inline_stack_2599.unstable_expectedLoadTime ) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2582 = + (JSCompiler_object_inline_stack_2599 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_digest_2581, + JSCompiler_object_inline_digest_2598, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_message_2580 = workInProgress.child), - (JSCompiler_object_inline_message_2580.memoizedState = + (JSCompiler_object_inline_message_2597 = workInProgress.child), + (JSCompiler_object_inline_message_2597.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_message_2580.childLanes = + (JSCompiler_object_inline_message_2597.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2583, + JSCompiler_object_inline_componentStack_2600, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress.lanes = 4194304), - JSCompiler_object_inline_stack_2582 + JSCompiler_object_inline_stack_2599 ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_digest_2581 + JSCompiler_object_inline_digest_2598 ); } var prevState = current.memoizedState; if ( null !== prevState && - ((JSCompiler_object_inline_digest_2581 = prevState.dehydrated), - null !== JSCompiler_object_inline_digest_2581) + ((JSCompiler_object_inline_digest_2598 = prevState.dehydrated), + null !== JSCompiler_object_inline_digest_2598) ) { if (didSuspend) workInProgress.flags & 256 @@ -9671,94 +9671,94 @@ (workInProgress.flags |= 128), (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_message_2580 = - JSCompiler_object_inline_stack_2582.fallback), - (JSCompiler_object_inline_digest_2581 = workInProgress.mode), - (JSCompiler_object_inline_stack_2582 = + (JSCompiler_object_inline_message_2597 = + JSCompiler_object_inline_stack_2599.fallback), + (JSCompiler_object_inline_digest_2598 = workInProgress.mode), + (JSCompiler_object_inline_stack_2599 = mountWorkInProgressOffscreenFiber( { mode: "visible", - children: JSCompiler_object_inline_stack_2582.children + children: JSCompiler_object_inline_stack_2599.children }, - JSCompiler_object_inline_digest_2581 + JSCompiler_object_inline_digest_2598 )), - (JSCompiler_object_inline_message_2580 = + (JSCompiler_object_inline_message_2597 = createFiberFromFragment( - JSCompiler_object_inline_message_2580, - JSCompiler_object_inline_digest_2581, + JSCompiler_object_inline_message_2597, + JSCompiler_object_inline_digest_2598, renderLanes, null )), - (JSCompiler_object_inline_message_2580.flags |= 2), - (JSCompiler_object_inline_stack_2582.return = workInProgress), - (JSCompiler_object_inline_message_2580.return = workInProgress), - (JSCompiler_object_inline_stack_2582.sibling = - JSCompiler_object_inline_message_2580), - (workInProgress.child = JSCompiler_object_inline_stack_2582), + (JSCompiler_object_inline_message_2597.flags |= 2), + (JSCompiler_object_inline_stack_2599.return = workInProgress), + (JSCompiler_object_inline_message_2597.return = workInProgress), + (JSCompiler_object_inline_stack_2599.sibling = + JSCompiler_object_inline_message_2597), + (workInProgress.child = JSCompiler_object_inline_stack_2599), reconcileChildFibers( workInProgress, current.child, null, renderLanes ), - (JSCompiler_object_inline_stack_2582 = workInProgress.child), - (JSCompiler_object_inline_stack_2582.memoizedState = + (JSCompiler_object_inline_stack_2599 = workInProgress.child), + (JSCompiler_object_inline_stack_2599.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2582.childLanes = + (JSCompiler_object_inline_stack_2599.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2583, + JSCompiler_object_inline_componentStack_2600, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - (workInProgress = JSCompiler_object_inline_message_2580)); + (workInProgress = JSCompiler_object_inline_message_2597)); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), isHydrating && console.error( "We should not be hydrating here. This is a bug in React. Please file a bug." ), - isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2581)) + isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2598)) ) { - JSCompiler_object_inline_componentStack_2583 = - JSCompiler_object_inline_digest_2581.nextSibling && - JSCompiler_object_inline_digest_2581.nextSibling.dataset; - if (JSCompiler_object_inline_componentStack_2583) { - JSCompiler_temp = JSCompiler_object_inline_componentStack_2583.dgst; - var message = JSCompiler_object_inline_componentStack_2583.msg; - instance = JSCompiler_object_inline_componentStack_2583.stck; + JSCompiler_object_inline_componentStack_2600 = + JSCompiler_object_inline_digest_2598.nextSibling && + JSCompiler_object_inline_digest_2598.nextSibling.dataset; + if (JSCompiler_object_inline_componentStack_2600) { + JSCompiler_temp = JSCompiler_object_inline_componentStack_2600.dgst; + var message = JSCompiler_object_inline_componentStack_2600.msg; + instance = JSCompiler_object_inline_componentStack_2600.stck; var componentStack = - JSCompiler_object_inline_componentStack_2583.cstck; + JSCompiler_object_inline_componentStack_2600.cstck; } - JSCompiler_object_inline_message_2580 = message; - JSCompiler_object_inline_digest_2581 = JSCompiler_temp; - JSCompiler_object_inline_stack_2582 = instance; - JSCompiler_temp = JSCompiler_object_inline_componentStack_2583 = + JSCompiler_object_inline_message_2597 = message; + JSCompiler_object_inline_digest_2598 = JSCompiler_temp; + JSCompiler_object_inline_stack_2599 = instance; + JSCompiler_temp = JSCompiler_object_inline_componentStack_2600 = componentStack; - "POSTPONE" !== JSCompiler_object_inline_digest_2581 && - ((JSCompiler_object_inline_componentStack_2583 = - JSCompiler_object_inline_message_2580 - ? Error(JSCompiler_object_inline_message_2580) + "POSTPONE" !== JSCompiler_object_inline_digest_2598 && + ((JSCompiler_object_inline_componentStack_2600 = + JSCompiler_object_inline_message_2597 + ? Error(JSCompiler_object_inline_message_2597) : Error( "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering." )), - (JSCompiler_object_inline_componentStack_2583.stack = - JSCompiler_object_inline_stack_2582 || ""), - (JSCompiler_object_inline_componentStack_2583.digest = - JSCompiler_object_inline_digest_2581), - (JSCompiler_object_inline_stack_2582 = + (JSCompiler_object_inline_componentStack_2600.stack = + JSCompiler_object_inline_stack_2599 || ""), + (JSCompiler_object_inline_componentStack_2600.digest = + JSCompiler_object_inline_digest_2598), + (JSCompiler_object_inline_stack_2599 = void 0 === JSCompiler_temp ? null : JSCompiler_temp), - (JSCompiler_object_inline_message_2580 = { - value: JSCompiler_object_inline_componentStack_2583, + (JSCompiler_object_inline_message_2597 = { + value: JSCompiler_object_inline_componentStack_2600, source: null, - stack: JSCompiler_object_inline_stack_2582 + stack: JSCompiler_object_inline_stack_2599 }), - "string" === typeof JSCompiler_object_inline_stack_2582 && + "string" === typeof JSCompiler_object_inline_stack_2599 && CapturedStacks.set( - JSCompiler_object_inline_componentStack_2583, - JSCompiler_object_inline_message_2580 + JSCompiler_object_inline_componentStack_2600, + JSCompiler_object_inline_message_2597 ), - queueHydrationError(JSCompiler_object_inline_message_2580)); + queueHydrationError(JSCompiler_object_inline_message_2597)); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -9772,44 +9772,44 @@ renderLanes, !1 ), - (JSCompiler_object_inline_componentStack_2583 = + (JSCompiler_object_inline_componentStack_2600 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_componentStack_2583) + didReceiveUpdate || JSCompiler_object_inline_componentStack_2600) ) { - JSCompiler_object_inline_componentStack_2583 = workInProgressRoot; + JSCompiler_object_inline_componentStack_2600 = workInProgressRoot; if ( - null !== JSCompiler_object_inline_componentStack_2583 && - ((JSCompiler_object_inline_stack_2582 = renderLanes & -renderLanes), - (JSCompiler_object_inline_stack_2582 = - 0 !== (JSCompiler_object_inline_stack_2582 & 42) + null !== JSCompiler_object_inline_componentStack_2600 && + ((JSCompiler_object_inline_stack_2599 = renderLanes & -renderLanes), + (JSCompiler_object_inline_stack_2599 = + 0 !== (JSCompiler_object_inline_stack_2599 & 42) ? 1 : getBumpedLaneForHydrationByLane( - JSCompiler_object_inline_stack_2582 + JSCompiler_object_inline_stack_2599 )), - (JSCompiler_object_inline_stack_2582 = + (JSCompiler_object_inline_stack_2599 = 0 !== - (JSCompiler_object_inline_stack_2582 & - (JSCompiler_object_inline_componentStack_2583.suspendedLanes | + (JSCompiler_object_inline_stack_2599 & + (JSCompiler_object_inline_componentStack_2600.suspendedLanes | renderLanes)) ? 0 - : JSCompiler_object_inline_stack_2582), - 0 !== JSCompiler_object_inline_stack_2582 && - JSCompiler_object_inline_stack_2582 !== prevState.retryLane) + : JSCompiler_object_inline_stack_2599), + 0 !== JSCompiler_object_inline_stack_2599 && + JSCompiler_object_inline_stack_2599 !== prevState.retryLane) ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2582), + ((prevState.retryLane = JSCompiler_object_inline_stack_2599), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2582 + JSCompiler_object_inline_stack_2599 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_componentStack_2583, + JSCompiler_object_inline_componentStack_2600, current, - JSCompiler_object_inline_stack_2582 + JSCompiler_object_inline_stack_2599 ), SelectiveHydrationException) ); - JSCompiler_object_inline_digest_2581.data === + JSCompiler_object_inline_digest_2598.data === SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -9817,14 +9817,14 @@ renderLanes ); } else - JSCompiler_object_inline_digest_2581.data === + JSCompiler_object_inline_digest_2598.data === SUSPENSE_PENDING_START_DATA ? ((workInProgress.flags |= 192), (workInProgress.child = current.child), (workInProgress = null)) : ((current = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_digest_2581.nextSibling + JSCompiler_object_inline_digest_2598.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -9842,54 +9842,54 @@ (treeContextProvider = workInProgress)), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2582.children + JSCompiler_object_inline_stack_2599.children )), (workInProgress.flags |= 4096)); return workInProgress; } - if (JSCompiler_object_inline_message_2580) + if (JSCompiler_object_inline_message_2597) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_message_2580 = - JSCompiler_object_inline_stack_2582.fallback), - (JSCompiler_object_inline_digest_2581 = workInProgress.mode), + (JSCompiler_object_inline_message_2597 = + JSCompiler_object_inline_stack_2599.fallback), + (JSCompiler_object_inline_digest_2598 = workInProgress.mode), (JSCompiler_temp = current.child), (instance = JSCompiler_temp.sibling), - (JSCompiler_object_inline_stack_2582 = createWorkInProgress( + (JSCompiler_object_inline_stack_2599 = createWorkInProgress( JSCompiler_temp, { mode: "hidden", - children: JSCompiler_object_inline_stack_2582.children + children: JSCompiler_object_inline_stack_2599.children } )), - (JSCompiler_object_inline_stack_2582.subtreeFlags = + (JSCompiler_object_inline_stack_2599.subtreeFlags = JSCompiler_temp.subtreeFlags & 65011712), null !== instance - ? (JSCompiler_object_inline_message_2580 = createWorkInProgress( + ? (JSCompiler_object_inline_message_2597 = createWorkInProgress( instance, - JSCompiler_object_inline_message_2580 + JSCompiler_object_inline_message_2597 )) - : ((JSCompiler_object_inline_message_2580 = createFiberFromFragment( - JSCompiler_object_inline_message_2580, - JSCompiler_object_inline_digest_2581, + : ((JSCompiler_object_inline_message_2597 = createFiberFromFragment( + JSCompiler_object_inline_message_2597, + JSCompiler_object_inline_digest_2598, renderLanes, null )), - (JSCompiler_object_inline_message_2580.flags |= 2)), - (JSCompiler_object_inline_message_2580.return = workInProgress), - (JSCompiler_object_inline_stack_2582.return = workInProgress), - (JSCompiler_object_inline_stack_2582.sibling = - JSCompiler_object_inline_message_2580), - (workInProgress.child = JSCompiler_object_inline_stack_2582), - (JSCompiler_object_inline_stack_2582 = - JSCompiler_object_inline_message_2580), - (JSCompiler_object_inline_message_2580 = workInProgress.child), - (JSCompiler_object_inline_digest_2581 = current.child.memoizedState), - null === JSCompiler_object_inline_digest_2581 - ? (JSCompiler_object_inline_digest_2581 = + (JSCompiler_object_inline_message_2597.flags |= 2)), + (JSCompiler_object_inline_message_2597.return = workInProgress), + (JSCompiler_object_inline_stack_2599.return = workInProgress), + (JSCompiler_object_inline_stack_2599.sibling = + JSCompiler_object_inline_message_2597), + (workInProgress.child = JSCompiler_object_inline_stack_2599), + (JSCompiler_object_inline_stack_2599 = + JSCompiler_object_inline_message_2597), + (JSCompiler_object_inline_message_2597 = workInProgress.child), + (JSCompiler_object_inline_digest_2598 = current.child.memoizedState), + null === JSCompiler_object_inline_digest_2598 + ? (JSCompiler_object_inline_digest_2598 = mountSuspenseOffscreenState(renderLanes)) : ((JSCompiler_temp = - JSCompiler_object_inline_digest_2581.cachePool), + JSCompiler_object_inline_digest_2598.cachePool), null !== JSCompiler_temp ? ((instance = CacheContext._currentValue), (JSCompiler_temp = @@ -9897,38 +9897,38 @@ ? { parent: instance, pool: instance } : JSCompiler_temp)) : (JSCompiler_temp = getSuspendedCache()), - (JSCompiler_object_inline_digest_2581 = { + (JSCompiler_object_inline_digest_2598 = { baseLanes: - JSCompiler_object_inline_digest_2581.baseLanes | renderLanes, + JSCompiler_object_inline_digest_2598.baseLanes | renderLanes, cachePool: JSCompiler_temp })), - (JSCompiler_object_inline_message_2580.memoizedState = - JSCompiler_object_inline_digest_2581), - (JSCompiler_object_inline_message_2580.childLanes = + (JSCompiler_object_inline_message_2597.memoizedState = + JSCompiler_object_inline_digest_2598), + (JSCompiler_object_inline_message_2597.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2583, + JSCompiler_object_inline_componentStack_2600, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2582 + JSCompiler_object_inline_stack_2599 ); pushPrimaryTreeSuspenseHandler(workInProgress); renderLanes = current.child; current = renderLanes.sibling; renderLanes = createWorkInProgress(renderLanes, { mode: "visible", - children: JSCompiler_object_inline_stack_2582.children + children: JSCompiler_object_inline_stack_2599.children }); renderLanes.return = workInProgress; renderLanes.sibling = null; null !== current && - ((JSCompiler_object_inline_componentStack_2583 = + ((JSCompiler_object_inline_componentStack_2600 = workInProgress.deletions), - null === JSCompiler_object_inline_componentStack_2583 + null === JSCompiler_object_inline_componentStack_2600 ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) - : JSCompiler_object_inline_componentStack_2583.push(current)); + : JSCompiler_object_inline_componentStack_2600.push(current)); workInProgress.child = renderLanes; workInProgress.memoizedState = null; return renderLanes; @@ -11614,239 +11614,6 @@ captureCommitPhaseError(finishedWork, finishedWork.return, error); } } - function commitBeforeMutationEffects(root, firstChild, committedLanes) { - root = root.containerInfo; - eventsEnabled = _enabled; - root = getActiveElementDeep(root); - if (hasSelectionCapabilities(root)) { - if ("selectionStart" in root) - var JSCompiler_temp = { - start: root.selectionStart, - end: root.selectionEnd - }; - else - a: { - JSCompiler_temp = - ((JSCompiler_temp = root.ownerDocument) && - JSCompiler_temp.defaultView) || - window; - var selection = - JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); - if (selection && 0 !== selection.rangeCount) { - JSCompiler_temp = selection.anchorNode; - var anchorOffset = selection.anchorOffset, - focusNode = selection.focusNode; - selection = selection.focusOffset; - try { - JSCompiler_temp.nodeType, focusNode.nodeType; - } catch (e$2) { - JSCompiler_temp = null; - break a; - } - var length = 0, - start = -1, - end = -1, - indexWithinAnchor = 0, - indexWithinFocus = 0, - node = root, - parentNode = null; - b: for (;;) { - for (var next; ; ) { - node !== JSCompiler_temp || - (0 !== anchorOffset && 3 !== node.nodeType) || - (start = length + anchorOffset); - node !== focusNode || - (0 !== selection && 3 !== node.nodeType) || - (end = length + selection); - 3 === node.nodeType && (length += node.nodeValue.length); - if (null === (next = node.firstChild)) break; - parentNode = node; - node = next; - } - for (;;) { - if (node === root) break b; - parentNode === JSCompiler_temp && - ++indexWithinAnchor === anchorOffset && - (start = length); - parentNode === focusNode && - ++indexWithinFocus === selection && - (end = length); - if (null !== (next = node.nextSibling)) break; - node = parentNode; - parentNode = node.parentNode; - } - node = next; - } - JSCompiler_temp = - -1 === start || -1 === end ? null : { start: start, end: end }; - } else JSCompiler_temp = null; - } - JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; - } else JSCompiler_temp = null; - selectionInformation = { - focusedElem: root, - selectionRange: JSCompiler_temp - }; - shouldStartViewTransition = _enabled = !1; - committedLanes = (committedLanes & 335544064) === committedLanes; - nextEffect = firstChild; - for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { - root = nextEffect; - if ( - committedLanes && - ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) - ) - for ( - anchorOffset = 0; - anchorOffset < JSCompiler_temp.length; - anchorOffset++ - ) - committedLanes && - commitExitViewTransitions(JSCompiler_temp[anchorOffset]); - if (null === root.alternate && 0 !== (root.flags & 2)) - commitBeforeMutationEffects_complete(committedLanes); - else { - if (22 === root.tag) - if ( - ((JSCompiler_temp = root.alternate), null !== root.memoizedState) - ) { - null !== JSCompiler_temp && - null === JSCompiler_temp.memoizedState && - committedLanes && - commitExitViewTransitions(JSCompiler_temp); - commitBeforeMutationEffects_complete(committedLanes); - continue; - } else if ( - null !== JSCompiler_temp && - null !== JSCompiler_temp.memoizedState - ) { - commitBeforeMutationEffects_complete(committedLanes); - continue; - } - JSCompiler_temp = root.child; - 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp - ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) - : (committedLanes && commitNestedViewTransitions(root), - commitBeforeMutationEffects_complete(committedLanes)); - } - } - appearingViewTransitions = null; - } - function commitBeforeMutationEffects_complete( - isViewTransitionEligible$jscomp$0 - ) { - for (; null !== nextEffect; ) { - var fiber = nextEffect, - finishedWork = fiber, - isViewTransitionEligible = isViewTransitionEligible$jscomp$0, - current = finishedWork.alternate, - flags = finishedWork.flags; - switch (finishedWork.tag) { - case 0: - if ( - 0 !== (flags & 4) && - ((isViewTransitionEligible = finishedWork.updateQueue), - (isViewTransitionEligible = - null !== isViewTransitionEligible - ? isViewTransitionEligible.events - : null), - null !== isViewTransitionEligible) - ) - for ( - finishedWork = 0; - finishedWork < isViewTransitionEligible.length; - finishedWork++ - ) - (current = isViewTransitionEligible[finishedWork]), - (current.ref.impl = current.nextImpl); - break; - case 11: - case 15: - break; - case 1: - 0 !== (flags & 1024) && - null !== current && - commitClassSnapshot(finishedWork, current); - break; - case 3: - if (0 !== (flags & 1024)) - if ( - ((isViewTransitionEligible = - finishedWork.stateNode.containerInfo), - (finishedWork = isViewTransitionEligible.nodeType), - 9 === finishedWork) - ) - clearContainerSparingly(isViewTransitionEligible); - else if (1 === finishedWork) - switch (isViewTransitionEligible.nodeName) { - case "HEAD": - case "HTML": - case "BODY": - clearContainerSparingly(isViewTransitionEligible); - break; - default: - isViewTransitionEligible.textContent = ""; - } - break; - case 5: - case 26: - case 27: - case 6: - case 4: - case 17: - break; - case 30: - if ( - isViewTransitionEligible && - null !== current && - 0 !== (finishedWork.subtreeFlags & 8246) - ) - a: { - isViewTransitionEligible = current; - current = finishedWork; - finishedWork = getViewTransitionName( - isViewTransitionEligible.memoizedProps, - isViewTransitionEligible.stateNode - ); - current = current.memoizedProps; - flags = getViewTransitionClassName( - current.className, - current.update - ); - if ( - "none" === flags && - ((flags = getViewTransitionClassName( - current.className, - current.layout - )), - "none" === flags) - ) - break a; - viewTransitionHostInstanceIdx = 0; - applyViewTransitionToHostInstances( - isViewTransitionEligible.child, - finishedWork, - flags, - (isViewTransitionEligible.memoizedState = []), - !0 - ); - } - break; - default: - if (0 !== (flags & 1024)) - throw Error( - "This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue." - ); - } - isViewTransitionEligible = fiber.sibling; - if (null !== isViewTransitionEligible) { - isViewTransitionEligible.return = fiber.return; - nextEffect = isViewTransitionEligible; - break; - } - nextEffect = fiber.return; - } - } function applyViewTransitionToHostInstances( child, name, @@ -12251,6 +12018,239 @@ changedParent = changedParent.sibling; } } + function commitBeforeMutationEffects(root, firstChild, committedLanes) { + root = root.containerInfo; + eventsEnabled = _enabled; + root = getActiveElementDeep(root); + if (hasSelectionCapabilities(root)) { + if ("selectionStart" in root) + var JSCompiler_temp = { + start: root.selectionStart, + end: root.selectionEnd + }; + else + a: { + JSCompiler_temp = + ((JSCompiler_temp = root.ownerDocument) && + JSCompiler_temp.defaultView) || + window; + var selection = + JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); + if (selection && 0 !== selection.rangeCount) { + JSCompiler_temp = selection.anchorNode; + var anchorOffset = selection.anchorOffset, + focusNode = selection.focusNode; + selection = selection.focusOffset; + try { + JSCompiler_temp.nodeType, focusNode.nodeType; + } catch (e$2) { + JSCompiler_temp = null; + break a; + } + var length = 0, + start = -1, + end = -1, + indexWithinAnchor = 0, + indexWithinFocus = 0, + node = root, + parentNode = null; + b: for (;;) { + for (var next; ; ) { + node !== JSCompiler_temp || + (0 !== anchorOffset && 3 !== node.nodeType) || + (start = length + anchorOffset); + node !== focusNode || + (0 !== selection && 3 !== node.nodeType) || + (end = length + selection); + 3 === node.nodeType && (length += node.nodeValue.length); + if (null === (next = node.firstChild)) break; + parentNode = node; + node = next; + } + for (;;) { + if (node === root) break b; + parentNode === JSCompiler_temp && + ++indexWithinAnchor === anchorOffset && + (start = length); + parentNode === focusNode && + ++indexWithinFocus === selection && + (end = length); + if (null !== (next = node.nextSibling)) break; + node = parentNode; + parentNode = node.parentNode; + } + node = next; + } + JSCompiler_temp = + -1 === start || -1 === end ? null : { start: start, end: end }; + } else JSCompiler_temp = null; + } + JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; + } else JSCompiler_temp = null; + selectionInformation = { + focusedElem: root, + selectionRange: JSCompiler_temp + }; + shouldStartViewTransition = _enabled = !1; + committedLanes = (committedLanes & 335544064) === committedLanes; + nextEffect = firstChild; + for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { + root = nextEffect; + if ( + committedLanes && + ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) + ) + for ( + anchorOffset = 0; + anchorOffset < JSCompiler_temp.length; + anchorOffset++ + ) + committedLanes && + commitExitViewTransitions(JSCompiler_temp[anchorOffset]); + if (null === root.alternate && 0 !== (root.flags & 2)) + commitBeforeMutationEffects_complete(committedLanes); + else { + if (22 === root.tag) + if ( + ((JSCompiler_temp = root.alternate), null !== root.memoizedState) + ) { + null !== JSCompiler_temp && + null === JSCompiler_temp.memoizedState && + committedLanes && + commitExitViewTransitions(JSCompiler_temp); + commitBeforeMutationEffects_complete(committedLanes); + continue; + } else if ( + null !== JSCompiler_temp && + null !== JSCompiler_temp.memoizedState + ) { + commitBeforeMutationEffects_complete(committedLanes); + continue; + } + JSCompiler_temp = root.child; + 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp + ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) + : (committedLanes && commitNestedViewTransitions(root), + commitBeforeMutationEffects_complete(committedLanes)); + } + } + appearingViewTransitions = null; + } + function commitBeforeMutationEffects_complete( + isViewTransitionEligible$jscomp$0 + ) { + for (; null !== nextEffect; ) { + var fiber = nextEffect, + finishedWork = fiber, + isViewTransitionEligible = isViewTransitionEligible$jscomp$0, + current = finishedWork.alternate, + flags = finishedWork.flags; + switch (finishedWork.tag) { + case 0: + if ( + 0 !== (flags & 4) && + ((isViewTransitionEligible = finishedWork.updateQueue), + (isViewTransitionEligible = + null !== isViewTransitionEligible + ? isViewTransitionEligible.events + : null), + null !== isViewTransitionEligible) + ) + for ( + finishedWork = 0; + finishedWork < isViewTransitionEligible.length; + finishedWork++ + ) + (current = isViewTransitionEligible[finishedWork]), + (current.ref.impl = current.nextImpl); + break; + case 11: + case 15: + break; + case 1: + 0 !== (flags & 1024) && + null !== current && + commitClassSnapshot(finishedWork, current); + break; + case 3: + if (0 !== (flags & 1024)) + if ( + ((isViewTransitionEligible = + finishedWork.stateNode.containerInfo), + (finishedWork = isViewTransitionEligible.nodeType), + 9 === finishedWork) + ) + clearContainerSparingly(isViewTransitionEligible); + else if (1 === finishedWork) + switch (isViewTransitionEligible.nodeName) { + case "HEAD": + case "HTML": + case "BODY": + clearContainerSparingly(isViewTransitionEligible); + break; + default: + isViewTransitionEligible.textContent = ""; + } + break; + case 5: + case 26: + case 27: + case 6: + case 4: + case 17: + break; + case 30: + if ( + isViewTransitionEligible && + null !== current && + 0 !== (finishedWork.subtreeFlags & 8246) + ) + a: { + isViewTransitionEligible = current; + current = finishedWork; + finishedWork = getViewTransitionName( + isViewTransitionEligible.memoizedProps, + isViewTransitionEligible.stateNode + ); + current = current.memoizedProps; + flags = getViewTransitionClassName( + current.className, + current.update + ); + if ( + "none" === flags && + ((flags = getViewTransitionClassName( + current.className, + current.layout + )), + "none" === flags) + ) + break a; + viewTransitionHostInstanceIdx = 0; + applyViewTransitionToHostInstances( + isViewTransitionEligible.child, + finishedWork, + flags, + (isViewTransitionEligible.memoizedState = []), + !0 + ); + } + break; + default: + if (0 !== (flags & 1024)) + throw Error( + "This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue." + ); + } + isViewTransitionEligible = fiber.sibling; + if (null !== isViewTransitionEligible) { + isViewTransitionEligible.return = fiber.return; + nextEffect = isViewTransitionEligible; + break; + } + nextEffect = fiber.return; + } + } function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { var prevEffectStart = pushComponentEffectStart(), prevEffectErrors = pushComponentEffectErrors(), @@ -14255,11 +14255,11 @@ ((previousHoistableRoot = fiber.memoizedProps.name), null != previousHoistableRoot && "auto" !== previousHoistableRoot) ) { + var state = fiber.stateNode; + state.paired = null; null === appearingViewTransitions && (appearingViewTransitions = new Map()); - var instance = fiber.stateNode; - instance.paired = null; - appearingViewTransitions.set(previousHoistableRoot, instance); + appearingViewTransitions.set(previousHoistableRoot, state); } recursivelyAccumulateSuspenseyCommit(fiber); break; @@ -26441,18 +26441,18 @@ hasWarnedAboutUsingNoValuePropOnContextProvider = !1, didWarnAboutUndefinedSnapshotBeforeUpdate = null; didWarnAboutUndefinedSnapshotBeforeUpdate = new Set(); - var offscreenSubtreeIsHidden = !1, + var shouldStartViewTransition = !1, + appearingViewTransitions = null, + viewTransitionCancelableChildren = null, + viewTransitionHostInstanceIdx = 0, + offscreenSubtreeIsHidden = !1, offscreenSubtreeWasHidden = !1, needsFormReset = !1, PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set, nextEffect = null, inProgressLanes = null, inProgressRoot = null, - shouldStartViewTransition = !1, - appearingViewTransitions = null, viewTransitionContextChanged = !1, - viewTransitionCancelableChildren = null, - viewTransitionHostInstanceIdx = 0, hostParent = null, hostParentIsContainer = !1, currentHoistableRoot = null, @@ -27144,11 +27144,11 @@ }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-experimental-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-experimental-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-experimental-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27185,10 +27185,10 @@ !(function () { var internals = { bundleType: 1, - version: "19.1.0-experimental-22e39ea7-20250225", + version: "19.1.0-experimental-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-experimental-22e39ea7-20250225" + reconcilerVersion: "19.1.0-experimental-ebc22ef7-20250225" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -27330,7 +27330,7 @@ listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js index 67c1d0f6787e4..f353edf265b00 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js @@ -4618,14 +4618,14 @@ var HooksDispatcherOnMount = { identifierPrefix = workInProgressRoot.identifierPrefix; if (isHydrating) { var treeId = getTreeId(); - identifierPrefix = ":" + identifierPrefix + "R" + treeId; + identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId; treeId = localIdCounter++; 0 < treeId && (identifierPrefix += "H" + treeId.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (treeId = globalClientIdCounter$1++), (identifierPrefix = - ":" + identifierPrefix + "r" + treeId.toString(32) + ":"); + "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb"); return (hook.memoizedState = identifierPrefix); }, useHostTransitionStatus: useHostTransitionStatus, @@ -7860,252 +7860,10 @@ function commitHostSingletonAcquisition(finishedWork) { captureCommitPhaseError(finishedWork, finishedWork.return, error); } } -var offscreenSubtreeIsHidden = !1, - offscreenSubtreeWasHidden = !1, - needsFormReset = !1, - PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set, - nextEffect = null, - shouldStartViewTransition = !1, +var shouldStartViewTransition = !1, appearingViewTransitions = null, - viewTransitionContextChanged = !1, - viewTransitionCancelableChildren = null; -function commitBeforeMutationEffects(root, firstChild, committedLanes) { - root = root.containerInfo; - eventsEnabled = _enabled; - root = getActiveElementDeep(root); - if (hasSelectionCapabilities(root)) { - if ("selectionStart" in root) - var JSCompiler_temp = { - start: root.selectionStart, - end: root.selectionEnd - }; - else - a: { - JSCompiler_temp = - ((JSCompiler_temp = root.ownerDocument) && - JSCompiler_temp.defaultView) || - window; - var selection = - JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); - if (selection && 0 !== selection.rangeCount) { - JSCompiler_temp = selection.anchorNode; - var anchorOffset = selection.anchorOffset, - focusNode = selection.focusNode; - selection = selection.focusOffset; - try { - JSCompiler_temp.nodeType, focusNode.nodeType; - } catch (e$20) { - JSCompiler_temp = null; - break a; - } - var length = 0, - start = -1, - end = -1, - indexWithinAnchor = 0, - indexWithinFocus = 0, - node = root, - parentNode = null; - b: for (;;) { - for (var next; ; ) { - node !== JSCompiler_temp || - (0 !== anchorOffset && 3 !== node.nodeType) || - (start = length + anchorOffset); - node !== focusNode || - (0 !== selection && 3 !== node.nodeType) || - (end = length + selection); - 3 === node.nodeType && (length += node.nodeValue.length); - if (null === (next = node.firstChild)) break; - parentNode = node; - node = next; - } - for (;;) { - if (node === root) break b; - parentNode === JSCompiler_temp && - ++indexWithinAnchor === anchorOffset && - (start = length); - parentNode === focusNode && - ++indexWithinFocus === selection && - (end = length); - if (null !== (next = node.nextSibling)) break; - node = parentNode; - parentNode = node.parentNode; - } - node = next; - } - JSCompiler_temp = - -1 === start || -1 === end ? null : { start: start, end: end }; - } else JSCompiler_temp = null; - } - JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; - } else JSCompiler_temp = null; - selectionInformation = { focusedElem: root, selectionRange: JSCompiler_temp }; - shouldStartViewTransition = _enabled = !1; - committedLanes = (committedLanes & 335544064) === committedLanes; - nextEffect = firstChild; - for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { - root = nextEffect; - if ( - committedLanes && - ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) - ) - for ( - anchorOffset = 0; - anchorOffset < JSCompiler_temp.length; - anchorOffset++ - ) - committedLanes && - commitExitViewTransitions(JSCompiler_temp[anchorOffset]); - if (null === root.alternate && 0 !== (root.flags & 2)) - commitBeforeMutationEffects_complete(committedLanes); - else { - if (22 === root.tag) - if (((JSCompiler_temp = root.alternate), null !== root.memoizedState)) { - null !== JSCompiler_temp && - null === JSCompiler_temp.memoizedState && - committedLanes && - commitExitViewTransitions(JSCompiler_temp); - commitBeforeMutationEffects_complete(committedLanes); - continue; - } else if ( - null !== JSCompiler_temp && - null !== JSCompiler_temp.memoizedState - ) { - commitBeforeMutationEffects_complete(committedLanes); - continue; - } - JSCompiler_temp = root.child; - 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp - ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) - : (committedLanes && commitNestedViewTransitions(root), - commitBeforeMutationEffects_complete(committedLanes)); - } - } - appearingViewTransitions = null; -} -function commitBeforeMutationEffects_complete( - isViewTransitionEligible$jscomp$0 -) { - for (; null !== nextEffect; ) { - var fiber = nextEffect, - isViewTransitionEligible = isViewTransitionEligible$jscomp$0, - current = fiber.alternate, - flags = fiber.flags; - switch (fiber.tag) { - case 0: - if ( - 0 !== (flags & 4) && - ((current = fiber.updateQueue), - (current = null !== current ? current.events : null), - null !== current) - ) - for ( - isViewTransitionEligible = 0; - isViewTransitionEligible < current.length; - isViewTransitionEligible++ - ) - (flags = current[isViewTransitionEligible]), - (flags.ref.impl = flags.nextImpl); - break; - case 11: - case 15: - break; - case 1: - if (0 !== (flags & 1024) && null !== current) { - isViewTransitionEligible = void 0; - flags = current.memoizedProps; - current = current.memoizedState; - var instance = fiber.stateNode; - try { - var resolvedPrevProps = resolveClassComponentProps( - fiber.type, - flags, - fiber.elementType === fiber.type - ); - isViewTransitionEligible = instance.getSnapshotBeforeUpdate( - resolvedPrevProps, - current - ); - instance.__reactInternalSnapshotBeforeUpdate = - isViewTransitionEligible; - } catch (error) { - captureCommitPhaseError(fiber, fiber.return, error); - } - } - break; - case 3: - if (0 !== (flags & 1024)) - if ( - ((current = fiber.stateNode.containerInfo), - (isViewTransitionEligible = current.nodeType), - 9 === isViewTransitionEligible) - ) - clearContainerSparingly(current); - else if (1 === isViewTransitionEligible) - switch (current.nodeName) { - case "HEAD": - case "HTML": - case "BODY": - clearContainerSparingly(current); - break; - default: - current.textContent = ""; - } - break; - case 5: - case 26: - case 27: - case 6: - case 4: - case 17: - break; - case 30: - if ( - isViewTransitionEligible && - null !== current && - 0 !== (fiber.subtreeFlags & 8246) - ) - a: { - isViewTransitionEligible = getViewTransitionName( - current.memoizedProps, - current.stateNode - ); - flags = fiber.memoizedProps; - instance = getViewTransitionClassName( - flags.className, - flags.update - ); - if ( - "none" === instance && - ((instance = getViewTransitionClassName( - flags.className, - flags.layout - )), - "none" === instance) - ) - break a; - viewTransitionHostInstanceIdx = 0; - applyViewTransitionToHostInstances( - current.child, - isViewTransitionEligible, - instance, - (current.memoizedState = []), - !0 - ); - } - break; - default: - if (0 !== (flags & 1024)) throw Error(formatProdErrorMessage(163)); - } - current = fiber.sibling; - if (null !== current) { - current.return = fiber.return; - nextEffect = current; - break; - } - nextEffect = fiber.return; - } -} -var viewTransitionHostInstanceIdx = 0; + viewTransitionCancelableChildren = null, + viewTransitionHostInstanceIdx = 0; function applyViewTransitionToHostInstances( child, name, @@ -8497,6 +8255,248 @@ function measureNestedViewTransitions(changedParent) { changedParent = changedParent.sibling; } } +var offscreenSubtreeIsHidden = !1, + offscreenSubtreeWasHidden = !1, + needsFormReset = !1, + PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set, + nextEffect = null, + viewTransitionContextChanged = !1; +function commitBeforeMutationEffects(root, firstChild, committedLanes) { + root = root.containerInfo; + eventsEnabled = _enabled; + root = getActiveElementDeep(root); + if (hasSelectionCapabilities(root)) { + if ("selectionStart" in root) + var JSCompiler_temp = { + start: root.selectionStart, + end: root.selectionEnd + }; + else + a: { + JSCompiler_temp = + ((JSCompiler_temp = root.ownerDocument) && + JSCompiler_temp.defaultView) || + window; + var selection = + JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); + if (selection && 0 !== selection.rangeCount) { + JSCompiler_temp = selection.anchorNode; + var anchorOffset = selection.anchorOffset, + focusNode = selection.focusNode; + selection = selection.focusOffset; + try { + JSCompiler_temp.nodeType, focusNode.nodeType; + } catch (e$20) { + JSCompiler_temp = null; + break a; + } + var length = 0, + start = -1, + end = -1, + indexWithinAnchor = 0, + indexWithinFocus = 0, + node = root, + parentNode = null; + b: for (;;) { + for (var next; ; ) { + node !== JSCompiler_temp || + (0 !== anchorOffset && 3 !== node.nodeType) || + (start = length + anchorOffset); + node !== focusNode || + (0 !== selection && 3 !== node.nodeType) || + (end = length + selection); + 3 === node.nodeType && (length += node.nodeValue.length); + if (null === (next = node.firstChild)) break; + parentNode = node; + node = next; + } + for (;;) { + if (node === root) break b; + parentNode === JSCompiler_temp && + ++indexWithinAnchor === anchorOffset && + (start = length); + parentNode === focusNode && + ++indexWithinFocus === selection && + (end = length); + if (null !== (next = node.nextSibling)) break; + node = parentNode; + parentNode = node.parentNode; + } + node = next; + } + JSCompiler_temp = + -1 === start || -1 === end ? null : { start: start, end: end }; + } else JSCompiler_temp = null; + } + JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; + } else JSCompiler_temp = null; + selectionInformation = { focusedElem: root, selectionRange: JSCompiler_temp }; + shouldStartViewTransition = _enabled = !1; + committedLanes = (committedLanes & 335544064) === committedLanes; + nextEffect = firstChild; + for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { + root = nextEffect; + if ( + committedLanes && + ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) + ) + for ( + anchorOffset = 0; + anchorOffset < JSCompiler_temp.length; + anchorOffset++ + ) + committedLanes && + commitExitViewTransitions(JSCompiler_temp[anchorOffset]); + if (null === root.alternate && 0 !== (root.flags & 2)) + commitBeforeMutationEffects_complete(committedLanes); + else { + if (22 === root.tag) + if (((JSCompiler_temp = root.alternate), null !== root.memoizedState)) { + null !== JSCompiler_temp && + null === JSCompiler_temp.memoizedState && + committedLanes && + commitExitViewTransitions(JSCompiler_temp); + commitBeforeMutationEffects_complete(committedLanes); + continue; + } else if ( + null !== JSCompiler_temp && + null !== JSCompiler_temp.memoizedState + ) { + commitBeforeMutationEffects_complete(committedLanes); + continue; + } + JSCompiler_temp = root.child; + 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp + ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) + : (committedLanes && commitNestedViewTransitions(root), + commitBeforeMutationEffects_complete(committedLanes)); + } + } + appearingViewTransitions = null; +} +function commitBeforeMutationEffects_complete( + isViewTransitionEligible$jscomp$0 +) { + for (; null !== nextEffect; ) { + var fiber = nextEffect, + isViewTransitionEligible = isViewTransitionEligible$jscomp$0, + current = fiber.alternate, + flags = fiber.flags; + switch (fiber.tag) { + case 0: + if ( + 0 !== (flags & 4) && + ((current = fiber.updateQueue), + (current = null !== current ? current.events : null), + null !== current) + ) + for ( + isViewTransitionEligible = 0; + isViewTransitionEligible < current.length; + isViewTransitionEligible++ + ) + (flags = current[isViewTransitionEligible]), + (flags.ref.impl = flags.nextImpl); + break; + case 11: + case 15: + break; + case 1: + if (0 !== (flags & 1024) && null !== current) { + isViewTransitionEligible = void 0; + flags = current.memoizedProps; + current = current.memoizedState; + var instance = fiber.stateNode; + try { + var resolvedPrevProps = resolveClassComponentProps( + fiber.type, + flags, + fiber.elementType === fiber.type + ); + isViewTransitionEligible = instance.getSnapshotBeforeUpdate( + resolvedPrevProps, + current + ); + instance.__reactInternalSnapshotBeforeUpdate = + isViewTransitionEligible; + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + } + break; + case 3: + if (0 !== (flags & 1024)) + if ( + ((current = fiber.stateNode.containerInfo), + (isViewTransitionEligible = current.nodeType), + 9 === isViewTransitionEligible) + ) + clearContainerSparingly(current); + else if (1 === isViewTransitionEligible) + switch (current.nodeName) { + case "HEAD": + case "HTML": + case "BODY": + clearContainerSparingly(current); + break; + default: + current.textContent = ""; + } + break; + case 5: + case 26: + case 27: + case 6: + case 4: + case 17: + break; + case 30: + if ( + isViewTransitionEligible && + null !== current && + 0 !== (fiber.subtreeFlags & 8246) + ) + a: { + isViewTransitionEligible = getViewTransitionName( + current.memoizedProps, + current.stateNode + ); + flags = fiber.memoizedProps; + instance = getViewTransitionClassName( + flags.className, + flags.update + ); + if ( + "none" === instance && + ((instance = getViewTransitionClassName( + flags.className, + flags.layout + )), + "none" === instance) + ) + break a; + viewTransitionHostInstanceIdx = 0; + applyViewTransitionToHostInstances( + current.child, + isViewTransitionEligible, + instance, + (current.memoizedState = []), + !0 + ); + } + break; + default: + if (0 !== (flags & 1024)) throw Error(formatProdErrorMessage(163)); + } + current = fiber.sibling; + if (null !== current) { + current.return = fiber.return; + nextEffect = current; + break; + } + nextEffect = fiber.return; + } +} function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { var flags = finishedWork.flags; switch (finishedWork.tag) { @@ -10061,11 +10061,11 @@ function accumulateSuspenseyCommitOnFiber(fiber) { ((previousHoistableRoot = fiber.memoizedProps.name), null != previousHoistableRoot && "auto" !== previousHoistableRoot) ) { + var state = fiber.stateNode; + state.paired = null; null === appearingViewTransitions && (appearingViewTransitions = new Map()); - var instance = fiber.stateNode; - instance.paired = null; - appearingViewTransitions.set(previousHoistableRoot, instance); + appearingViewTransitions.set(previousHoistableRoot, state); } recursivelyAccumulateSuspenseyCommit(fiber); break; @@ -12933,20 +12933,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1578 = 0; - i$jscomp$inline_1578 < simpleEventPluginEvents.length; - i$jscomp$inline_1578++ + var i$jscomp$inline_1594 = 0; + i$jscomp$inline_1594 < simpleEventPluginEvents.length; + i$jscomp$inline_1594++ ) { - var eventName$jscomp$inline_1579 = - simpleEventPluginEvents[i$jscomp$inline_1578], - domEventName$jscomp$inline_1580 = - eventName$jscomp$inline_1579.toLowerCase(), - capitalizedEvent$jscomp$inline_1581 = - eventName$jscomp$inline_1579[0].toUpperCase() + - eventName$jscomp$inline_1579.slice(1); + var eventName$jscomp$inline_1595 = + simpleEventPluginEvents[i$jscomp$inline_1594], + domEventName$jscomp$inline_1596 = + eventName$jscomp$inline_1595.toLowerCase(), + capitalizedEvent$jscomp$inline_1597 = + eventName$jscomp$inline_1595[0].toUpperCase() + + eventName$jscomp$inline_1595.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1580, - "on" + capitalizedEvent$jscomp$inline_1581 + domEventName$jscomp$inline_1596, + "on" + capitalizedEvent$jscomp$inline_1597 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -16639,16 +16639,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1830 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1846 = React.version; if ( - "19.1.0-experimental-22e39ea7-20250225" !== - isomorphicReactPackageVersion$jscomp$inline_1830 + "19.1.0-experimental-ebc22ef7-20250225" !== + isomorphicReactPackageVersion$jscomp$inline_1846 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1830, - "19.1.0-experimental-22e39ea7-20250225" + isomorphicReactPackageVersion$jscomp$inline_1846, + "19.1.0-experimental-ebc22ef7-20250225" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16668,24 +16668,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_2365 = { +var internals$jscomp$inline_2382 = { bundleType: 0, - version: "19.1.0-experimental-22e39ea7-20250225", + version: "19.1.0-experimental-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-experimental-22e39ea7-20250225" + reconcilerVersion: "19.1.0-experimental-ebc22ef7-20250225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2366 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2383 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2366.isDisabled && - hook$jscomp$inline_2366.supportsFiber + !hook$jscomp$inline_2383.isDisabled && + hook$jscomp$inline_2383.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2366.inject( - internals$jscomp$inline_2365 + (rendererID = hook$jscomp$inline_2383.inject( + internals$jscomp$inline_2382 )), - (injectedHook = hook$jscomp$inline_2366); + (injectedHook = hook$jscomp$inline_2383); } catch (err) {} } exports.createRoot = function (container, options) { @@ -16777,4 +16777,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.development.js index 822975ef641b3..f57b505fba58c 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.development.js @@ -6771,14 +6771,14 @@ identifierPrefix = workInProgressRoot.identifierPrefix; if (isHydrating) { var treeId = getTreeId(); - identifierPrefix = ":" + identifierPrefix + "R" + treeId; + identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId; treeId = localIdCounter++; 0 < treeId && (identifierPrefix += "H" + treeId.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (treeId = globalClientIdCounter$1++), (identifierPrefix = - ":" + identifierPrefix + "r" + treeId.toString(32) + ":"); + "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb"); return (hook.memoizedState = identifierPrefix); } function mountRefresh() { @@ -9514,33 +9514,33 @@ return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_componentStack_2588; - var JSCompiler_object_inline_stack_2587 = workInProgress.pendingProps; + var JSCompiler_object_inline_componentStack_2605; + var JSCompiler_object_inline_stack_2604 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_message_2585 = !1; + var JSCompiler_object_inline_message_2602 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_componentStack_2588 = didSuspend) || - (JSCompiler_object_inline_componentStack_2588 = + (JSCompiler_object_inline_componentStack_2605 = didSuspend) || + (JSCompiler_object_inline_componentStack_2605 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_componentStack_2588 && - ((JSCompiler_object_inline_message_2585 = !0), + JSCompiler_object_inline_componentStack_2605 && + ((JSCompiler_object_inline_message_2602 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_componentStack_2588 = + JSCompiler_object_inline_componentStack_2605 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_message_2585 + JSCompiler_object_inline_message_2602 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); if (isHydrating) { - var JSCompiler_object_inline_digest_2586 = nextHydratableInstance; + var JSCompiler_object_inline_digest_2603 = nextHydratableInstance; var JSCompiler_temp; - if (!(JSCompiler_temp = !JSCompiler_object_inline_digest_2586)) { + if (!(JSCompiler_temp = !JSCompiler_object_inline_digest_2603)) { c: { - var instance = JSCompiler_object_inline_digest_2586; + var instance = JSCompiler_object_inline_digest_2603; for ( JSCompiler_temp = rootOrSingletonContext; 8 !== instance.nodeType; @@ -9582,87 +9582,87 @@ JSCompiler_temp && (warnNonHydratedInstance( workInProgress, - JSCompiler_object_inline_digest_2586 + JSCompiler_object_inline_digest_2603 ), throwOnHydrationMismatch(workInProgress)); } - JSCompiler_object_inline_digest_2586 = workInProgress.memoizedState; + JSCompiler_object_inline_digest_2603 = workInProgress.memoizedState; if ( - null !== JSCompiler_object_inline_digest_2586 && - ((JSCompiler_object_inline_digest_2586 = - JSCompiler_object_inline_digest_2586.dehydrated), - null !== JSCompiler_object_inline_digest_2586) + null !== JSCompiler_object_inline_digest_2603 && + ((JSCompiler_object_inline_digest_2603 = + JSCompiler_object_inline_digest_2603.dehydrated), + null !== JSCompiler_object_inline_digest_2603) ) return ( - isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2586) + isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2603) ? (workInProgress.lanes = 32) : (workInProgress.lanes = 536870912), null ); popSuspenseHandler(workInProgress); } - JSCompiler_object_inline_digest_2586 = - JSCompiler_object_inline_stack_2587.children; - JSCompiler_temp = JSCompiler_object_inline_stack_2587.fallback; - if (JSCompiler_object_inline_message_2585) + JSCompiler_object_inline_digest_2603 = + JSCompiler_object_inline_stack_2604.children; + JSCompiler_temp = JSCompiler_object_inline_stack_2604.fallback; + if (JSCompiler_object_inline_message_2602) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2587 = + (JSCompiler_object_inline_stack_2604 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_digest_2586, + JSCompiler_object_inline_digest_2603, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_message_2585 = workInProgress.child), - (JSCompiler_object_inline_message_2585.memoizedState = + (JSCompiler_object_inline_message_2602 = workInProgress.child), + (JSCompiler_object_inline_message_2602.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_message_2585.childLanes = + (JSCompiler_object_inline_message_2602.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2588, + JSCompiler_object_inline_componentStack_2605, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2587 + JSCompiler_object_inline_stack_2604 ); if ( "number" === - typeof JSCompiler_object_inline_stack_2587.unstable_expectedLoadTime + typeof JSCompiler_object_inline_stack_2604.unstable_expectedLoadTime ) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2587 = + (JSCompiler_object_inline_stack_2604 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_digest_2586, + JSCompiler_object_inline_digest_2603, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_message_2585 = workInProgress.child), - (JSCompiler_object_inline_message_2585.memoizedState = + (JSCompiler_object_inline_message_2602 = workInProgress.child), + (JSCompiler_object_inline_message_2602.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_message_2585.childLanes = + (JSCompiler_object_inline_message_2602.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2588, + JSCompiler_object_inline_componentStack_2605, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress.lanes = 4194304), - JSCompiler_object_inline_stack_2587 + JSCompiler_object_inline_stack_2604 ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_digest_2586 + JSCompiler_object_inline_digest_2603 ); } var prevState = current.memoizedState; if ( null !== prevState && - ((JSCompiler_object_inline_digest_2586 = prevState.dehydrated), - null !== JSCompiler_object_inline_digest_2586) + ((JSCompiler_object_inline_digest_2603 = prevState.dehydrated), + null !== JSCompiler_object_inline_digest_2603) ) { if (didSuspend) workInProgress.flags & 256 @@ -9679,94 +9679,94 @@ (workInProgress.flags |= 128), (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_message_2585 = - JSCompiler_object_inline_stack_2587.fallback), - (JSCompiler_object_inline_digest_2586 = workInProgress.mode), - (JSCompiler_object_inline_stack_2587 = + (JSCompiler_object_inline_message_2602 = + JSCompiler_object_inline_stack_2604.fallback), + (JSCompiler_object_inline_digest_2603 = workInProgress.mode), + (JSCompiler_object_inline_stack_2604 = mountWorkInProgressOffscreenFiber( { mode: "visible", - children: JSCompiler_object_inline_stack_2587.children + children: JSCompiler_object_inline_stack_2604.children }, - JSCompiler_object_inline_digest_2586 + JSCompiler_object_inline_digest_2603 )), - (JSCompiler_object_inline_message_2585 = + (JSCompiler_object_inline_message_2602 = createFiberFromFragment( - JSCompiler_object_inline_message_2585, - JSCompiler_object_inline_digest_2586, + JSCompiler_object_inline_message_2602, + JSCompiler_object_inline_digest_2603, renderLanes, null )), - (JSCompiler_object_inline_message_2585.flags |= 2), - (JSCompiler_object_inline_stack_2587.return = workInProgress), - (JSCompiler_object_inline_message_2585.return = workInProgress), - (JSCompiler_object_inline_stack_2587.sibling = - JSCompiler_object_inline_message_2585), - (workInProgress.child = JSCompiler_object_inline_stack_2587), + (JSCompiler_object_inline_message_2602.flags |= 2), + (JSCompiler_object_inline_stack_2604.return = workInProgress), + (JSCompiler_object_inline_message_2602.return = workInProgress), + (JSCompiler_object_inline_stack_2604.sibling = + JSCompiler_object_inline_message_2602), + (workInProgress.child = JSCompiler_object_inline_stack_2604), reconcileChildFibers( workInProgress, current.child, null, renderLanes ), - (JSCompiler_object_inline_stack_2587 = workInProgress.child), - (JSCompiler_object_inline_stack_2587.memoizedState = + (JSCompiler_object_inline_stack_2604 = workInProgress.child), + (JSCompiler_object_inline_stack_2604.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2587.childLanes = + (JSCompiler_object_inline_stack_2604.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2588, + JSCompiler_object_inline_componentStack_2605, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - (workInProgress = JSCompiler_object_inline_message_2585)); + (workInProgress = JSCompiler_object_inline_message_2602)); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), isHydrating && console.error( "We should not be hydrating here. This is a bug in React. Please file a bug." ), - isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2586)) + isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2603)) ) { - JSCompiler_object_inline_componentStack_2588 = - JSCompiler_object_inline_digest_2586.nextSibling && - JSCompiler_object_inline_digest_2586.nextSibling.dataset; - if (JSCompiler_object_inline_componentStack_2588) { - JSCompiler_temp = JSCompiler_object_inline_componentStack_2588.dgst; - var message = JSCompiler_object_inline_componentStack_2588.msg; - instance = JSCompiler_object_inline_componentStack_2588.stck; + JSCompiler_object_inline_componentStack_2605 = + JSCompiler_object_inline_digest_2603.nextSibling && + JSCompiler_object_inline_digest_2603.nextSibling.dataset; + if (JSCompiler_object_inline_componentStack_2605) { + JSCompiler_temp = JSCompiler_object_inline_componentStack_2605.dgst; + var message = JSCompiler_object_inline_componentStack_2605.msg; + instance = JSCompiler_object_inline_componentStack_2605.stck; var componentStack = - JSCompiler_object_inline_componentStack_2588.cstck; + JSCompiler_object_inline_componentStack_2605.cstck; } - JSCompiler_object_inline_message_2585 = message; - JSCompiler_object_inline_digest_2586 = JSCompiler_temp; - JSCompiler_object_inline_stack_2587 = instance; - JSCompiler_temp = JSCompiler_object_inline_componentStack_2588 = + JSCompiler_object_inline_message_2602 = message; + JSCompiler_object_inline_digest_2603 = JSCompiler_temp; + JSCompiler_object_inline_stack_2604 = instance; + JSCompiler_temp = JSCompiler_object_inline_componentStack_2605 = componentStack; - "POSTPONE" !== JSCompiler_object_inline_digest_2586 && - ((JSCompiler_object_inline_componentStack_2588 = - JSCompiler_object_inline_message_2585 - ? Error(JSCompiler_object_inline_message_2585) + "POSTPONE" !== JSCompiler_object_inline_digest_2603 && + ((JSCompiler_object_inline_componentStack_2605 = + JSCompiler_object_inline_message_2602 + ? Error(JSCompiler_object_inline_message_2602) : Error( "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering." )), - (JSCompiler_object_inline_componentStack_2588.stack = - JSCompiler_object_inline_stack_2587 || ""), - (JSCompiler_object_inline_componentStack_2588.digest = - JSCompiler_object_inline_digest_2586), - (JSCompiler_object_inline_stack_2587 = + (JSCompiler_object_inline_componentStack_2605.stack = + JSCompiler_object_inline_stack_2604 || ""), + (JSCompiler_object_inline_componentStack_2605.digest = + JSCompiler_object_inline_digest_2603), + (JSCompiler_object_inline_stack_2604 = void 0 === JSCompiler_temp ? null : JSCompiler_temp), - (JSCompiler_object_inline_message_2585 = { - value: JSCompiler_object_inline_componentStack_2588, + (JSCompiler_object_inline_message_2602 = { + value: JSCompiler_object_inline_componentStack_2605, source: null, - stack: JSCompiler_object_inline_stack_2587 + stack: JSCompiler_object_inline_stack_2604 }), - "string" === typeof JSCompiler_object_inline_stack_2587 && + "string" === typeof JSCompiler_object_inline_stack_2604 && CapturedStacks.set( - JSCompiler_object_inline_componentStack_2588, - JSCompiler_object_inline_message_2585 + JSCompiler_object_inline_componentStack_2605, + JSCompiler_object_inline_message_2602 ), - queueHydrationError(JSCompiler_object_inline_message_2585)); + queueHydrationError(JSCompiler_object_inline_message_2602)); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -9780,44 +9780,44 @@ renderLanes, !1 ), - (JSCompiler_object_inline_componentStack_2588 = + (JSCompiler_object_inline_componentStack_2605 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_componentStack_2588) + didReceiveUpdate || JSCompiler_object_inline_componentStack_2605) ) { - JSCompiler_object_inline_componentStack_2588 = workInProgressRoot; + JSCompiler_object_inline_componentStack_2605 = workInProgressRoot; if ( - null !== JSCompiler_object_inline_componentStack_2588 && - ((JSCompiler_object_inline_stack_2587 = renderLanes & -renderLanes), - (JSCompiler_object_inline_stack_2587 = - 0 !== (JSCompiler_object_inline_stack_2587 & 42) + null !== JSCompiler_object_inline_componentStack_2605 && + ((JSCompiler_object_inline_stack_2604 = renderLanes & -renderLanes), + (JSCompiler_object_inline_stack_2604 = + 0 !== (JSCompiler_object_inline_stack_2604 & 42) ? 1 : getBumpedLaneForHydrationByLane( - JSCompiler_object_inline_stack_2587 + JSCompiler_object_inline_stack_2604 )), - (JSCompiler_object_inline_stack_2587 = + (JSCompiler_object_inline_stack_2604 = 0 !== - (JSCompiler_object_inline_stack_2587 & - (JSCompiler_object_inline_componentStack_2588.suspendedLanes | + (JSCompiler_object_inline_stack_2604 & + (JSCompiler_object_inline_componentStack_2605.suspendedLanes | renderLanes)) ? 0 - : JSCompiler_object_inline_stack_2587), - 0 !== JSCompiler_object_inline_stack_2587 && - JSCompiler_object_inline_stack_2587 !== prevState.retryLane) + : JSCompiler_object_inline_stack_2604), + 0 !== JSCompiler_object_inline_stack_2604 && + JSCompiler_object_inline_stack_2604 !== prevState.retryLane) ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2587), + ((prevState.retryLane = JSCompiler_object_inline_stack_2604), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2587 + JSCompiler_object_inline_stack_2604 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_componentStack_2588, + JSCompiler_object_inline_componentStack_2605, current, - JSCompiler_object_inline_stack_2587 + JSCompiler_object_inline_stack_2604 ), SelectiveHydrationException) ); - JSCompiler_object_inline_digest_2586.data === + JSCompiler_object_inline_digest_2603.data === SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -9825,14 +9825,14 @@ renderLanes ); } else - JSCompiler_object_inline_digest_2586.data === + JSCompiler_object_inline_digest_2603.data === SUSPENSE_PENDING_START_DATA ? ((workInProgress.flags |= 192), (workInProgress.child = current.child), (workInProgress = null)) : ((current = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_digest_2586.nextSibling + JSCompiler_object_inline_digest_2603.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -9850,54 +9850,54 @@ (treeContextProvider = workInProgress)), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2587.children + JSCompiler_object_inline_stack_2604.children )), (workInProgress.flags |= 4096)); return workInProgress; } - if (JSCompiler_object_inline_message_2585) + if (JSCompiler_object_inline_message_2602) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_message_2585 = - JSCompiler_object_inline_stack_2587.fallback), - (JSCompiler_object_inline_digest_2586 = workInProgress.mode), + (JSCompiler_object_inline_message_2602 = + JSCompiler_object_inline_stack_2604.fallback), + (JSCompiler_object_inline_digest_2603 = workInProgress.mode), (JSCompiler_temp = current.child), (instance = JSCompiler_temp.sibling), - (JSCompiler_object_inline_stack_2587 = createWorkInProgress( + (JSCompiler_object_inline_stack_2604 = createWorkInProgress( JSCompiler_temp, { mode: "hidden", - children: JSCompiler_object_inline_stack_2587.children + children: JSCompiler_object_inline_stack_2604.children } )), - (JSCompiler_object_inline_stack_2587.subtreeFlags = + (JSCompiler_object_inline_stack_2604.subtreeFlags = JSCompiler_temp.subtreeFlags & 65011712), null !== instance - ? (JSCompiler_object_inline_message_2585 = createWorkInProgress( + ? (JSCompiler_object_inline_message_2602 = createWorkInProgress( instance, - JSCompiler_object_inline_message_2585 + JSCompiler_object_inline_message_2602 )) - : ((JSCompiler_object_inline_message_2585 = createFiberFromFragment( - JSCompiler_object_inline_message_2585, - JSCompiler_object_inline_digest_2586, + : ((JSCompiler_object_inline_message_2602 = createFiberFromFragment( + JSCompiler_object_inline_message_2602, + JSCompiler_object_inline_digest_2603, renderLanes, null )), - (JSCompiler_object_inline_message_2585.flags |= 2)), - (JSCompiler_object_inline_message_2585.return = workInProgress), - (JSCompiler_object_inline_stack_2587.return = workInProgress), - (JSCompiler_object_inline_stack_2587.sibling = - JSCompiler_object_inline_message_2585), - (workInProgress.child = JSCompiler_object_inline_stack_2587), - (JSCompiler_object_inline_stack_2587 = - JSCompiler_object_inline_message_2585), - (JSCompiler_object_inline_message_2585 = workInProgress.child), - (JSCompiler_object_inline_digest_2586 = current.child.memoizedState), - null === JSCompiler_object_inline_digest_2586 - ? (JSCompiler_object_inline_digest_2586 = + (JSCompiler_object_inline_message_2602.flags |= 2)), + (JSCompiler_object_inline_message_2602.return = workInProgress), + (JSCompiler_object_inline_stack_2604.return = workInProgress), + (JSCompiler_object_inline_stack_2604.sibling = + JSCompiler_object_inline_message_2602), + (workInProgress.child = JSCompiler_object_inline_stack_2604), + (JSCompiler_object_inline_stack_2604 = + JSCompiler_object_inline_message_2602), + (JSCompiler_object_inline_message_2602 = workInProgress.child), + (JSCompiler_object_inline_digest_2603 = current.child.memoizedState), + null === JSCompiler_object_inline_digest_2603 + ? (JSCompiler_object_inline_digest_2603 = mountSuspenseOffscreenState(renderLanes)) : ((JSCompiler_temp = - JSCompiler_object_inline_digest_2586.cachePool), + JSCompiler_object_inline_digest_2603.cachePool), null !== JSCompiler_temp ? ((instance = CacheContext._currentValue), (JSCompiler_temp = @@ -9905,38 +9905,38 @@ ? { parent: instance, pool: instance } : JSCompiler_temp)) : (JSCompiler_temp = getSuspendedCache()), - (JSCompiler_object_inline_digest_2586 = { + (JSCompiler_object_inline_digest_2603 = { baseLanes: - JSCompiler_object_inline_digest_2586.baseLanes | renderLanes, + JSCompiler_object_inline_digest_2603.baseLanes | renderLanes, cachePool: JSCompiler_temp })), - (JSCompiler_object_inline_message_2585.memoizedState = - JSCompiler_object_inline_digest_2586), - (JSCompiler_object_inline_message_2585.childLanes = + (JSCompiler_object_inline_message_2602.memoizedState = + JSCompiler_object_inline_digest_2603), + (JSCompiler_object_inline_message_2602.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2588, + JSCompiler_object_inline_componentStack_2605, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2587 + JSCompiler_object_inline_stack_2604 ); pushPrimaryTreeSuspenseHandler(workInProgress); renderLanes = current.child; current = renderLanes.sibling; renderLanes = createWorkInProgress(renderLanes, { mode: "visible", - children: JSCompiler_object_inline_stack_2587.children + children: JSCompiler_object_inline_stack_2604.children }); renderLanes.return = workInProgress; renderLanes.sibling = null; null !== current && - ((JSCompiler_object_inline_componentStack_2588 = + ((JSCompiler_object_inline_componentStack_2605 = workInProgress.deletions), - null === JSCompiler_object_inline_componentStack_2588 + null === JSCompiler_object_inline_componentStack_2605 ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) - : JSCompiler_object_inline_componentStack_2588.push(current)); + : JSCompiler_object_inline_componentStack_2605.push(current)); workInProgress.child = renderLanes; workInProgress.memoizedState = null; return renderLanes; @@ -11622,239 +11622,6 @@ captureCommitPhaseError(finishedWork, finishedWork.return, error); } } - function commitBeforeMutationEffects(root, firstChild, committedLanes) { - root = root.containerInfo; - eventsEnabled = _enabled; - root = getActiveElementDeep(root); - if (hasSelectionCapabilities(root)) { - if ("selectionStart" in root) - var JSCompiler_temp = { - start: root.selectionStart, - end: root.selectionEnd - }; - else - a: { - JSCompiler_temp = - ((JSCompiler_temp = root.ownerDocument) && - JSCompiler_temp.defaultView) || - window; - var selection = - JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); - if (selection && 0 !== selection.rangeCount) { - JSCompiler_temp = selection.anchorNode; - var anchorOffset = selection.anchorOffset, - focusNode = selection.focusNode; - selection = selection.focusOffset; - try { - JSCompiler_temp.nodeType, focusNode.nodeType; - } catch (e$2) { - JSCompiler_temp = null; - break a; - } - var length = 0, - start = -1, - end = -1, - indexWithinAnchor = 0, - indexWithinFocus = 0, - node = root, - parentNode = null; - b: for (;;) { - for (var next; ; ) { - node !== JSCompiler_temp || - (0 !== anchorOffset && 3 !== node.nodeType) || - (start = length + anchorOffset); - node !== focusNode || - (0 !== selection && 3 !== node.nodeType) || - (end = length + selection); - 3 === node.nodeType && (length += node.nodeValue.length); - if (null === (next = node.firstChild)) break; - parentNode = node; - node = next; - } - for (;;) { - if (node === root) break b; - parentNode === JSCompiler_temp && - ++indexWithinAnchor === anchorOffset && - (start = length); - parentNode === focusNode && - ++indexWithinFocus === selection && - (end = length); - if (null !== (next = node.nextSibling)) break; - node = parentNode; - parentNode = node.parentNode; - } - node = next; - } - JSCompiler_temp = - -1 === start || -1 === end ? null : { start: start, end: end }; - } else JSCompiler_temp = null; - } - JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; - } else JSCompiler_temp = null; - selectionInformation = { - focusedElem: root, - selectionRange: JSCompiler_temp - }; - shouldStartViewTransition = _enabled = !1; - committedLanes = (committedLanes & 335544064) === committedLanes; - nextEffect = firstChild; - for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { - root = nextEffect; - if ( - committedLanes && - ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) - ) - for ( - anchorOffset = 0; - anchorOffset < JSCompiler_temp.length; - anchorOffset++ - ) - committedLanes && - commitExitViewTransitions(JSCompiler_temp[anchorOffset]); - if (null === root.alternate && 0 !== (root.flags & 2)) - commitBeforeMutationEffects_complete(committedLanes); - else { - if (22 === root.tag) - if ( - ((JSCompiler_temp = root.alternate), null !== root.memoizedState) - ) { - null !== JSCompiler_temp && - null === JSCompiler_temp.memoizedState && - committedLanes && - commitExitViewTransitions(JSCompiler_temp); - commitBeforeMutationEffects_complete(committedLanes); - continue; - } else if ( - null !== JSCompiler_temp && - null !== JSCompiler_temp.memoizedState - ) { - commitBeforeMutationEffects_complete(committedLanes); - continue; - } - JSCompiler_temp = root.child; - 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp - ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) - : (committedLanes && commitNestedViewTransitions(root), - commitBeforeMutationEffects_complete(committedLanes)); - } - } - appearingViewTransitions = null; - } - function commitBeforeMutationEffects_complete( - isViewTransitionEligible$jscomp$0 - ) { - for (; null !== nextEffect; ) { - var fiber = nextEffect, - finishedWork = fiber, - isViewTransitionEligible = isViewTransitionEligible$jscomp$0, - current = finishedWork.alternate, - flags = finishedWork.flags; - switch (finishedWork.tag) { - case 0: - if ( - 0 !== (flags & 4) && - ((isViewTransitionEligible = finishedWork.updateQueue), - (isViewTransitionEligible = - null !== isViewTransitionEligible - ? isViewTransitionEligible.events - : null), - null !== isViewTransitionEligible) - ) - for ( - finishedWork = 0; - finishedWork < isViewTransitionEligible.length; - finishedWork++ - ) - (current = isViewTransitionEligible[finishedWork]), - (current.ref.impl = current.nextImpl); - break; - case 11: - case 15: - break; - case 1: - 0 !== (flags & 1024) && - null !== current && - commitClassSnapshot(finishedWork, current); - break; - case 3: - if (0 !== (flags & 1024)) - if ( - ((isViewTransitionEligible = - finishedWork.stateNode.containerInfo), - (finishedWork = isViewTransitionEligible.nodeType), - 9 === finishedWork) - ) - clearContainerSparingly(isViewTransitionEligible); - else if (1 === finishedWork) - switch (isViewTransitionEligible.nodeName) { - case "HEAD": - case "HTML": - case "BODY": - clearContainerSparingly(isViewTransitionEligible); - break; - default: - isViewTransitionEligible.textContent = ""; - } - break; - case 5: - case 26: - case 27: - case 6: - case 4: - case 17: - break; - case 30: - if ( - isViewTransitionEligible && - null !== current && - 0 !== (finishedWork.subtreeFlags & 8246) - ) - a: { - isViewTransitionEligible = current; - current = finishedWork; - finishedWork = getViewTransitionName( - isViewTransitionEligible.memoizedProps, - isViewTransitionEligible.stateNode - ); - current = current.memoizedProps; - flags = getViewTransitionClassName( - current.className, - current.update - ); - if ( - "none" === flags && - ((flags = getViewTransitionClassName( - current.className, - current.layout - )), - "none" === flags) - ) - break a; - viewTransitionHostInstanceIdx = 0; - applyViewTransitionToHostInstances( - isViewTransitionEligible.child, - finishedWork, - flags, - (isViewTransitionEligible.memoizedState = []), - !0 - ); - } - break; - default: - if (0 !== (flags & 1024)) - throw Error( - "This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue." - ); - } - isViewTransitionEligible = fiber.sibling; - if (null !== isViewTransitionEligible) { - isViewTransitionEligible.return = fiber.return; - nextEffect = isViewTransitionEligible; - break; - } - nextEffect = fiber.return; - } - } function applyViewTransitionToHostInstances( child, name, @@ -12259,6 +12026,239 @@ changedParent = changedParent.sibling; } } + function commitBeforeMutationEffects(root, firstChild, committedLanes) { + root = root.containerInfo; + eventsEnabled = _enabled; + root = getActiveElementDeep(root); + if (hasSelectionCapabilities(root)) { + if ("selectionStart" in root) + var JSCompiler_temp = { + start: root.selectionStart, + end: root.selectionEnd + }; + else + a: { + JSCompiler_temp = + ((JSCompiler_temp = root.ownerDocument) && + JSCompiler_temp.defaultView) || + window; + var selection = + JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); + if (selection && 0 !== selection.rangeCount) { + JSCompiler_temp = selection.anchorNode; + var anchorOffset = selection.anchorOffset, + focusNode = selection.focusNode; + selection = selection.focusOffset; + try { + JSCompiler_temp.nodeType, focusNode.nodeType; + } catch (e$2) { + JSCompiler_temp = null; + break a; + } + var length = 0, + start = -1, + end = -1, + indexWithinAnchor = 0, + indexWithinFocus = 0, + node = root, + parentNode = null; + b: for (;;) { + for (var next; ; ) { + node !== JSCompiler_temp || + (0 !== anchorOffset && 3 !== node.nodeType) || + (start = length + anchorOffset); + node !== focusNode || + (0 !== selection && 3 !== node.nodeType) || + (end = length + selection); + 3 === node.nodeType && (length += node.nodeValue.length); + if (null === (next = node.firstChild)) break; + parentNode = node; + node = next; + } + for (;;) { + if (node === root) break b; + parentNode === JSCompiler_temp && + ++indexWithinAnchor === anchorOffset && + (start = length); + parentNode === focusNode && + ++indexWithinFocus === selection && + (end = length); + if (null !== (next = node.nextSibling)) break; + node = parentNode; + parentNode = node.parentNode; + } + node = next; + } + JSCompiler_temp = + -1 === start || -1 === end ? null : { start: start, end: end }; + } else JSCompiler_temp = null; + } + JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; + } else JSCompiler_temp = null; + selectionInformation = { + focusedElem: root, + selectionRange: JSCompiler_temp + }; + shouldStartViewTransition = _enabled = !1; + committedLanes = (committedLanes & 335544064) === committedLanes; + nextEffect = firstChild; + for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { + root = nextEffect; + if ( + committedLanes && + ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) + ) + for ( + anchorOffset = 0; + anchorOffset < JSCompiler_temp.length; + anchorOffset++ + ) + committedLanes && + commitExitViewTransitions(JSCompiler_temp[anchorOffset]); + if (null === root.alternate && 0 !== (root.flags & 2)) + commitBeforeMutationEffects_complete(committedLanes); + else { + if (22 === root.tag) + if ( + ((JSCompiler_temp = root.alternate), null !== root.memoizedState) + ) { + null !== JSCompiler_temp && + null === JSCompiler_temp.memoizedState && + committedLanes && + commitExitViewTransitions(JSCompiler_temp); + commitBeforeMutationEffects_complete(committedLanes); + continue; + } else if ( + null !== JSCompiler_temp && + null !== JSCompiler_temp.memoizedState + ) { + commitBeforeMutationEffects_complete(committedLanes); + continue; + } + JSCompiler_temp = root.child; + 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp + ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) + : (committedLanes && commitNestedViewTransitions(root), + commitBeforeMutationEffects_complete(committedLanes)); + } + } + appearingViewTransitions = null; + } + function commitBeforeMutationEffects_complete( + isViewTransitionEligible$jscomp$0 + ) { + for (; null !== nextEffect; ) { + var fiber = nextEffect, + finishedWork = fiber, + isViewTransitionEligible = isViewTransitionEligible$jscomp$0, + current = finishedWork.alternate, + flags = finishedWork.flags; + switch (finishedWork.tag) { + case 0: + if ( + 0 !== (flags & 4) && + ((isViewTransitionEligible = finishedWork.updateQueue), + (isViewTransitionEligible = + null !== isViewTransitionEligible + ? isViewTransitionEligible.events + : null), + null !== isViewTransitionEligible) + ) + for ( + finishedWork = 0; + finishedWork < isViewTransitionEligible.length; + finishedWork++ + ) + (current = isViewTransitionEligible[finishedWork]), + (current.ref.impl = current.nextImpl); + break; + case 11: + case 15: + break; + case 1: + 0 !== (flags & 1024) && + null !== current && + commitClassSnapshot(finishedWork, current); + break; + case 3: + if (0 !== (flags & 1024)) + if ( + ((isViewTransitionEligible = + finishedWork.stateNode.containerInfo), + (finishedWork = isViewTransitionEligible.nodeType), + 9 === finishedWork) + ) + clearContainerSparingly(isViewTransitionEligible); + else if (1 === finishedWork) + switch (isViewTransitionEligible.nodeName) { + case "HEAD": + case "HTML": + case "BODY": + clearContainerSparingly(isViewTransitionEligible); + break; + default: + isViewTransitionEligible.textContent = ""; + } + break; + case 5: + case 26: + case 27: + case 6: + case 4: + case 17: + break; + case 30: + if ( + isViewTransitionEligible && + null !== current && + 0 !== (finishedWork.subtreeFlags & 8246) + ) + a: { + isViewTransitionEligible = current; + current = finishedWork; + finishedWork = getViewTransitionName( + isViewTransitionEligible.memoizedProps, + isViewTransitionEligible.stateNode + ); + current = current.memoizedProps; + flags = getViewTransitionClassName( + current.className, + current.update + ); + if ( + "none" === flags && + ((flags = getViewTransitionClassName( + current.className, + current.layout + )), + "none" === flags) + ) + break a; + viewTransitionHostInstanceIdx = 0; + applyViewTransitionToHostInstances( + isViewTransitionEligible.child, + finishedWork, + flags, + (isViewTransitionEligible.memoizedState = []), + !0 + ); + } + break; + default: + if (0 !== (flags & 1024)) + throw Error( + "This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue." + ); + } + isViewTransitionEligible = fiber.sibling; + if (null !== isViewTransitionEligible) { + isViewTransitionEligible.return = fiber.return; + nextEffect = isViewTransitionEligible; + break; + } + nextEffect = fiber.return; + } + } function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { var prevEffectStart = pushComponentEffectStart(), prevEffectErrors = pushComponentEffectErrors(), @@ -14263,11 +14263,11 @@ ((previousHoistableRoot = fiber.memoizedProps.name), null != previousHoistableRoot && "auto" !== previousHoistableRoot) ) { + var state = fiber.stateNode; + state.paired = null; null === appearingViewTransitions && (appearingViewTransitions = new Map()); - var instance = fiber.stateNode; - instance.paired = null; - appearingViewTransitions.set(previousHoistableRoot, instance); + appearingViewTransitions.set(previousHoistableRoot, state); } recursivelyAccumulateSuspenseyCommit(fiber); break; @@ -26494,18 +26494,18 @@ hasWarnedAboutUsingNoValuePropOnContextProvider = !1, didWarnAboutUndefinedSnapshotBeforeUpdate = null; didWarnAboutUndefinedSnapshotBeforeUpdate = new Set(); - var offscreenSubtreeIsHidden = !1, + var shouldStartViewTransition = !1, + appearingViewTransitions = null, + viewTransitionCancelableChildren = null, + viewTransitionHostInstanceIdx = 0, + offscreenSubtreeIsHidden = !1, offscreenSubtreeWasHidden = !1, needsFormReset = !1, PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set, nextEffect = null, inProgressLanes = null, inProgressRoot = null, - shouldStartViewTransition = !1, - appearingViewTransitions = null, viewTransitionContextChanged = !1, - viewTransitionCancelableChildren = null, - viewTransitionHostInstanceIdx = 0, hostParent = null, hostParentIsContainer = !1, currentHoistableRoot = null, @@ -27197,11 +27197,11 @@ }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-experimental-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-experimental-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-experimental-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27238,10 +27238,10 @@ !(function () { var internals = { bundleType: 1, - version: "19.1.0-experimental-22e39ea7-20250225", + version: "19.1.0-experimental-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-experimental-22e39ea7-20250225" + reconcilerVersion: "19.1.0-experimental-ebc22ef7-20250225" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -27713,7 +27713,7 @@ exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.profiling.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.profiling.js index ce3095fb3e536..28b1d11f3bf99 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.profiling.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.profiling.js @@ -5087,14 +5087,14 @@ var HooksDispatcherOnMount = { identifierPrefix = workInProgressRoot.identifierPrefix; if (isHydrating) { var treeId = getTreeId(); - identifierPrefix = ":" + identifierPrefix + "R" + treeId; + identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId; treeId = localIdCounter++; 0 < treeId && (identifierPrefix += "H" + treeId.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (treeId = globalClientIdCounter$1++), (identifierPrefix = - ":" + identifierPrefix + "r" + treeId.toString(32) + ":"); + "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb"); return (hook.memoizedState = identifierPrefix); }, useHostTransitionStatus: useHostTransitionStatus, @@ -8458,254 +8458,10 @@ function commitHostSingletonAcquisition(finishedWork) { captureCommitPhaseError(finishedWork, finishedWork.return, error); } } -var offscreenSubtreeIsHidden = !1, - offscreenSubtreeWasHidden = !1, - needsFormReset = !1, - PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set, - nextEffect = null, - inProgressLanes = null, - inProgressRoot = null, - shouldStartViewTransition = !1, +var shouldStartViewTransition = !1, appearingViewTransitions = null, - viewTransitionContextChanged = !1, - viewTransitionCancelableChildren = null; -function commitBeforeMutationEffects(root, firstChild, committedLanes) { - root = root.containerInfo; - eventsEnabled = _enabled; - root = getActiveElementDeep(root); - if (hasSelectionCapabilities(root)) { - if ("selectionStart" in root) - var JSCompiler_temp = { - start: root.selectionStart, - end: root.selectionEnd - }; - else - a: { - JSCompiler_temp = - ((JSCompiler_temp = root.ownerDocument) && - JSCompiler_temp.defaultView) || - window; - var selection = - JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); - if (selection && 0 !== selection.rangeCount) { - JSCompiler_temp = selection.anchorNode; - var anchorOffset = selection.anchorOffset, - focusNode = selection.focusNode; - selection = selection.focusOffset; - try { - JSCompiler_temp.nodeType, focusNode.nodeType; - } catch (e$22) { - JSCompiler_temp = null; - break a; - } - var length = 0, - start = -1, - end = -1, - indexWithinAnchor = 0, - indexWithinFocus = 0, - node = root, - parentNode = null; - b: for (;;) { - for (var next; ; ) { - node !== JSCompiler_temp || - (0 !== anchorOffset && 3 !== node.nodeType) || - (start = length + anchorOffset); - node !== focusNode || - (0 !== selection && 3 !== node.nodeType) || - (end = length + selection); - 3 === node.nodeType && (length += node.nodeValue.length); - if (null === (next = node.firstChild)) break; - parentNode = node; - node = next; - } - for (;;) { - if (node === root) break b; - parentNode === JSCompiler_temp && - ++indexWithinAnchor === anchorOffset && - (start = length); - parentNode === focusNode && - ++indexWithinFocus === selection && - (end = length); - if (null !== (next = node.nextSibling)) break; - node = parentNode; - parentNode = node.parentNode; - } - node = next; - } - JSCompiler_temp = - -1 === start || -1 === end ? null : { start: start, end: end }; - } else JSCompiler_temp = null; - } - JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; - } else JSCompiler_temp = null; - selectionInformation = { focusedElem: root, selectionRange: JSCompiler_temp }; - shouldStartViewTransition = _enabled = !1; - committedLanes = (committedLanes & 335544064) === committedLanes; - nextEffect = firstChild; - for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { - root = nextEffect; - if ( - committedLanes && - ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) - ) - for ( - anchorOffset = 0; - anchorOffset < JSCompiler_temp.length; - anchorOffset++ - ) - committedLanes && - commitExitViewTransitions(JSCompiler_temp[anchorOffset]); - if (null === root.alternate && 0 !== (root.flags & 2)) - commitBeforeMutationEffects_complete(committedLanes); - else { - if (22 === root.tag) - if (((JSCompiler_temp = root.alternate), null !== root.memoizedState)) { - null !== JSCompiler_temp && - null === JSCompiler_temp.memoizedState && - committedLanes && - commitExitViewTransitions(JSCompiler_temp); - commitBeforeMutationEffects_complete(committedLanes); - continue; - } else if ( - null !== JSCompiler_temp && - null !== JSCompiler_temp.memoizedState - ) { - commitBeforeMutationEffects_complete(committedLanes); - continue; - } - JSCompiler_temp = root.child; - 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp - ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) - : (committedLanes && commitNestedViewTransitions(root), - commitBeforeMutationEffects_complete(committedLanes)); - } - } - appearingViewTransitions = null; -} -function commitBeforeMutationEffects_complete( - isViewTransitionEligible$jscomp$0 -) { - for (; null !== nextEffect; ) { - var fiber = nextEffect, - isViewTransitionEligible = isViewTransitionEligible$jscomp$0, - current = fiber.alternate, - flags = fiber.flags; - switch (fiber.tag) { - case 0: - if ( - 0 !== (flags & 4) && - ((current = fiber.updateQueue), - (current = null !== current ? current.events : null), - null !== current) - ) - for ( - isViewTransitionEligible = 0; - isViewTransitionEligible < current.length; - isViewTransitionEligible++ - ) - (flags = current[isViewTransitionEligible]), - (flags.ref.impl = flags.nextImpl); - break; - case 11: - case 15: - break; - case 1: - if (0 !== (flags & 1024) && null !== current) { - isViewTransitionEligible = void 0; - flags = current.memoizedProps; - current = current.memoizedState; - var instance = fiber.stateNode; - try { - var resolvedPrevProps = resolveClassComponentProps( - fiber.type, - flags, - fiber.elementType === fiber.type - ); - isViewTransitionEligible = instance.getSnapshotBeforeUpdate( - resolvedPrevProps, - current - ); - instance.__reactInternalSnapshotBeforeUpdate = - isViewTransitionEligible; - } catch (error) { - captureCommitPhaseError(fiber, fiber.return, error); - } - } - break; - case 3: - if (0 !== (flags & 1024)) - if ( - ((current = fiber.stateNode.containerInfo), - (isViewTransitionEligible = current.nodeType), - 9 === isViewTransitionEligible) - ) - clearContainerSparingly(current); - else if (1 === isViewTransitionEligible) - switch (current.nodeName) { - case "HEAD": - case "HTML": - case "BODY": - clearContainerSparingly(current); - break; - default: - current.textContent = ""; - } - break; - case 5: - case 26: - case 27: - case 6: - case 4: - case 17: - break; - case 30: - if ( - isViewTransitionEligible && - null !== current && - 0 !== (fiber.subtreeFlags & 8246) - ) - a: { - isViewTransitionEligible = getViewTransitionName( - current.memoizedProps, - current.stateNode - ); - flags = fiber.memoizedProps; - instance = getViewTransitionClassName( - flags.className, - flags.update - ); - if ( - "none" === instance && - ((instance = getViewTransitionClassName( - flags.className, - flags.layout - )), - "none" === instance) - ) - break a; - viewTransitionHostInstanceIdx = 0; - applyViewTransitionToHostInstances( - current.child, - isViewTransitionEligible, - instance, - (current.memoizedState = []), - !0 - ); - } - break; - default: - if (0 !== (flags & 1024)) throw Error(formatProdErrorMessage(163)); - } - current = fiber.sibling; - if (null !== current) { - current.return = fiber.return; - nextEffect = current; - break; - } - nextEffect = fiber.return; - } -} -var viewTransitionHostInstanceIdx = 0; + viewTransitionCancelableChildren = null, + viewTransitionHostInstanceIdx = 0; function applyViewTransitionToHostInstances( child, name, @@ -9097,6 +8853,250 @@ function measureNestedViewTransitions(changedParent) { changedParent = changedParent.sibling; } } +var offscreenSubtreeIsHidden = !1, + offscreenSubtreeWasHidden = !1, + needsFormReset = !1, + PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set, + nextEffect = null, + inProgressLanes = null, + inProgressRoot = null, + viewTransitionContextChanged = !1; +function commitBeforeMutationEffects(root, firstChild, committedLanes) { + root = root.containerInfo; + eventsEnabled = _enabled; + root = getActiveElementDeep(root); + if (hasSelectionCapabilities(root)) { + if ("selectionStart" in root) + var JSCompiler_temp = { + start: root.selectionStart, + end: root.selectionEnd + }; + else + a: { + JSCompiler_temp = + ((JSCompiler_temp = root.ownerDocument) && + JSCompiler_temp.defaultView) || + window; + var selection = + JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); + if (selection && 0 !== selection.rangeCount) { + JSCompiler_temp = selection.anchorNode; + var anchorOffset = selection.anchorOffset, + focusNode = selection.focusNode; + selection = selection.focusOffset; + try { + JSCompiler_temp.nodeType, focusNode.nodeType; + } catch (e$22) { + JSCompiler_temp = null; + break a; + } + var length = 0, + start = -1, + end = -1, + indexWithinAnchor = 0, + indexWithinFocus = 0, + node = root, + parentNode = null; + b: for (;;) { + for (var next; ; ) { + node !== JSCompiler_temp || + (0 !== anchorOffset && 3 !== node.nodeType) || + (start = length + anchorOffset); + node !== focusNode || + (0 !== selection && 3 !== node.nodeType) || + (end = length + selection); + 3 === node.nodeType && (length += node.nodeValue.length); + if (null === (next = node.firstChild)) break; + parentNode = node; + node = next; + } + for (;;) { + if (node === root) break b; + parentNode === JSCompiler_temp && + ++indexWithinAnchor === anchorOffset && + (start = length); + parentNode === focusNode && + ++indexWithinFocus === selection && + (end = length); + if (null !== (next = node.nextSibling)) break; + node = parentNode; + parentNode = node.parentNode; + } + node = next; + } + JSCompiler_temp = + -1 === start || -1 === end ? null : { start: start, end: end }; + } else JSCompiler_temp = null; + } + JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; + } else JSCompiler_temp = null; + selectionInformation = { focusedElem: root, selectionRange: JSCompiler_temp }; + shouldStartViewTransition = _enabled = !1; + committedLanes = (committedLanes & 335544064) === committedLanes; + nextEffect = firstChild; + for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { + root = nextEffect; + if ( + committedLanes && + ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) + ) + for ( + anchorOffset = 0; + anchorOffset < JSCompiler_temp.length; + anchorOffset++ + ) + committedLanes && + commitExitViewTransitions(JSCompiler_temp[anchorOffset]); + if (null === root.alternate && 0 !== (root.flags & 2)) + commitBeforeMutationEffects_complete(committedLanes); + else { + if (22 === root.tag) + if (((JSCompiler_temp = root.alternate), null !== root.memoizedState)) { + null !== JSCompiler_temp && + null === JSCompiler_temp.memoizedState && + committedLanes && + commitExitViewTransitions(JSCompiler_temp); + commitBeforeMutationEffects_complete(committedLanes); + continue; + } else if ( + null !== JSCompiler_temp && + null !== JSCompiler_temp.memoizedState + ) { + commitBeforeMutationEffects_complete(committedLanes); + continue; + } + JSCompiler_temp = root.child; + 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp + ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) + : (committedLanes && commitNestedViewTransitions(root), + commitBeforeMutationEffects_complete(committedLanes)); + } + } + appearingViewTransitions = null; +} +function commitBeforeMutationEffects_complete( + isViewTransitionEligible$jscomp$0 +) { + for (; null !== nextEffect; ) { + var fiber = nextEffect, + isViewTransitionEligible = isViewTransitionEligible$jscomp$0, + current = fiber.alternate, + flags = fiber.flags; + switch (fiber.tag) { + case 0: + if ( + 0 !== (flags & 4) && + ((current = fiber.updateQueue), + (current = null !== current ? current.events : null), + null !== current) + ) + for ( + isViewTransitionEligible = 0; + isViewTransitionEligible < current.length; + isViewTransitionEligible++ + ) + (flags = current[isViewTransitionEligible]), + (flags.ref.impl = flags.nextImpl); + break; + case 11: + case 15: + break; + case 1: + if (0 !== (flags & 1024) && null !== current) { + isViewTransitionEligible = void 0; + flags = current.memoizedProps; + current = current.memoizedState; + var instance = fiber.stateNode; + try { + var resolvedPrevProps = resolveClassComponentProps( + fiber.type, + flags, + fiber.elementType === fiber.type + ); + isViewTransitionEligible = instance.getSnapshotBeforeUpdate( + resolvedPrevProps, + current + ); + instance.__reactInternalSnapshotBeforeUpdate = + isViewTransitionEligible; + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + } + break; + case 3: + if (0 !== (flags & 1024)) + if ( + ((current = fiber.stateNode.containerInfo), + (isViewTransitionEligible = current.nodeType), + 9 === isViewTransitionEligible) + ) + clearContainerSparingly(current); + else if (1 === isViewTransitionEligible) + switch (current.nodeName) { + case "HEAD": + case "HTML": + case "BODY": + clearContainerSparingly(current); + break; + default: + current.textContent = ""; + } + break; + case 5: + case 26: + case 27: + case 6: + case 4: + case 17: + break; + case 30: + if ( + isViewTransitionEligible && + null !== current && + 0 !== (fiber.subtreeFlags & 8246) + ) + a: { + isViewTransitionEligible = getViewTransitionName( + current.memoizedProps, + current.stateNode + ); + flags = fiber.memoizedProps; + instance = getViewTransitionClassName( + flags.className, + flags.update + ); + if ( + "none" === instance && + ((instance = getViewTransitionClassName( + flags.className, + flags.layout + )), + "none" === instance) + ) + break a; + viewTransitionHostInstanceIdx = 0; + applyViewTransitionToHostInstances( + current.child, + isViewTransitionEligible, + instance, + (current.memoizedState = []), + !0 + ); + } + break; + default: + if (0 !== (flags & 1024)) throw Error(formatProdErrorMessage(163)); + } + current = fiber.sibling; + if (null !== current) { + current.return = fiber.return; + nextEffect = current; + break; + } + nextEffect = fiber.return; + } +} function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { var prevEffectStart = pushComponentEffectStart(), prevEffectErrors = pushComponentEffectErrors(), @@ -10962,11 +10962,11 @@ function accumulateSuspenseyCommitOnFiber(fiber) { ((previousHoistableRoot = fiber.memoizedProps.name), null != previousHoistableRoot && "auto" !== previousHoistableRoot) ) { + var state = fiber.stateNode; + state.paired = null; null === appearingViewTransitions && (appearingViewTransitions = new Map()); - var instance = fiber.stateNode; - instance.paired = null; - appearingViewTransitions.set(previousHoistableRoot, instance); + appearingViewTransitions.set(previousHoistableRoot, state); } recursivelyAccumulateSuspenseyCommit(fiber); break; @@ -14335,20 +14335,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1726 = 0; - i$jscomp$inline_1726 < simpleEventPluginEvents.length; - i$jscomp$inline_1726++ + var i$jscomp$inline_1742 = 0; + i$jscomp$inline_1742 < simpleEventPluginEvents.length; + i$jscomp$inline_1742++ ) { - var eventName$jscomp$inline_1727 = - simpleEventPluginEvents[i$jscomp$inline_1726], - domEventName$jscomp$inline_1728 = - eventName$jscomp$inline_1727.toLowerCase(), - capitalizedEvent$jscomp$inline_1729 = - eventName$jscomp$inline_1727[0].toUpperCase() + - eventName$jscomp$inline_1727.slice(1); + var eventName$jscomp$inline_1743 = + simpleEventPluginEvents[i$jscomp$inline_1742], + domEventName$jscomp$inline_1744 = + eventName$jscomp$inline_1743.toLowerCase(), + capitalizedEvent$jscomp$inline_1745 = + eventName$jscomp$inline_1743[0].toUpperCase() + + eventName$jscomp$inline_1743.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1728, - "on" + capitalizedEvent$jscomp$inline_1729 + domEventName$jscomp$inline_1744, + "on" + capitalizedEvent$jscomp$inline_1745 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -18067,16 +18067,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1978 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1994 = React.version; if ( - "19.1.0-experimental-22e39ea7-20250225" !== - isomorphicReactPackageVersion$jscomp$inline_1978 + "19.1.0-experimental-ebc22ef7-20250225" !== + isomorphicReactPackageVersion$jscomp$inline_1994 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1978, - "19.1.0-experimental-22e39ea7-20250225" + isomorphicReactPackageVersion$jscomp$inline_1994, + "19.1.0-experimental-ebc22ef7-20250225" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -18096,24 +18096,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_2506 = { +var internals$jscomp$inline_2523 = { bundleType: 0, - version: "19.1.0-experimental-22e39ea7-20250225", + version: "19.1.0-experimental-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-experimental-22e39ea7-20250225" + reconcilerVersion: "19.1.0-experimental-ebc22ef7-20250225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2507 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2524 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2507.isDisabled && - hook$jscomp$inline_2507.supportsFiber + !hook$jscomp$inline_2524.isDisabled && + hook$jscomp$inline_2524.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2507.inject( - internals$jscomp$inline_2506 + (rendererID = hook$jscomp$inline_2524.inject( + internals$jscomp$inline_2523 )), - (injectedHook = hook$jscomp$inline_2507); + (injectedHook = hook$jscomp$inline_2524); } catch (err) {} } function noop() {} @@ -18366,7 +18366,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js index cd8b8232d586a..68116a3ecc3db 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js @@ -9481,9 +9481,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -9600,5 +9600,5 @@ 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js index 4c9e63565d438..48e6dec93b31b 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js @@ -3394,9 +3394,9 @@ var HooksDispatcher = { if (null === resumableState) throw Error(formatProdErrorMessage(404)); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -6351,4 +6351,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js index 57766775b8914..22fb996734dad 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js @@ -9481,9 +9481,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -9600,5 +9600,5 @@ 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server' ); }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.js index 012c64e55d8df..29bc67fc3caa2 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.js @@ -3443,9 +3443,9 @@ var HooksDispatcher = { ); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -6445,4 +6445,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server' ); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js index 0ee74f561edd0..4d60b8e7fbae9 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js @@ -8503,11 +8503,11 @@ } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-experimental-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-experimental-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-experimental-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } var React = require("next/dist/compiled/react-experimental"), @@ -9937,9 +9937,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -10294,5 +10294,5 @@ startWork(request); }); }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.production.js index 8d96601897697..42520b5dd6175 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.production.js @@ -3795,9 +3795,9 @@ var HooksDispatcher = { if (null === resumableState) throw Error(formatProdErrorMessage(404)); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -6892,12 +6892,12 @@ function getPostponedState(request) { } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-experimental-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion, - "19.1.0-experimental-22e39ea7-20250225" + "19.1.0-experimental-ebc22ef7-20250225" ) ); } @@ -7152,4 +7152,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) { startWork(request); }); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.bun.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.bun.production.js index 55c4e26697743..ede8a48f66f92 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.bun.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.bun.production.js @@ -3431,9 +3431,9 @@ var HooksDispatcher = { ); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -6370,13 +6370,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) { } var isomorphicReactPackageVersion$jscomp$inline_810 = React.version; if ( - "19.1.0-experimental-22e39ea7-20250225" !== + "19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion$jscomp$inline_810 ) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion$jscomp$inline_810 + - "\n - react-dom: 19.1.0-experimental-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-experimental-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); exports.renderToReadableStream = function (children, options) { return new Promise(function (resolve, reject) { @@ -6467,4 +6467,4 @@ exports.renderToReadableStream = function (children, options) { startWork(request); }); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.development.js index 2de205466355e..ee4698fc50fad 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.development.js @@ -8526,11 +8526,11 @@ } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-experimental-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-experimental-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-experimental-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } var React = require("next/dist/compiled/react-experimental"), @@ -9956,9 +9956,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -10324,5 +10324,5 @@ const setTimeoutOrImmediate = ? globalThis['set' + 'Immediate'] : setTimeout; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.production.js index 9d922289d3f91..6b7c503caeb69 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.production.js @@ -3836,9 +3836,9 @@ var HooksDispatcher = { ); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -7001,11 +7001,11 @@ function getPostponedState(request) { } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-experimental-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-experimental-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-experimental-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } ensureCorrectIsomorphicReactVersion(); @@ -7270,4 +7270,4 @@ const setTimeoutOrImmediate = ? globalThis['set' + 'Immediate'] : setTimeout; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.development.js index b664487c1330e..9f4ba6441907c 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.development.js @@ -8390,11 +8390,11 @@ } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-experimental-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-experimental-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-experimental-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } function createDrainHandler(destination, request) { @@ -9890,9 +9890,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -10174,5 +10174,5 @@ } }; }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.production.js index 81ea18c2d1791..b61611f089a5f 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.production.js @@ -3723,9 +3723,9 @@ var HooksDispatcher = { ); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -6880,11 +6880,11 @@ function getPostponedState(request) { } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-experimental-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-experimental-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-experimental-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } ensureCorrectIsomorphicReactVersion(); @@ -7135,4 +7135,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) { } }; }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.development.js index 023d813ffc248..9472315168673 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.development.js @@ -6804,14 +6804,14 @@ identifierPrefix = workInProgressRoot.identifierPrefix; if (isHydrating) { var treeId = getTreeId(); - identifierPrefix = ":" + identifierPrefix + "R" + treeId; + identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId; treeId = localIdCounter++; 0 < treeId && (identifierPrefix += "H" + treeId.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (treeId = globalClientIdCounter$1++), (identifierPrefix = - ":" + identifierPrefix + "r" + treeId.toString(32) + ":"); + "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb"); return (hook.memoizedState = identifierPrefix); } function mountRefresh() { @@ -9547,33 +9547,33 @@ return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_componentStack_2617; - var JSCompiler_object_inline_stack_2616 = workInProgress.pendingProps; + var JSCompiler_object_inline_componentStack_2634; + var JSCompiler_object_inline_stack_2633 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_message_2614 = !1; + var JSCompiler_object_inline_message_2631 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_componentStack_2617 = didSuspend) || - (JSCompiler_object_inline_componentStack_2617 = + (JSCompiler_object_inline_componentStack_2634 = didSuspend) || + (JSCompiler_object_inline_componentStack_2634 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_componentStack_2617 && - ((JSCompiler_object_inline_message_2614 = !0), + JSCompiler_object_inline_componentStack_2634 && + ((JSCompiler_object_inline_message_2631 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_componentStack_2617 = + JSCompiler_object_inline_componentStack_2634 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_message_2614 + JSCompiler_object_inline_message_2631 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); if (isHydrating) { - var JSCompiler_object_inline_digest_2615 = nextHydratableInstance; + var JSCompiler_object_inline_digest_2632 = nextHydratableInstance; var JSCompiler_temp; - if (!(JSCompiler_temp = !JSCompiler_object_inline_digest_2615)) { + if (!(JSCompiler_temp = !JSCompiler_object_inline_digest_2632)) { c: { - var instance = JSCompiler_object_inline_digest_2615; + var instance = JSCompiler_object_inline_digest_2632; for ( JSCompiler_temp = rootOrSingletonContext; 8 !== instance.nodeType; @@ -9615,87 +9615,87 @@ JSCompiler_temp && (warnNonHydratedInstance( workInProgress, - JSCompiler_object_inline_digest_2615 + JSCompiler_object_inline_digest_2632 ), throwOnHydrationMismatch(workInProgress)); } - JSCompiler_object_inline_digest_2615 = workInProgress.memoizedState; + JSCompiler_object_inline_digest_2632 = workInProgress.memoizedState; if ( - null !== JSCompiler_object_inline_digest_2615 && - ((JSCompiler_object_inline_digest_2615 = - JSCompiler_object_inline_digest_2615.dehydrated), - null !== JSCompiler_object_inline_digest_2615) + null !== JSCompiler_object_inline_digest_2632 && + ((JSCompiler_object_inline_digest_2632 = + JSCompiler_object_inline_digest_2632.dehydrated), + null !== JSCompiler_object_inline_digest_2632) ) return ( - isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2615) + isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2632) ? (workInProgress.lanes = 32) : (workInProgress.lanes = 536870912), null ); popSuspenseHandler(workInProgress); } - JSCompiler_object_inline_digest_2615 = - JSCompiler_object_inline_stack_2616.children; - JSCompiler_temp = JSCompiler_object_inline_stack_2616.fallback; - if (JSCompiler_object_inline_message_2614) + JSCompiler_object_inline_digest_2632 = + JSCompiler_object_inline_stack_2633.children; + JSCompiler_temp = JSCompiler_object_inline_stack_2633.fallback; + if (JSCompiler_object_inline_message_2631) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2616 = + (JSCompiler_object_inline_stack_2633 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_digest_2615, + JSCompiler_object_inline_digest_2632, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_message_2614 = workInProgress.child), - (JSCompiler_object_inline_message_2614.memoizedState = + (JSCompiler_object_inline_message_2631 = workInProgress.child), + (JSCompiler_object_inline_message_2631.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_message_2614.childLanes = + (JSCompiler_object_inline_message_2631.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2617, + JSCompiler_object_inline_componentStack_2634, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2616 + JSCompiler_object_inline_stack_2633 ); if ( "number" === - typeof JSCompiler_object_inline_stack_2616.unstable_expectedLoadTime + typeof JSCompiler_object_inline_stack_2633.unstable_expectedLoadTime ) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_stack_2616 = + (JSCompiler_object_inline_stack_2633 = mountSuspenseFallbackChildren( workInProgress, - JSCompiler_object_inline_digest_2615, + JSCompiler_object_inline_digest_2632, JSCompiler_temp, renderLanes )), - (JSCompiler_object_inline_message_2614 = workInProgress.child), - (JSCompiler_object_inline_message_2614.memoizedState = + (JSCompiler_object_inline_message_2631 = workInProgress.child), + (JSCompiler_object_inline_message_2631.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_message_2614.childLanes = + (JSCompiler_object_inline_message_2631.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2617, + JSCompiler_object_inline_componentStack_2634, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress.lanes = 4194304), - JSCompiler_object_inline_stack_2616 + JSCompiler_object_inline_stack_2633 ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_digest_2615 + JSCompiler_object_inline_digest_2632 ); } var prevState = current.memoizedState; if ( null !== prevState && - ((JSCompiler_object_inline_digest_2615 = prevState.dehydrated), - null !== JSCompiler_object_inline_digest_2615) + ((JSCompiler_object_inline_digest_2632 = prevState.dehydrated), + null !== JSCompiler_object_inline_digest_2632) ) { if (didSuspend) workInProgress.flags & 256 @@ -9712,94 +9712,94 @@ (workInProgress.flags |= 128), (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_message_2614 = - JSCompiler_object_inline_stack_2616.fallback), - (JSCompiler_object_inline_digest_2615 = workInProgress.mode), - (JSCompiler_object_inline_stack_2616 = + (JSCompiler_object_inline_message_2631 = + JSCompiler_object_inline_stack_2633.fallback), + (JSCompiler_object_inline_digest_2632 = workInProgress.mode), + (JSCompiler_object_inline_stack_2633 = mountWorkInProgressOffscreenFiber( { mode: "visible", - children: JSCompiler_object_inline_stack_2616.children + children: JSCompiler_object_inline_stack_2633.children }, - JSCompiler_object_inline_digest_2615 + JSCompiler_object_inline_digest_2632 )), - (JSCompiler_object_inline_message_2614 = + (JSCompiler_object_inline_message_2631 = createFiberFromFragment( - JSCompiler_object_inline_message_2614, - JSCompiler_object_inline_digest_2615, + JSCompiler_object_inline_message_2631, + JSCompiler_object_inline_digest_2632, renderLanes, null )), - (JSCompiler_object_inline_message_2614.flags |= 2), - (JSCompiler_object_inline_stack_2616.return = workInProgress), - (JSCompiler_object_inline_message_2614.return = workInProgress), - (JSCompiler_object_inline_stack_2616.sibling = - JSCompiler_object_inline_message_2614), - (workInProgress.child = JSCompiler_object_inline_stack_2616), + (JSCompiler_object_inline_message_2631.flags |= 2), + (JSCompiler_object_inline_stack_2633.return = workInProgress), + (JSCompiler_object_inline_message_2631.return = workInProgress), + (JSCompiler_object_inline_stack_2633.sibling = + JSCompiler_object_inline_message_2631), + (workInProgress.child = JSCompiler_object_inline_stack_2633), reconcileChildFibers( workInProgress, current.child, null, renderLanes ), - (JSCompiler_object_inline_stack_2616 = workInProgress.child), - (JSCompiler_object_inline_stack_2616.memoizedState = + (JSCompiler_object_inline_stack_2633 = workInProgress.child), + (JSCompiler_object_inline_stack_2633.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2616.childLanes = + (JSCompiler_object_inline_stack_2633.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2617, + JSCompiler_object_inline_componentStack_2634, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - (workInProgress = JSCompiler_object_inline_message_2614)); + (workInProgress = JSCompiler_object_inline_message_2631)); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), isHydrating && console.error( "We should not be hydrating here. This is a bug in React. Please file a bug." ), - isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2615)) + isSuspenseInstanceFallback(JSCompiler_object_inline_digest_2632)) ) { - JSCompiler_object_inline_componentStack_2617 = - JSCompiler_object_inline_digest_2615.nextSibling && - JSCompiler_object_inline_digest_2615.nextSibling.dataset; - if (JSCompiler_object_inline_componentStack_2617) { - JSCompiler_temp = JSCompiler_object_inline_componentStack_2617.dgst; - var message = JSCompiler_object_inline_componentStack_2617.msg; - instance = JSCompiler_object_inline_componentStack_2617.stck; + JSCompiler_object_inline_componentStack_2634 = + JSCompiler_object_inline_digest_2632.nextSibling && + JSCompiler_object_inline_digest_2632.nextSibling.dataset; + if (JSCompiler_object_inline_componentStack_2634) { + JSCompiler_temp = JSCompiler_object_inline_componentStack_2634.dgst; + var message = JSCompiler_object_inline_componentStack_2634.msg; + instance = JSCompiler_object_inline_componentStack_2634.stck; var componentStack = - JSCompiler_object_inline_componentStack_2617.cstck; + JSCompiler_object_inline_componentStack_2634.cstck; } - JSCompiler_object_inline_message_2614 = message; - JSCompiler_object_inline_digest_2615 = JSCompiler_temp; - JSCompiler_object_inline_stack_2616 = instance; - JSCompiler_temp = JSCompiler_object_inline_componentStack_2617 = + JSCompiler_object_inline_message_2631 = message; + JSCompiler_object_inline_digest_2632 = JSCompiler_temp; + JSCompiler_object_inline_stack_2633 = instance; + JSCompiler_temp = JSCompiler_object_inline_componentStack_2634 = componentStack; - "POSTPONE" !== JSCompiler_object_inline_digest_2615 && - ((JSCompiler_object_inline_componentStack_2617 = - JSCompiler_object_inline_message_2614 - ? Error(JSCompiler_object_inline_message_2614) + "POSTPONE" !== JSCompiler_object_inline_digest_2632 && + ((JSCompiler_object_inline_componentStack_2634 = + JSCompiler_object_inline_message_2631 + ? Error(JSCompiler_object_inline_message_2631) : Error( "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering." )), - (JSCompiler_object_inline_componentStack_2617.stack = - JSCompiler_object_inline_stack_2616 || ""), - (JSCompiler_object_inline_componentStack_2617.digest = - JSCompiler_object_inline_digest_2615), - (JSCompiler_object_inline_stack_2616 = + (JSCompiler_object_inline_componentStack_2634.stack = + JSCompiler_object_inline_stack_2633 || ""), + (JSCompiler_object_inline_componentStack_2634.digest = + JSCompiler_object_inline_digest_2632), + (JSCompiler_object_inline_stack_2633 = void 0 === JSCompiler_temp ? null : JSCompiler_temp), - (JSCompiler_object_inline_message_2614 = { - value: JSCompiler_object_inline_componentStack_2617, + (JSCompiler_object_inline_message_2631 = { + value: JSCompiler_object_inline_componentStack_2634, source: null, - stack: JSCompiler_object_inline_stack_2616 + stack: JSCompiler_object_inline_stack_2633 }), - "string" === typeof JSCompiler_object_inline_stack_2616 && + "string" === typeof JSCompiler_object_inline_stack_2633 && CapturedStacks.set( - JSCompiler_object_inline_componentStack_2617, - JSCompiler_object_inline_message_2614 + JSCompiler_object_inline_componentStack_2634, + JSCompiler_object_inline_message_2631 ), - queueHydrationError(JSCompiler_object_inline_message_2614)); + queueHydrationError(JSCompiler_object_inline_message_2631)); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -9813,44 +9813,44 @@ renderLanes, !1 ), - (JSCompiler_object_inline_componentStack_2617 = + (JSCompiler_object_inline_componentStack_2634 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_componentStack_2617) + didReceiveUpdate || JSCompiler_object_inline_componentStack_2634) ) { - JSCompiler_object_inline_componentStack_2617 = workInProgressRoot; + JSCompiler_object_inline_componentStack_2634 = workInProgressRoot; if ( - null !== JSCompiler_object_inline_componentStack_2617 && - ((JSCompiler_object_inline_stack_2616 = renderLanes & -renderLanes), - (JSCompiler_object_inline_stack_2616 = - 0 !== (JSCompiler_object_inline_stack_2616 & 42) + null !== JSCompiler_object_inline_componentStack_2634 && + ((JSCompiler_object_inline_stack_2633 = renderLanes & -renderLanes), + (JSCompiler_object_inline_stack_2633 = + 0 !== (JSCompiler_object_inline_stack_2633 & 42) ? 1 : getBumpedLaneForHydrationByLane( - JSCompiler_object_inline_stack_2616 + JSCompiler_object_inline_stack_2633 )), - (JSCompiler_object_inline_stack_2616 = + (JSCompiler_object_inline_stack_2633 = 0 !== - (JSCompiler_object_inline_stack_2616 & - (JSCompiler_object_inline_componentStack_2617.suspendedLanes | + (JSCompiler_object_inline_stack_2633 & + (JSCompiler_object_inline_componentStack_2634.suspendedLanes | renderLanes)) ? 0 - : JSCompiler_object_inline_stack_2616), - 0 !== JSCompiler_object_inline_stack_2616 && - JSCompiler_object_inline_stack_2616 !== prevState.retryLane) + : JSCompiler_object_inline_stack_2633), + 0 !== JSCompiler_object_inline_stack_2633 && + JSCompiler_object_inline_stack_2633 !== prevState.retryLane) ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2616), + ((prevState.retryLane = JSCompiler_object_inline_stack_2633), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2616 + JSCompiler_object_inline_stack_2633 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_componentStack_2617, + JSCompiler_object_inline_componentStack_2634, current, - JSCompiler_object_inline_stack_2616 + JSCompiler_object_inline_stack_2633 ), SelectiveHydrationException) ); - JSCompiler_object_inline_digest_2615.data === + JSCompiler_object_inline_digest_2632.data === SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -9858,14 +9858,14 @@ renderLanes ); } else - JSCompiler_object_inline_digest_2615.data === + JSCompiler_object_inline_digest_2632.data === SUSPENSE_PENDING_START_DATA ? ((workInProgress.flags |= 192), (workInProgress.child = current.child), (workInProgress = null)) : ((current = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_digest_2615.nextSibling + JSCompiler_object_inline_digest_2632.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -9883,54 +9883,54 @@ (treeContextProvider = workInProgress)), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2616.children + JSCompiler_object_inline_stack_2633.children )), (workInProgress.flags |= 4096)); return workInProgress; } - if (JSCompiler_object_inline_message_2614) + if (JSCompiler_object_inline_message_2631) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_message_2614 = - JSCompiler_object_inline_stack_2616.fallback), - (JSCompiler_object_inline_digest_2615 = workInProgress.mode), + (JSCompiler_object_inline_message_2631 = + JSCompiler_object_inline_stack_2633.fallback), + (JSCompiler_object_inline_digest_2632 = workInProgress.mode), (JSCompiler_temp = current.child), (instance = JSCompiler_temp.sibling), - (JSCompiler_object_inline_stack_2616 = createWorkInProgress( + (JSCompiler_object_inline_stack_2633 = createWorkInProgress( JSCompiler_temp, { mode: "hidden", - children: JSCompiler_object_inline_stack_2616.children + children: JSCompiler_object_inline_stack_2633.children } )), - (JSCompiler_object_inline_stack_2616.subtreeFlags = + (JSCompiler_object_inline_stack_2633.subtreeFlags = JSCompiler_temp.subtreeFlags & 65011712), null !== instance - ? (JSCompiler_object_inline_message_2614 = createWorkInProgress( + ? (JSCompiler_object_inline_message_2631 = createWorkInProgress( instance, - JSCompiler_object_inline_message_2614 + JSCompiler_object_inline_message_2631 )) - : ((JSCompiler_object_inline_message_2614 = createFiberFromFragment( - JSCompiler_object_inline_message_2614, - JSCompiler_object_inline_digest_2615, + : ((JSCompiler_object_inline_message_2631 = createFiberFromFragment( + JSCompiler_object_inline_message_2631, + JSCompiler_object_inline_digest_2632, renderLanes, null )), - (JSCompiler_object_inline_message_2614.flags |= 2)), - (JSCompiler_object_inline_message_2614.return = workInProgress), - (JSCompiler_object_inline_stack_2616.return = workInProgress), - (JSCompiler_object_inline_stack_2616.sibling = - JSCompiler_object_inline_message_2614), - (workInProgress.child = JSCompiler_object_inline_stack_2616), - (JSCompiler_object_inline_stack_2616 = - JSCompiler_object_inline_message_2614), - (JSCompiler_object_inline_message_2614 = workInProgress.child), - (JSCompiler_object_inline_digest_2615 = current.child.memoizedState), - null === JSCompiler_object_inline_digest_2615 - ? (JSCompiler_object_inline_digest_2615 = + (JSCompiler_object_inline_message_2631.flags |= 2)), + (JSCompiler_object_inline_message_2631.return = workInProgress), + (JSCompiler_object_inline_stack_2633.return = workInProgress), + (JSCompiler_object_inline_stack_2633.sibling = + JSCompiler_object_inline_message_2631), + (workInProgress.child = JSCompiler_object_inline_stack_2633), + (JSCompiler_object_inline_stack_2633 = + JSCompiler_object_inline_message_2631), + (JSCompiler_object_inline_message_2631 = workInProgress.child), + (JSCompiler_object_inline_digest_2632 = current.child.memoizedState), + null === JSCompiler_object_inline_digest_2632 + ? (JSCompiler_object_inline_digest_2632 = mountSuspenseOffscreenState(renderLanes)) : ((JSCompiler_temp = - JSCompiler_object_inline_digest_2615.cachePool), + JSCompiler_object_inline_digest_2632.cachePool), null !== JSCompiler_temp ? ((instance = CacheContext._currentValue), (JSCompiler_temp = @@ -9938,38 +9938,38 @@ ? { parent: instance, pool: instance } : JSCompiler_temp)) : (JSCompiler_temp = getSuspendedCache()), - (JSCompiler_object_inline_digest_2615 = { + (JSCompiler_object_inline_digest_2632 = { baseLanes: - JSCompiler_object_inline_digest_2615.baseLanes | renderLanes, + JSCompiler_object_inline_digest_2632.baseLanes | renderLanes, cachePool: JSCompiler_temp })), - (JSCompiler_object_inline_message_2614.memoizedState = - JSCompiler_object_inline_digest_2615), - (JSCompiler_object_inline_message_2614.childLanes = + (JSCompiler_object_inline_message_2631.memoizedState = + JSCompiler_object_inline_digest_2632), + (JSCompiler_object_inline_message_2631.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_componentStack_2617, + JSCompiler_object_inline_componentStack_2634, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2616 + JSCompiler_object_inline_stack_2633 ); pushPrimaryTreeSuspenseHandler(workInProgress); renderLanes = current.child; current = renderLanes.sibling; renderLanes = createWorkInProgress(renderLanes, { mode: "visible", - children: JSCompiler_object_inline_stack_2616.children + children: JSCompiler_object_inline_stack_2633.children }); renderLanes.return = workInProgress; renderLanes.sibling = null; null !== current && - ((JSCompiler_object_inline_componentStack_2617 = + ((JSCompiler_object_inline_componentStack_2634 = workInProgress.deletions), - null === JSCompiler_object_inline_componentStack_2617 + null === JSCompiler_object_inline_componentStack_2634 ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) - : JSCompiler_object_inline_componentStack_2617.push(current)); + : JSCompiler_object_inline_componentStack_2634.push(current)); workInProgress.child = renderLanes; workInProgress.memoizedState = null; return renderLanes; @@ -11655,239 +11655,6 @@ captureCommitPhaseError(finishedWork, finishedWork.return, error); } } - function commitBeforeMutationEffects(root, firstChild, committedLanes) { - root = root.containerInfo; - eventsEnabled = _enabled; - root = getActiveElementDeep(root); - if (hasSelectionCapabilities(root)) { - if ("selectionStart" in root) - var JSCompiler_temp = { - start: root.selectionStart, - end: root.selectionEnd - }; - else - a: { - JSCompiler_temp = - ((JSCompiler_temp = root.ownerDocument) && - JSCompiler_temp.defaultView) || - window; - var selection = - JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); - if (selection && 0 !== selection.rangeCount) { - JSCompiler_temp = selection.anchorNode; - var anchorOffset = selection.anchorOffset, - focusNode = selection.focusNode; - selection = selection.focusOffset; - try { - JSCompiler_temp.nodeType, focusNode.nodeType; - } catch (e$2) { - JSCompiler_temp = null; - break a; - } - var length = 0, - start = -1, - end = -1, - indexWithinAnchor = 0, - indexWithinFocus = 0, - node = root, - parentNode = null; - b: for (;;) { - for (var next; ; ) { - node !== JSCompiler_temp || - (0 !== anchorOffset && 3 !== node.nodeType) || - (start = length + anchorOffset); - node !== focusNode || - (0 !== selection && 3 !== node.nodeType) || - (end = length + selection); - 3 === node.nodeType && (length += node.nodeValue.length); - if (null === (next = node.firstChild)) break; - parentNode = node; - node = next; - } - for (;;) { - if (node === root) break b; - parentNode === JSCompiler_temp && - ++indexWithinAnchor === anchorOffset && - (start = length); - parentNode === focusNode && - ++indexWithinFocus === selection && - (end = length); - if (null !== (next = node.nextSibling)) break; - node = parentNode; - parentNode = node.parentNode; - } - node = next; - } - JSCompiler_temp = - -1 === start || -1 === end ? null : { start: start, end: end }; - } else JSCompiler_temp = null; - } - JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; - } else JSCompiler_temp = null; - selectionInformation = { - focusedElem: root, - selectionRange: JSCompiler_temp - }; - shouldStartViewTransition = _enabled = !1; - committedLanes = (committedLanes & 335544064) === committedLanes; - nextEffect = firstChild; - for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { - root = nextEffect; - if ( - committedLanes && - ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) - ) - for ( - anchorOffset = 0; - anchorOffset < JSCompiler_temp.length; - anchorOffset++ - ) - committedLanes && - commitExitViewTransitions(JSCompiler_temp[anchorOffset]); - if (null === root.alternate && 0 !== (root.flags & 2)) - commitBeforeMutationEffects_complete(committedLanes); - else { - if (22 === root.tag) - if ( - ((JSCompiler_temp = root.alternate), null !== root.memoizedState) - ) { - null !== JSCompiler_temp && - null === JSCompiler_temp.memoizedState && - committedLanes && - commitExitViewTransitions(JSCompiler_temp); - commitBeforeMutationEffects_complete(committedLanes); - continue; - } else if ( - null !== JSCompiler_temp && - null !== JSCompiler_temp.memoizedState - ) { - commitBeforeMutationEffects_complete(committedLanes); - continue; - } - JSCompiler_temp = root.child; - 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp - ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) - : (committedLanes && commitNestedViewTransitions(root), - commitBeforeMutationEffects_complete(committedLanes)); - } - } - appearingViewTransitions = null; - } - function commitBeforeMutationEffects_complete( - isViewTransitionEligible$jscomp$0 - ) { - for (; null !== nextEffect; ) { - var fiber = nextEffect, - finishedWork = fiber, - isViewTransitionEligible = isViewTransitionEligible$jscomp$0, - current = finishedWork.alternate, - flags = finishedWork.flags; - switch (finishedWork.tag) { - case 0: - if ( - 0 !== (flags & 4) && - ((isViewTransitionEligible = finishedWork.updateQueue), - (isViewTransitionEligible = - null !== isViewTransitionEligible - ? isViewTransitionEligible.events - : null), - null !== isViewTransitionEligible) - ) - for ( - finishedWork = 0; - finishedWork < isViewTransitionEligible.length; - finishedWork++ - ) - (current = isViewTransitionEligible[finishedWork]), - (current.ref.impl = current.nextImpl); - break; - case 11: - case 15: - break; - case 1: - 0 !== (flags & 1024) && - null !== current && - commitClassSnapshot(finishedWork, current); - break; - case 3: - if (0 !== (flags & 1024)) - if ( - ((isViewTransitionEligible = - finishedWork.stateNode.containerInfo), - (finishedWork = isViewTransitionEligible.nodeType), - 9 === finishedWork) - ) - clearContainerSparingly(isViewTransitionEligible); - else if (1 === finishedWork) - switch (isViewTransitionEligible.nodeName) { - case "HEAD": - case "HTML": - case "BODY": - clearContainerSparingly(isViewTransitionEligible); - break; - default: - isViewTransitionEligible.textContent = ""; - } - break; - case 5: - case 26: - case 27: - case 6: - case 4: - case 17: - break; - case 30: - if ( - isViewTransitionEligible && - null !== current && - 0 !== (finishedWork.subtreeFlags & 8246) - ) - a: { - isViewTransitionEligible = current; - current = finishedWork; - finishedWork = getViewTransitionName( - isViewTransitionEligible.memoizedProps, - isViewTransitionEligible.stateNode - ); - current = current.memoizedProps; - flags = getViewTransitionClassName( - current.className, - current.update - ); - if ( - "none" === flags && - ((flags = getViewTransitionClassName( - current.className, - current.layout - )), - "none" === flags) - ) - break a; - viewTransitionHostInstanceIdx = 0; - applyViewTransitionToHostInstances( - isViewTransitionEligible.child, - finishedWork, - flags, - (isViewTransitionEligible.memoizedState = []), - !0 - ); - } - break; - default: - if (0 !== (flags & 1024)) - throw Error( - "This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue." - ); - } - isViewTransitionEligible = fiber.sibling; - if (null !== isViewTransitionEligible) { - isViewTransitionEligible.return = fiber.return; - nextEffect = isViewTransitionEligible; - break; - } - nextEffect = fiber.return; - } - } function applyViewTransitionToHostInstances( child, name, @@ -12292,6 +12059,239 @@ changedParent = changedParent.sibling; } } + function commitBeforeMutationEffects(root, firstChild, committedLanes) { + root = root.containerInfo; + eventsEnabled = _enabled; + root = getActiveElementDeep(root); + if (hasSelectionCapabilities(root)) { + if ("selectionStart" in root) + var JSCompiler_temp = { + start: root.selectionStart, + end: root.selectionEnd + }; + else + a: { + JSCompiler_temp = + ((JSCompiler_temp = root.ownerDocument) && + JSCompiler_temp.defaultView) || + window; + var selection = + JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); + if (selection && 0 !== selection.rangeCount) { + JSCompiler_temp = selection.anchorNode; + var anchorOffset = selection.anchorOffset, + focusNode = selection.focusNode; + selection = selection.focusOffset; + try { + JSCompiler_temp.nodeType, focusNode.nodeType; + } catch (e$2) { + JSCompiler_temp = null; + break a; + } + var length = 0, + start = -1, + end = -1, + indexWithinAnchor = 0, + indexWithinFocus = 0, + node = root, + parentNode = null; + b: for (;;) { + for (var next; ; ) { + node !== JSCompiler_temp || + (0 !== anchorOffset && 3 !== node.nodeType) || + (start = length + anchorOffset); + node !== focusNode || + (0 !== selection && 3 !== node.nodeType) || + (end = length + selection); + 3 === node.nodeType && (length += node.nodeValue.length); + if (null === (next = node.firstChild)) break; + parentNode = node; + node = next; + } + for (;;) { + if (node === root) break b; + parentNode === JSCompiler_temp && + ++indexWithinAnchor === anchorOffset && + (start = length); + parentNode === focusNode && + ++indexWithinFocus === selection && + (end = length); + if (null !== (next = node.nextSibling)) break; + node = parentNode; + parentNode = node.parentNode; + } + node = next; + } + JSCompiler_temp = + -1 === start || -1 === end ? null : { start: start, end: end }; + } else JSCompiler_temp = null; + } + JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; + } else JSCompiler_temp = null; + selectionInformation = { + focusedElem: root, + selectionRange: JSCompiler_temp + }; + shouldStartViewTransition = _enabled = !1; + committedLanes = (committedLanes & 335544064) === committedLanes; + nextEffect = firstChild; + for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { + root = nextEffect; + if ( + committedLanes && + ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) + ) + for ( + anchorOffset = 0; + anchorOffset < JSCompiler_temp.length; + anchorOffset++ + ) + committedLanes && + commitExitViewTransitions(JSCompiler_temp[anchorOffset]); + if (null === root.alternate && 0 !== (root.flags & 2)) + commitBeforeMutationEffects_complete(committedLanes); + else { + if (22 === root.tag) + if ( + ((JSCompiler_temp = root.alternate), null !== root.memoizedState) + ) { + null !== JSCompiler_temp && + null === JSCompiler_temp.memoizedState && + committedLanes && + commitExitViewTransitions(JSCompiler_temp); + commitBeforeMutationEffects_complete(committedLanes); + continue; + } else if ( + null !== JSCompiler_temp && + null !== JSCompiler_temp.memoizedState + ) { + commitBeforeMutationEffects_complete(committedLanes); + continue; + } + JSCompiler_temp = root.child; + 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp + ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) + : (committedLanes && commitNestedViewTransitions(root), + commitBeforeMutationEffects_complete(committedLanes)); + } + } + appearingViewTransitions = null; + } + function commitBeforeMutationEffects_complete( + isViewTransitionEligible$jscomp$0 + ) { + for (; null !== nextEffect; ) { + var fiber = nextEffect, + finishedWork = fiber, + isViewTransitionEligible = isViewTransitionEligible$jscomp$0, + current = finishedWork.alternate, + flags = finishedWork.flags; + switch (finishedWork.tag) { + case 0: + if ( + 0 !== (flags & 4) && + ((isViewTransitionEligible = finishedWork.updateQueue), + (isViewTransitionEligible = + null !== isViewTransitionEligible + ? isViewTransitionEligible.events + : null), + null !== isViewTransitionEligible) + ) + for ( + finishedWork = 0; + finishedWork < isViewTransitionEligible.length; + finishedWork++ + ) + (current = isViewTransitionEligible[finishedWork]), + (current.ref.impl = current.nextImpl); + break; + case 11: + case 15: + break; + case 1: + 0 !== (flags & 1024) && + null !== current && + commitClassSnapshot(finishedWork, current); + break; + case 3: + if (0 !== (flags & 1024)) + if ( + ((isViewTransitionEligible = + finishedWork.stateNode.containerInfo), + (finishedWork = isViewTransitionEligible.nodeType), + 9 === finishedWork) + ) + clearContainerSparingly(isViewTransitionEligible); + else if (1 === finishedWork) + switch (isViewTransitionEligible.nodeName) { + case "HEAD": + case "HTML": + case "BODY": + clearContainerSparingly(isViewTransitionEligible); + break; + default: + isViewTransitionEligible.textContent = ""; + } + break; + case 5: + case 26: + case 27: + case 6: + case 4: + case 17: + break; + case 30: + if ( + isViewTransitionEligible && + null !== current && + 0 !== (finishedWork.subtreeFlags & 8246) + ) + a: { + isViewTransitionEligible = current; + current = finishedWork; + finishedWork = getViewTransitionName( + isViewTransitionEligible.memoizedProps, + isViewTransitionEligible.stateNode + ); + current = current.memoizedProps; + flags = getViewTransitionClassName( + current.className, + current.update + ); + if ( + "none" === flags && + ((flags = getViewTransitionClassName( + current.className, + current.layout + )), + "none" === flags) + ) + break a; + viewTransitionHostInstanceIdx = 0; + applyViewTransitionToHostInstances( + isViewTransitionEligible.child, + finishedWork, + flags, + (isViewTransitionEligible.memoizedState = []), + !0 + ); + } + break; + default: + if (0 !== (flags & 1024)) + throw Error( + "This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue." + ); + } + isViewTransitionEligible = fiber.sibling; + if (null !== isViewTransitionEligible) { + isViewTransitionEligible.return = fiber.return; + nextEffect = isViewTransitionEligible; + break; + } + nextEffect = fiber.return; + } + } function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { var prevEffectStart = pushComponentEffectStart(), prevEffectErrors = pushComponentEffectErrors(), @@ -14296,11 +14296,11 @@ ((previousHoistableRoot = fiber.memoizedProps.name), null != previousHoistableRoot && "auto" !== previousHoistableRoot) ) { + var state = fiber.stateNode; + state.paired = null; null === appearingViewTransitions && (appearingViewTransitions = new Map()); - var instance = fiber.stateNode; - instance.paired = null; - appearingViewTransitions.set(previousHoistableRoot, instance); + appearingViewTransitions.set(previousHoistableRoot, state); } recursivelyAccumulateSuspenseyCommit(fiber); break; @@ -26770,18 +26770,18 @@ hasWarnedAboutUsingNoValuePropOnContextProvider = !1, didWarnAboutUndefinedSnapshotBeforeUpdate = null; didWarnAboutUndefinedSnapshotBeforeUpdate = new Set(); - var offscreenSubtreeIsHidden = !1, + var shouldStartViewTransition = !1, + appearingViewTransitions = null, + viewTransitionCancelableChildren = null, + viewTransitionHostInstanceIdx = 0, + offscreenSubtreeIsHidden = !1, offscreenSubtreeWasHidden = !1, needsFormReset = !1, PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set, nextEffect = null, inProgressLanes = null, inProgressRoot = null, - shouldStartViewTransition = !1, - appearingViewTransitions = null, viewTransitionContextChanged = !1, - viewTransitionCancelableChildren = null, - viewTransitionHostInstanceIdx = 0, hostParent = null, hostParentIsContainer = !1, currentHoistableRoot = null, @@ -27478,11 +27478,11 @@ }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-experimental-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-experimental-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-experimental-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-experimental-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27519,10 +27519,10 @@ !(function () { var internals = { bundleType: 1, - version: "19.1.0-experimental-22e39ea7-20250225", + version: "19.1.0-experimental-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-experimental-22e39ea7-20250225" + reconcilerVersion: "19.1.0-experimental-ebc22ef7-20250225" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -27830,5 +27830,5 @@ } }; }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.production.js index b532b3f660064..f318c884fd45f 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.production.js @@ -4704,14 +4704,14 @@ var HooksDispatcherOnMount = { identifierPrefix = workInProgressRoot.identifierPrefix; if (isHydrating) { var treeId = getTreeId(); - identifierPrefix = ":" + identifierPrefix + "R" + treeId; + identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId; treeId = localIdCounter++; 0 < treeId && (identifierPrefix += "H" + treeId.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (treeId = globalClientIdCounter$1++), (identifierPrefix = - ":" + identifierPrefix + "r" + treeId.toString(32) + ":"); + "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb"); return (hook.memoizedState = identifierPrefix); }, useHostTransitionStatus: useHostTransitionStatus, @@ -7946,252 +7946,10 @@ function commitHostSingletonAcquisition(finishedWork) { captureCommitPhaseError(finishedWork, finishedWork.return, error); } } -var offscreenSubtreeIsHidden = !1, - offscreenSubtreeWasHidden = !1, - needsFormReset = !1, - PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set, - nextEffect = null, - shouldStartViewTransition = !1, +var shouldStartViewTransition = !1, appearingViewTransitions = null, - viewTransitionContextChanged = !1, - viewTransitionCancelableChildren = null; -function commitBeforeMutationEffects(root, firstChild, committedLanes) { - root = root.containerInfo; - eventsEnabled = _enabled; - root = getActiveElementDeep(root); - if (hasSelectionCapabilities(root)) { - if ("selectionStart" in root) - var JSCompiler_temp = { - start: root.selectionStart, - end: root.selectionEnd - }; - else - a: { - JSCompiler_temp = - ((JSCompiler_temp = root.ownerDocument) && - JSCompiler_temp.defaultView) || - window; - var selection = - JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); - if (selection && 0 !== selection.rangeCount) { - JSCompiler_temp = selection.anchorNode; - var anchorOffset = selection.anchorOffset, - focusNode = selection.focusNode; - selection = selection.focusOffset; - try { - JSCompiler_temp.nodeType, focusNode.nodeType; - } catch (e$20) { - JSCompiler_temp = null; - break a; - } - var length = 0, - start = -1, - end = -1, - indexWithinAnchor = 0, - indexWithinFocus = 0, - node = root, - parentNode = null; - b: for (;;) { - for (var next; ; ) { - node !== JSCompiler_temp || - (0 !== anchorOffset && 3 !== node.nodeType) || - (start = length + anchorOffset); - node !== focusNode || - (0 !== selection && 3 !== node.nodeType) || - (end = length + selection); - 3 === node.nodeType && (length += node.nodeValue.length); - if (null === (next = node.firstChild)) break; - parentNode = node; - node = next; - } - for (;;) { - if (node === root) break b; - parentNode === JSCompiler_temp && - ++indexWithinAnchor === anchorOffset && - (start = length); - parentNode === focusNode && - ++indexWithinFocus === selection && - (end = length); - if (null !== (next = node.nextSibling)) break; - node = parentNode; - parentNode = node.parentNode; - } - node = next; - } - JSCompiler_temp = - -1 === start || -1 === end ? null : { start: start, end: end }; - } else JSCompiler_temp = null; - } - JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; - } else JSCompiler_temp = null; - selectionInformation = { focusedElem: root, selectionRange: JSCompiler_temp }; - shouldStartViewTransition = _enabled = !1; - committedLanes = (committedLanes & 335544064) === committedLanes; - nextEffect = firstChild; - for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { - root = nextEffect; - if ( - committedLanes && - ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) - ) - for ( - anchorOffset = 0; - anchorOffset < JSCompiler_temp.length; - anchorOffset++ - ) - committedLanes && - commitExitViewTransitions(JSCompiler_temp[anchorOffset]); - if (null === root.alternate && 0 !== (root.flags & 2)) - commitBeforeMutationEffects_complete(committedLanes); - else { - if (22 === root.tag) - if (((JSCompiler_temp = root.alternate), null !== root.memoizedState)) { - null !== JSCompiler_temp && - null === JSCompiler_temp.memoizedState && - committedLanes && - commitExitViewTransitions(JSCompiler_temp); - commitBeforeMutationEffects_complete(committedLanes); - continue; - } else if ( - null !== JSCompiler_temp && - null !== JSCompiler_temp.memoizedState - ) { - commitBeforeMutationEffects_complete(committedLanes); - continue; - } - JSCompiler_temp = root.child; - 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp - ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) - : (committedLanes && commitNestedViewTransitions(root), - commitBeforeMutationEffects_complete(committedLanes)); - } - } - appearingViewTransitions = null; -} -function commitBeforeMutationEffects_complete( - isViewTransitionEligible$jscomp$0 -) { - for (; null !== nextEffect; ) { - var fiber = nextEffect, - isViewTransitionEligible = isViewTransitionEligible$jscomp$0, - current = fiber.alternate, - flags = fiber.flags; - switch (fiber.tag) { - case 0: - if ( - 0 !== (flags & 4) && - ((current = fiber.updateQueue), - (current = null !== current ? current.events : null), - null !== current) - ) - for ( - isViewTransitionEligible = 0; - isViewTransitionEligible < current.length; - isViewTransitionEligible++ - ) - (flags = current[isViewTransitionEligible]), - (flags.ref.impl = flags.nextImpl); - break; - case 11: - case 15: - break; - case 1: - if (0 !== (flags & 1024) && null !== current) { - isViewTransitionEligible = void 0; - flags = current.memoizedProps; - current = current.memoizedState; - var instance = fiber.stateNode; - try { - var resolvedPrevProps = resolveClassComponentProps( - fiber.type, - flags, - fiber.elementType === fiber.type - ); - isViewTransitionEligible = instance.getSnapshotBeforeUpdate( - resolvedPrevProps, - current - ); - instance.__reactInternalSnapshotBeforeUpdate = - isViewTransitionEligible; - } catch (error) { - captureCommitPhaseError(fiber, fiber.return, error); - } - } - break; - case 3: - if (0 !== (flags & 1024)) - if ( - ((current = fiber.stateNode.containerInfo), - (isViewTransitionEligible = current.nodeType), - 9 === isViewTransitionEligible) - ) - clearContainerSparingly(current); - else if (1 === isViewTransitionEligible) - switch (current.nodeName) { - case "HEAD": - case "HTML": - case "BODY": - clearContainerSparingly(current); - break; - default: - current.textContent = ""; - } - break; - case 5: - case 26: - case 27: - case 6: - case 4: - case 17: - break; - case 30: - if ( - isViewTransitionEligible && - null !== current && - 0 !== (fiber.subtreeFlags & 8246) - ) - a: { - isViewTransitionEligible = getViewTransitionName( - current.memoizedProps, - current.stateNode - ); - flags = fiber.memoizedProps; - instance = getViewTransitionClassName( - flags.className, - flags.update - ); - if ( - "none" === instance && - ((instance = getViewTransitionClassName( - flags.className, - flags.layout - )), - "none" === instance) - ) - break a; - viewTransitionHostInstanceIdx = 0; - applyViewTransitionToHostInstances( - current.child, - isViewTransitionEligible, - instance, - (current.memoizedState = []), - !0 - ); - } - break; - default: - if (0 !== (flags & 1024)) throw Error(formatProdErrorMessage(163)); - } - current = fiber.sibling; - if (null !== current) { - current.return = fiber.return; - nextEffect = current; - break; - } - nextEffect = fiber.return; - } -} -var viewTransitionHostInstanceIdx = 0; + viewTransitionCancelableChildren = null, + viewTransitionHostInstanceIdx = 0; function applyViewTransitionToHostInstances( child, name, @@ -8583,6 +8341,248 @@ function measureNestedViewTransitions(changedParent) { changedParent = changedParent.sibling; } } +var offscreenSubtreeIsHidden = !1, + offscreenSubtreeWasHidden = !1, + needsFormReset = !1, + PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set, + nextEffect = null, + viewTransitionContextChanged = !1; +function commitBeforeMutationEffects(root, firstChild, committedLanes) { + root = root.containerInfo; + eventsEnabled = _enabled; + root = getActiveElementDeep(root); + if (hasSelectionCapabilities(root)) { + if ("selectionStart" in root) + var JSCompiler_temp = { + start: root.selectionStart, + end: root.selectionEnd + }; + else + a: { + JSCompiler_temp = + ((JSCompiler_temp = root.ownerDocument) && + JSCompiler_temp.defaultView) || + window; + var selection = + JSCompiler_temp.getSelection && JSCompiler_temp.getSelection(); + if (selection && 0 !== selection.rangeCount) { + JSCompiler_temp = selection.anchorNode; + var anchorOffset = selection.anchorOffset, + focusNode = selection.focusNode; + selection = selection.focusOffset; + try { + JSCompiler_temp.nodeType, focusNode.nodeType; + } catch (e$20) { + JSCompiler_temp = null; + break a; + } + var length = 0, + start = -1, + end = -1, + indexWithinAnchor = 0, + indexWithinFocus = 0, + node = root, + parentNode = null; + b: for (;;) { + for (var next; ; ) { + node !== JSCompiler_temp || + (0 !== anchorOffset && 3 !== node.nodeType) || + (start = length + anchorOffset); + node !== focusNode || + (0 !== selection && 3 !== node.nodeType) || + (end = length + selection); + 3 === node.nodeType && (length += node.nodeValue.length); + if (null === (next = node.firstChild)) break; + parentNode = node; + node = next; + } + for (;;) { + if (node === root) break b; + parentNode === JSCompiler_temp && + ++indexWithinAnchor === anchorOffset && + (start = length); + parentNode === focusNode && + ++indexWithinFocus === selection && + (end = length); + if (null !== (next = node.nextSibling)) break; + node = parentNode; + parentNode = node.parentNode; + } + node = next; + } + JSCompiler_temp = + -1 === start || -1 === end ? null : { start: start, end: end }; + } else JSCompiler_temp = null; + } + JSCompiler_temp = JSCompiler_temp || { start: 0, end: 0 }; + } else JSCompiler_temp = null; + selectionInformation = { focusedElem: root, selectionRange: JSCompiler_temp }; + shouldStartViewTransition = _enabled = !1; + committedLanes = (committedLanes & 335544064) === committedLanes; + nextEffect = firstChild; + for (firstChild = committedLanes ? 9238 : 1028; null !== nextEffect; ) { + root = nextEffect; + if ( + committedLanes && + ((JSCompiler_temp = root.deletions), null !== JSCompiler_temp) + ) + for ( + anchorOffset = 0; + anchorOffset < JSCompiler_temp.length; + anchorOffset++ + ) + committedLanes && + commitExitViewTransitions(JSCompiler_temp[anchorOffset]); + if (null === root.alternate && 0 !== (root.flags & 2)) + commitBeforeMutationEffects_complete(committedLanes); + else { + if (22 === root.tag) + if (((JSCompiler_temp = root.alternate), null !== root.memoizedState)) { + null !== JSCompiler_temp && + null === JSCompiler_temp.memoizedState && + committedLanes && + commitExitViewTransitions(JSCompiler_temp); + commitBeforeMutationEffects_complete(committedLanes); + continue; + } else if ( + null !== JSCompiler_temp && + null !== JSCompiler_temp.memoizedState + ) { + commitBeforeMutationEffects_complete(committedLanes); + continue; + } + JSCompiler_temp = root.child; + 0 !== (root.subtreeFlags & firstChild) && null !== JSCompiler_temp + ? ((JSCompiler_temp.return = root), (nextEffect = JSCompiler_temp)) + : (committedLanes && commitNestedViewTransitions(root), + commitBeforeMutationEffects_complete(committedLanes)); + } + } + appearingViewTransitions = null; +} +function commitBeforeMutationEffects_complete( + isViewTransitionEligible$jscomp$0 +) { + for (; null !== nextEffect; ) { + var fiber = nextEffect, + isViewTransitionEligible = isViewTransitionEligible$jscomp$0, + current = fiber.alternate, + flags = fiber.flags; + switch (fiber.tag) { + case 0: + if ( + 0 !== (flags & 4) && + ((current = fiber.updateQueue), + (current = null !== current ? current.events : null), + null !== current) + ) + for ( + isViewTransitionEligible = 0; + isViewTransitionEligible < current.length; + isViewTransitionEligible++ + ) + (flags = current[isViewTransitionEligible]), + (flags.ref.impl = flags.nextImpl); + break; + case 11: + case 15: + break; + case 1: + if (0 !== (flags & 1024) && null !== current) { + isViewTransitionEligible = void 0; + flags = current.memoizedProps; + current = current.memoizedState; + var instance = fiber.stateNode; + try { + var resolvedPrevProps = resolveClassComponentProps( + fiber.type, + flags, + fiber.elementType === fiber.type + ); + isViewTransitionEligible = instance.getSnapshotBeforeUpdate( + resolvedPrevProps, + current + ); + instance.__reactInternalSnapshotBeforeUpdate = + isViewTransitionEligible; + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + } + break; + case 3: + if (0 !== (flags & 1024)) + if ( + ((current = fiber.stateNode.containerInfo), + (isViewTransitionEligible = current.nodeType), + 9 === isViewTransitionEligible) + ) + clearContainerSparingly(current); + else if (1 === isViewTransitionEligible) + switch (current.nodeName) { + case "HEAD": + case "HTML": + case "BODY": + clearContainerSparingly(current); + break; + default: + current.textContent = ""; + } + break; + case 5: + case 26: + case 27: + case 6: + case 4: + case 17: + break; + case 30: + if ( + isViewTransitionEligible && + null !== current && + 0 !== (fiber.subtreeFlags & 8246) + ) + a: { + isViewTransitionEligible = getViewTransitionName( + current.memoizedProps, + current.stateNode + ); + flags = fiber.memoizedProps; + instance = getViewTransitionClassName( + flags.className, + flags.update + ); + if ( + "none" === instance && + ((instance = getViewTransitionClassName( + flags.className, + flags.layout + )), + "none" === instance) + ) + break a; + viewTransitionHostInstanceIdx = 0; + applyViewTransitionToHostInstances( + current.child, + isViewTransitionEligible, + instance, + (current.memoizedState = []), + !0 + ); + } + break; + default: + if (0 !== (flags & 1024)) throw Error(formatProdErrorMessage(163)); + } + current = fiber.sibling; + if (null !== current) { + current.return = fiber.return; + nextEffect = current; + break; + } + nextEffect = fiber.return; + } +} function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) { var flags = finishedWork.flags; switch (finishedWork.tag) { @@ -10147,11 +10147,11 @@ function accumulateSuspenseyCommitOnFiber(fiber) { ((previousHoistableRoot = fiber.memoizedProps.name), null != previousHoistableRoot && "auto" !== previousHoistableRoot) ) { + var state = fiber.stateNode; + state.paired = null; null === appearingViewTransitions && (appearingViewTransitions = new Map()); - var instance = fiber.stateNode; - instance.paired = null; - appearingViewTransitions.set(previousHoistableRoot, instance); + appearingViewTransitions.set(previousHoistableRoot, state); } recursivelyAccumulateSuspenseyCommit(fiber); break; @@ -13205,20 +13205,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1607 = 0; - i$jscomp$inline_1607 < simpleEventPluginEvents.length; - i$jscomp$inline_1607++ + var i$jscomp$inline_1623 = 0; + i$jscomp$inline_1623 < simpleEventPluginEvents.length; + i$jscomp$inline_1623++ ) { - var eventName$jscomp$inline_1608 = - simpleEventPluginEvents[i$jscomp$inline_1607], - domEventName$jscomp$inline_1609 = - eventName$jscomp$inline_1608.toLowerCase(), - capitalizedEvent$jscomp$inline_1610 = - eventName$jscomp$inline_1608[0].toUpperCase() + - eventName$jscomp$inline_1608.slice(1); + var eventName$jscomp$inline_1624 = + simpleEventPluginEvents[i$jscomp$inline_1623], + domEventName$jscomp$inline_1625 = + eventName$jscomp$inline_1624.toLowerCase(), + capitalizedEvent$jscomp$inline_1626 = + eventName$jscomp$inline_1624[0].toUpperCase() + + eventName$jscomp$inline_1624.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1609, - "on" + capitalizedEvent$jscomp$inline_1610 + domEventName$jscomp$inline_1625, + "on" + capitalizedEvent$jscomp$inline_1626 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -16968,16 +16968,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1859 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1875 = React.version; if ( - "19.1.0-experimental-22e39ea7-20250225" !== - isomorphicReactPackageVersion$jscomp$inline_1859 + "19.1.0-experimental-ebc22ef7-20250225" !== + isomorphicReactPackageVersion$jscomp$inline_1875 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1859, - "19.1.0-experimental-22e39ea7-20250225" + isomorphicReactPackageVersion$jscomp$inline_1875, + "19.1.0-experimental-ebc22ef7-20250225" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16997,24 +16997,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_2399 = { +var internals$jscomp$inline_2416 = { bundleType: 0, - version: "19.1.0-experimental-22e39ea7-20250225", + version: "19.1.0-experimental-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-experimental-22e39ea7-20250225" + reconcilerVersion: "19.1.0-experimental-ebc22ef7-20250225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2400 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2417 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2400.isDisabled && - hook$jscomp$inline_2400.supportsFiber + !hook$jscomp$inline_2417.isDisabled && + hook$jscomp$inline_2417.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2400.inject( - internals$jscomp$inline_2399 + (rendererID = hook$jscomp$inline_2417.inject( + internals$jscomp$inline_2416 )), - (injectedHook = hook$jscomp$inline_2400); + (injectedHook = hook$jscomp$inline_2417); } catch (err) {} } exports.createComponentSelector = function (component) { @@ -17257,4 +17257,4 @@ exports.observeVisibleRects = function ( } }; }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.development.js index d3ceb91c18731..2a28b970584dd 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.development.js @@ -416,7 +416,7 @@ exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.production.js index 8a8367b2de440..9c59dacebb56c 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.production.js @@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.react-server.development.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.react-server.development.js index a6c4002211e88..a5fc50b0e2afe 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.react-server.development.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.react-server.development.js @@ -336,5 +336,5 @@ })) : Internals.d.m(href)); }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.react-server.production.js b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.react-server.production.js index ea29c325b3aa9..3128d5a433a71 100644 --- a/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.react-server.production.js +++ b/packages/next/src/compiled/react-dom-experimental/cjs/react-dom.react-server.production.js @@ -149,4 +149,4 @@ exports.preloadModule = function (href, options) { }); } else Internals.d.m(href); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom-experimental/package.json b/packages/next/src/compiled/react-dom-experimental/package.json index 4d9ec90482a67..14267d7ab0a67 100644 --- a/packages/next/src/compiled/react-dom-experimental/package.json +++ b/packages/next/src/compiled/react-dom-experimental/package.json @@ -72,10 +72,10 @@ "./package.json": "./package.json" }, "dependencies": { - "scheduler": "0.0.0-experimental-22e39ea7-20250225" + "scheduler": "0.0.0-experimental-ebc22ef7-20250225" }, "peerDependencies": { - "react": "0.0.0-experimental-22e39ea7-20250225" + "react": "0.0.0-experimental-ebc22ef7-20250225" }, "browser": { "./server.js": "./server.browser.js", diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-client.development.js b/packages/next/src/compiled/react-dom/cjs/react-dom-client.development.js index bc3fa9e06b6c0..00b286d345d13 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-client.development.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-client.development.js @@ -6403,14 +6403,14 @@ ( idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1)) ).toString(32) + treeId; - identifierPrefix = ":" + identifierPrefix + "R" + treeId; + identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId; treeId = localIdCounter++; 0 < treeId && (identifierPrefix += "H" + treeId.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (treeId = globalClientIdCounter++), (identifierPrefix = - ":" + identifierPrefix + "r" + treeId.toString(32) + ":"); + "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb"); return (hook.memoizedState = identifierPrefix); } function mountRefresh() { @@ -8976,32 +8976,32 @@ return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_digest_2427; - var JSCompiler_object_inline_stack_2428 = workInProgress.pendingProps; + var JSCompiler_object_inline_digest_2430; + var JSCompiler_object_inline_stack_2431 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_componentStack_2429 = !1; + var JSCompiler_object_inline_componentStack_2432 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_digest_2427 = didSuspend) || - (JSCompiler_object_inline_digest_2427 = + (JSCompiler_object_inline_digest_2430 = didSuspend) || + (JSCompiler_object_inline_digest_2430 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_digest_2427 && - ((JSCompiler_object_inline_componentStack_2429 = !0), + JSCompiler_object_inline_digest_2430 && + ((JSCompiler_object_inline_componentStack_2432 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_digest_2427 = 0 !== (workInProgress.flags & 32); + JSCompiler_object_inline_digest_2430 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_componentStack_2429 + JSCompiler_object_inline_componentStack_2432 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); if (isHydrating) { - var JSCompiler_object_inline_message_2426 = nextHydratableInstance; + var JSCompiler_object_inline_message_2429 = nextHydratableInstance; var JSCompiler_temp; - if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2426)) { + if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2429)) { c: { - var instance = JSCompiler_object_inline_message_2426; + var instance = JSCompiler_object_inline_message_2429; for ( JSCompiler_temp = rootOrSingletonContext; 8 !== instance.nodeType; @@ -9043,77 +9043,77 @@ JSCompiler_temp && (warnNonHydratedInstance( workInProgress, - JSCompiler_object_inline_message_2426 + JSCompiler_object_inline_message_2429 ), throwOnHydrationMismatch(workInProgress)); } - JSCompiler_object_inline_message_2426 = workInProgress.memoizedState; + JSCompiler_object_inline_message_2429 = workInProgress.memoizedState; if ( - null !== JSCompiler_object_inline_message_2426 && - ((JSCompiler_object_inline_message_2426 = - JSCompiler_object_inline_message_2426.dehydrated), - null !== JSCompiler_object_inline_message_2426) + null !== JSCompiler_object_inline_message_2429 && + ((JSCompiler_object_inline_message_2429 = + JSCompiler_object_inline_message_2429.dehydrated), + null !== JSCompiler_object_inline_message_2429) ) return ( - isSuspenseInstanceFallback(JSCompiler_object_inline_message_2426) + isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429) ? (workInProgress.lanes = 32) : (workInProgress.lanes = 536870912), null ); popSuspenseHandler(workInProgress); } - JSCompiler_object_inline_message_2426 = - JSCompiler_object_inline_stack_2428.children; - JSCompiler_object_inline_stack_2428 = - JSCompiler_object_inline_stack_2428.fallback; - if (JSCompiler_object_inline_componentStack_2429) + JSCompiler_object_inline_message_2429 = + JSCompiler_object_inline_stack_2431.children; + JSCompiler_object_inline_stack_2431 = + JSCompiler_object_inline_stack_2431.fallback; + if (JSCompiler_object_inline_componentStack_2432) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2429 = + (JSCompiler_object_inline_componentStack_2432 = workInProgress.mode), - (JSCompiler_object_inline_message_2426 = + (JSCompiler_object_inline_message_2429 = mountWorkInProgressOffscreenFiber( { mode: "hidden", - children: JSCompiler_object_inline_message_2426 + children: JSCompiler_object_inline_message_2429 }, - JSCompiler_object_inline_componentStack_2429 + JSCompiler_object_inline_componentStack_2432 )), - (JSCompiler_object_inline_stack_2428 = createFiberFromFragment( - JSCompiler_object_inline_stack_2428, - JSCompiler_object_inline_componentStack_2429, + (JSCompiler_object_inline_stack_2431 = createFiberFromFragment( + JSCompiler_object_inline_stack_2431, + JSCompiler_object_inline_componentStack_2432, renderLanes, null )), - (JSCompiler_object_inline_message_2426.return = workInProgress), - (JSCompiler_object_inline_stack_2428.return = workInProgress), - (JSCompiler_object_inline_message_2426.sibling = - JSCompiler_object_inline_stack_2428), - (workInProgress.child = JSCompiler_object_inline_message_2426), - (JSCompiler_object_inline_componentStack_2429 = + (JSCompiler_object_inline_message_2429.return = workInProgress), + (JSCompiler_object_inline_stack_2431.return = workInProgress), + (JSCompiler_object_inline_message_2429.sibling = + JSCompiler_object_inline_stack_2431), + (workInProgress.child = JSCompiler_object_inline_message_2429), + (JSCompiler_object_inline_componentStack_2432 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2429.memoizedState = + (JSCompiler_object_inline_componentStack_2432.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2429.childLanes = + (JSCompiler_object_inline_componentStack_2432.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2427, + JSCompiler_object_inline_digest_2430, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2428 + JSCompiler_object_inline_stack_2431 ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_message_2426 + JSCompiler_object_inline_message_2429 ); } var prevState = current.memoizedState; if ( null !== prevState && - ((JSCompiler_object_inline_message_2426 = prevState.dehydrated), - null !== JSCompiler_object_inline_message_2426) + ((JSCompiler_object_inline_message_2429 = prevState.dehydrated), + null !== JSCompiler_object_inline_message_2429) ) { if (didSuspend) workInProgress.flags & 256 @@ -9130,94 +9130,94 @@ (workInProgress.flags |= 128), (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2429 = - JSCompiler_object_inline_stack_2428.fallback), - (JSCompiler_object_inline_message_2426 = workInProgress.mode), - (JSCompiler_object_inline_stack_2428 = + (JSCompiler_object_inline_componentStack_2432 = + JSCompiler_object_inline_stack_2431.fallback), + (JSCompiler_object_inline_message_2429 = workInProgress.mode), + (JSCompiler_object_inline_stack_2431 = mountWorkInProgressOffscreenFiber( { mode: "visible", - children: JSCompiler_object_inline_stack_2428.children + children: JSCompiler_object_inline_stack_2431.children }, - JSCompiler_object_inline_message_2426 + JSCompiler_object_inline_message_2429 )), - (JSCompiler_object_inline_componentStack_2429 = + (JSCompiler_object_inline_componentStack_2432 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2429, - JSCompiler_object_inline_message_2426, + JSCompiler_object_inline_componentStack_2432, + JSCompiler_object_inline_message_2429, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2429.flags |= 2), - (JSCompiler_object_inline_stack_2428.return = workInProgress), - (JSCompiler_object_inline_componentStack_2429.return = + (JSCompiler_object_inline_componentStack_2432.flags |= 2), + (JSCompiler_object_inline_stack_2431.return = workInProgress), + (JSCompiler_object_inline_componentStack_2432.return = workInProgress), - (JSCompiler_object_inline_stack_2428.sibling = - JSCompiler_object_inline_componentStack_2429), - (workInProgress.child = JSCompiler_object_inline_stack_2428), + (JSCompiler_object_inline_stack_2431.sibling = + JSCompiler_object_inline_componentStack_2432), + (workInProgress.child = JSCompiler_object_inline_stack_2431), reconcileChildFibers( workInProgress, current.child, null, renderLanes ), - (JSCompiler_object_inline_stack_2428 = workInProgress.child), - (JSCompiler_object_inline_stack_2428.memoizedState = + (JSCompiler_object_inline_stack_2431 = workInProgress.child), + (JSCompiler_object_inline_stack_2431.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2428.childLanes = + (JSCompiler_object_inline_stack_2431.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2427, + JSCompiler_object_inline_digest_2430, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress = - JSCompiler_object_inline_componentStack_2429)); + JSCompiler_object_inline_componentStack_2432)); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), isHydrating && console.error( "We should not be hydrating here. This is a bug in React. Please file a bug." ), - isSuspenseInstanceFallback(JSCompiler_object_inline_message_2426)) + isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429)) ) { - JSCompiler_object_inline_digest_2427 = - JSCompiler_object_inline_message_2426.nextSibling && - JSCompiler_object_inline_message_2426.nextSibling.dataset; - if (JSCompiler_object_inline_digest_2427) { - JSCompiler_temp = JSCompiler_object_inline_digest_2427.dgst; - var message = JSCompiler_object_inline_digest_2427.msg; - instance = JSCompiler_object_inline_digest_2427.stck; - var componentStack = JSCompiler_object_inline_digest_2427.cstck; + JSCompiler_object_inline_digest_2430 = + JSCompiler_object_inline_message_2429.nextSibling && + JSCompiler_object_inline_message_2429.nextSibling.dataset; + if (JSCompiler_object_inline_digest_2430) { + JSCompiler_temp = JSCompiler_object_inline_digest_2430.dgst; + var message = JSCompiler_object_inline_digest_2430.msg; + instance = JSCompiler_object_inline_digest_2430.stck; + var componentStack = JSCompiler_object_inline_digest_2430.cstck; } - JSCompiler_object_inline_message_2426 = message; - JSCompiler_object_inline_digest_2427 = JSCompiler_temp; - JSCompiler_object_inline_stack_2428 = instance; - JSCompiler_temp = JSCompiler_object_inline_componentStack_2429 = + JSCompiler_object_inline_message_2429 = message; + JSCompiler_object_inline_digest_2430 = JSCompiler_temp; + JSCompiler_object_inline_stack_2431 = instance; + JSCompiler_temp = JSCompiler_object_inline_componentStack_2432 = componentStack; - JSCompiler_object_inline_componentStack_2429 = - JSCompiler_object_inline_message_2426 - ? Error(JSCompiler_object_inline_message_2426) + JSCompiler_object_inline_componentStack_2432 = + JSCompiler_object_inline_message_2429 + ? Error(JSCompiler_object_inline_message_2429) : Error( "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering." ); - JSCompiler_object_inline_componentStack_2429.stack = - JSCompiler_object_inline_stack_2428 || ""; - JSCompiler_object_inline_componentStack_2429.digest = - JSCompiler_object_inline_digest_2427; - JSCompiler_object_inline_digest_2427 = + JSCompiler_object_inline_componentStack_2432.stack = + JSCompiler_object_inline_stack_2431 || ""; + JSCompiler_object_inline_componentStack_2432.digest = + JSCompiler_object_inline_digest_2430; + JSCompiler_object_inline_digest_2430 = void 0 === JSCompiler_temp ? null : JSCompiler_temp; - JSCompiler_object_inline_stack_2428 = { - value: JSCompiler_object_inline_componentStack_2429, + JSCompiler_object_inline_stack_2431 = { + value: JSCompiler_object_inline_componentStack_2432, source: null, - stack: JSCompiler_object_inline_digest_2427 + stack: JSCompiler_object_inline_digest_2430 }; - "string" === typeof JSCompiler_object_inline_digest_2427 && + "string" === typeof JSCompiler_object_inline_digest_2430 && CapturedStacks.set( - JSCompiler_object_inline_componentStack_2429, - JSCompiler_object_inline_stack_2428 + JSCompiler_object_inline_componentStack_2432, + JSCompiler_object_inline_stack_2431 ); - queueHydrationError(JSCompiler_object_inline_stack_2428); + queueHydrationError(JSCompiler_object_inline_stack_2431); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -9231,44 +9231,44 @@ renderLanes, !1 ), - (JSCompiler_object_inline_digest_2427 = + (JSCompiler_object_inline_digest_2430 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_digest_2427) + didReceiveUpdate || JSCompiler_object_inline_digest_2430) ) { - JSCompiler_object_inline_digest_2427 = workInProgressRoot; + JSCompiler_object_inline_digest_2430 = workInProgressRoot; if ( - null !== JSCompiler_object_inline_digest_2427 && - ((JSCompiler_object_inline_stack_2428 = renderLanes & -renderLanes), - (JSCompiler_object_inline_stack_2428 = - 0 !== (JSCompiler_object_inline_stack_2428 & 42) + null !== JSCompiler_object_inline_digest_2430 && + ((JSCompiler_object_inline_stack_2431 = renderLanes & -renderLanes), + (JSCompiler_object_inline_stack_2431 = + 0 !== (JSCompiler_object_inline_stack_2431 & 42) ? 1 : getBumpedLaneForHydrationByLane( - JSCompiler_object_inline_stack_2428 + JSCompiler_object_inline_stack_2431 )), - (JSCompiler_object_inline_stack_2428 = + (JSCompiler_object_inline_stack_2431 = 0 !== - (JSCompiler_object_inline_stack_2428 & - (JSCompiler_object_inline_digest_2427.suspendedLanes | + (JSCompiler_object_inline_stack_2431 & + (JSCompiler_object_inline_digest_2430.suspendedLanes | renderLanes)) ? 0 - : JSCompiler_object_inline_stack_2428), - 0 !== JSCompiler_object_inline_stack_2428 && - JSCompiler_object_inline_stack_2428 !== prevState.retryLane) + : JSCompiler_object_inline_stack_2431), + 0 !== JSCompiler_object_inline_stack_2431 && + JSCompiler_object_inline_stack_2431 !== prevState.retryLane) ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2428), + ((prevState.retryLane = JSCompiler_object_inline_stack_2431), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2428 + JSCompiler_object_inline_stack_2431 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_digest_2427, + JSCompiler_object_inline_digest_2430, current, - JSCompiler_object_inline_stack_2428 + JSCompiler_object_inline_stack_2431 ), SelectiveHydrationException) ); - JSCompiler_object_inline_message_2426.data === + JSCompiler_object_inline_message_2429.data === SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -9276,14 +9276,14 @@ renderLanes ); } else - JSCompiler_object_inline_message_2426.data === + JSCompiler_object_inline_message_2429.data === SUSPENSE_PENDING_START_DATA ? ((workInProgress.flags |= 192), (workInProgress.child = current.child), (workInProgress = null)) : ((current = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_message_2426.nextSibling + JSCompiler_object_inline_message_2429.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -9301,57 +9301,57 @@ (treeContextProvider = workInProgress)), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2428.children + JSCompiler_object_inline_stack_2431.children )), (workInProgress.flags |= 4096)); return workInProgress; } - if (JSCompiler_object_inline_componentStack_2429) + if (JSCompiler_object_inline_componentStack_2432) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2429 = - JSCompiler_object_inline_stack_2428.fallback), - (JSCompiler_object_inline_message_2426 = workInProgress.mode), + (JSCompiler_object_inline_componentStack_2432 = + JSCompiler_object_inline_stack_2431.fallback), + (JSCompiler_object_inline_message_2429 = workInProgress.mode), (JSCompiler_temp = current.child), (instance = JSCompiler_temp.sibling), - (JSCompiler_object_inline_stack_2428 = createWorkInProgress( + (JSCompiler_object_inline_stack_2431 = createWorkInProgress( JSCompiler_temp, { mode: "hidden", - children: JSCompiler_object_inline_stack_2428.children + children: JSCompiler_object_inline_stack_2431.children } )), - (JSCompiler_object_inline_stack_2428.subtreeFlags = + (JSCompiler_object_inline_stack_2431.subtreeFlags = JSCompiler_temp.subtreeFlags & 65011712), null !== instance - ? (JSCompiler_object_inline_componentStack_2429 = + ? (JSCompiler_object_inline_componentStack_2432 = createWorkInProgress( instance, - JSCompiler_object_inline_componentStack_2429 + JSCompiler_object_inline_componentStack_2432 )) - : ((JSCompiler_object_inline_componentStack_2429 = + : ((JSCompiler_object_inline_componentStack_2432 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2429, - JSCompiler_object_inline_message_2426, + JSCompiler_object_inline_componentStack_2432, + JSCompiler_object_inline_message_2429, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2429.flags |= 2)), - (JSCompiler_object_inline_componentStack_2429.return = + (JSCompiler_object_inline_componentStack_2432.flags |= 2)), + (JSCompiler_object_inline_componentStack_2432.return = workInProgress), - (JSCompiler_object_inline_stack_2428.return = workInProgress), - (JSCompiler_object_inline_stack_2428.sibling = - JSCompiler_object_inline_componentStack_2429), - (workInProgress.child = JSCompiler_object_inline_stack_2428), - (JSCompiler_object_inline_stack_2428 = - JSCompiler_object_inline_componentStack_2429), - (JSCompiler_object_inline_componentStack_2429 = workInProgress.child), - (JSCompiler_object_inline_message_2426 = current.child.memoizedState), - null === JSCompiler_object_inline_message_2426 - ? (JSCompiler_object_inline_message_2426 = + (JSCompiler_object_inline_stack_2431.return = workInProgress), + (JSCompiler_object_inline_stack_2431.sibling = + JSCompiler_object_inline_componentStack_2432), + (workInProgress.child = JSCompiler_object_inline_stack_2431), + (JSCompiler_object_inline_stack_2431 = + JSCompiler_object_inline_componentStack_2432), + (JSCompiler_object_inline_componentStack_2432 = workInProgress.child), + (JSCompiler_object_inline_message_2429 = current.child.memoizedState), + null === JSCompiler_object_inline_message_2429 + ? (JSCompiler_object_inline_message_2429 = mountSuspenseOffscreenState(renderLanes)) : ((JSCompiler_temp = - JSCompiler_object_inline_message_2426.cachePool), + JSCompiler_object_inline_message_2429.cachePool), null !== JSCompiler_temp ? ((instance = CacheContext._currentValue), (JSCompiler_temp = @@ -9359,37 +9359,37 @@ ? { parent: instance, pool: instance } : JSCompiler_temp)) : (JSCompiler_temp = getSuspendedCache()), - (JSCompiler_object_inline_message_2426 = { + (JSCompiler_object_inline_message_2429 = { baseLanes: - JSCompiler_object_inline_message_2426.baseLanes | renderLanes, + JSCompiler_object_inline_message_2429.baseLanes | renderLanes, cachePool: JSCompiler_temp })), - (JSCompiler_object_inline_componentStack_2429.memoizedState = - JSCompiler_object_inline_message_2426), - (JSCompiler_object_inline_componentStack_2429.childLanes = + (JSCompiler_object_inline_componentStack_2432.memoizedState = + JSCompiler_object_inline_message_2429), + (JSCompiler_object_inline_componentStack_2432.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2427, + JSCompiler_object_inline_digest_2430, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2428 + JSCompiler_object_inline_stack_2431 ); pushPrimaryTreeSuspenseHandler(workInProgress); renderLanes = current.child; current = renderLanes.sibling; renderLanes = createWorkInProgress(renderLanes, { mode: "visible", - children: JSCompiler_object_inline_stack_2428.children + children: JSCompiler_object_inline_stack_2431.children }); renderLanes.return = workInProgress; renderLanes.sibling = null; null !== current && - ((JSCompiler_object_inline_digest_2427 = workInProgress.deletions), - null === JSCompiler_object_inline_digest_2427 + ((JSCompiler_object_inline_digest_2430 = workInProgress.deletions), + null === JSCompiler_object_inline_digest_2430 ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) - : JSCompiler_object_inline_digest_2427.push(current)); + : JSCompiler_object_inline_digest_2430.push(current)); workInProgress.child = renderLanes; workInProgress.memoizedState = null; return renderLanes; @@ -24759,11 +24759,11 @@ }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-canary-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-canary-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -24800,10 +24800,10 @@ !(function () { var internals = { bundleType: 1, - version: "19.1.0-canary-22e39ea7-20250225", + version: "19.1.0-canary-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-canary-22e39ea7-20250225" + reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -24947,7 +24947,7 @@ listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-client.production.js b/packages/next/src/compiled/react-dom/cjs/react-dom-client.production.js index 02414ed1c8d2e..5163572385339 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-client.production.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-client.production.js @@ -4442,19 +4442,19 @@ var ContextOnlyDispatcher = { idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1)) ).toString(32) + JSCompiler_inline_result; identifierPrefix = - ":" + identifierPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + identifierPrefix + "R" + JSCompiler_inline_result; JSCompiler_inline_result = localIdCounter++; 0 < JSCompiler_inline_result && (identifierPrefix += "H" + JSCompiler_inline_result.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (JSCompiler_inline_result = globalClientIdCounter++), (identifierPrefix = - ":" + + "\u00ab" + identifierPrefix + "r" + JSCompiler_inline_result.toString(32) + - ":"); + "\u00bb"); return (hook.memoizedState = identifierPrefix); }, useHostTransitionStatus: useHostTransitionStatus, @@ -11744,20 +11744,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1510 = 0; - i$jscomp$inline_1510 < simpleEventPluginEvents.length; - i$jscomp$inline_1510++ + var i$jscomp$inline_1512 = 0; + i$jscomp$inline_1512 < simpleEventPluginEvents.length; + i$jscomp$inline_1512++ ) { - var eventName$jscomp$inline_1511 = - simpleEventPluginEvents[i$jscomp$inline_1510], - domEventName$jscomp$inline_1512 = - eventName$jscomp$inline_1511.toLowerCase(), - capitalizedEvent$jscomp$inline_1513 = - eventName$jscomp$inline_1511[0].toUpperCase() + - eventName$jscomp$inline_1511.slice(1); + var eventName$jscomp$inline_1513 = + simpleEventPluginEvents[i$jscomp$inline_1512], + domEventName$jscomp$inline_1514 = + eventName$jscomp$inline_1513.toLowerCase(), + capitalizedEvent$jscomp$inline_1515 = + eventName$jscomp$inline_1513[0].toUpperCase() + + eventName$jscomp$inline_1513.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1512, - "on" + capitalizedEvent$jscomp$inline_1513 + domEventName$jscomp$inline_1514, + "on" + capitalizedEvent$jscomp$inline_1515 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -15250,16 +15250,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1762 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1764 = React.version; if ( - "19.1.0-canary-22e39ea7-20250225" !== - isomorphicReactPackageVersion$jscomp$inline_1762 + "19.1.0-canary-ebc22ef7-20250225" !== + isomorphicReactPackageVersion$jscomp$inline_1764 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1762, - "19.1.0-canary-22e39ea7-20250225" + isomorphicReactPackageVersion$jscomp$inline_1764, + "19.1.0-canary-ebc22ef7-20250225" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15279,24 +15279,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_2243 = { +var internals$jscomp$inline_2246 = { bundleType: 0, - version: "19.1.0-canary-22e39ea7-20250225", + version: "19.1.0-canary-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-canary-22e39ea7-20250225" + reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2244 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2247 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2244.isDisabled && - hook$jscomp$inline_2244.supportsFiber + !hook$jscomp$inline_2247.isDisabled && + hook$jscomp$inline_2247.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2244.inject( - internals$jscomp$inline_2243 + (rendererID = hook$jscomp$inline_2247.inject( + internals$jscomp$inline_2246 )), - (injectedHook = hook$jscomp$inline_2244); + (injectedHook = hook$jscomp$inline_2247); } catch (err) {} } exports.createRoot = function (container, options) { @@ -15388,4 +15388,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-profiling.development.js b/packages/next/src/compiled/react-dom/cjs/react-dom-profiling.development.js index 9412531c2f302..7e9765b64fcc8 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-profiling.development.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-profiling.development.js @@ -6411,14 +6411,14 @@ ( idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1)) ).toString(32) + treeId; - identifierPrefix = ":" + identifierPrefix + "R" + treeId; + identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId; treeId = localIdCounter++; 0 < treeId && (identifierPrefix += "H" + treeId.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (treeId = globalClientIdCounter++), (identifierPrefix = - ":" + identifierPrefix + "r" + treeId.toString(32) + ":"); + "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb"); return (hook.memoizedState = identifierPrefix); } function mountRefresh() { @@ -8984,32 +8984,32 @@ return current; } function updateSuspenseComponent(current, workInProgress, renderLanes) { - var JSCompiler_object_inline_digest_2432; - var JSCompiler_object_inline_stack_2433 = workInProgress.pendingProps; + var JSCompiler_object_inline_digest_2435; + var JSCompiler_object_inline_stack_2436 = workInProgress.pendingProps; shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128); - var JSCompiler_object_inline_componentStack_2434 = !1; + var JSCompiler_object_inline_componentStack_2437 = !1; var didSuspend = 0 !== (workInProgress.flags & 128); - (JSCompiler_object_inline_digest_2432 = didSuspend) || - (JSCompiler_object_inline_digest_2432 = + (JSCompiler_object_inline_digest_2435 = didSuspend) || + (JSCompiler_object_inline_digest_2435 = null !== current && null === current.memoizedState ? !1 : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback)); - JSCompiler_object_inline_digest_2432 && - ((JSCompiler_object_inline_componentStack_2434 = !0), + JSCompiler_object_inline_digest_2435 && + ((JSCompiler_object_inline_componentStack_2437 = !0), (workInProgress.flags &= -129)); - JSCompiler_object_inline_digest_2432 = 0 !== (workInProgress.flags & 32); + JSCompiler_object_inline_digest_2435 = 0 !== (workInProgress.flags & 32); workInProgress.flags &= -33; if (null === current) { if (isHydrating) { - JSCompiler_object_inline_componentStack_2434 + JSCompiler_object_inline_componentStack_2437 ? pushPrimaryTreeSuspenseHandler(workInProgress) : reuseSuspenseHandlerOnStack(workInProgress); if (isHydrating) { - var JSCompiler_object_inline_message_2431 = nextHydratableInstance; + var JSCompiler_object_inline_message_2434 = nextHydratableInstance; var JSCompiler_temp; - if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2431)) { + if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2434)) { c: { - var instance = JSCompiler_object_inline_message_2431; + var instance = JSCompiler_object_inline_message_2434; for ( JSCompiler_temp = rootOrSingletonContext; 8 !== instance.nodeType; @@ -9051,77 +9051,77 @@ JSCompiler_temp && (warnNonHydratedInstance( workInProgress, - JSCompiler_object_inline_message_2431 + JSCompiler_object_inline_message_2434 ), throwOnHydrationMismatch(workInProgress)); } - JSCompiler_object_inline_message_2431 = workInProgress.memoizedState; + JSCompiler_object_inline_message_2434 = workInProgress.memoizedState; if ( - null !== JSCompiler_object_inline_message_2431 && - ((JSCompiler_object_inline_message_2431 = - JSCompiler_object_inline_message_2431.dehydrated), - null !== JSCompiler_object_inline_message_2431) + null !== JSCompiler_object_inline_message_2434 && + ((JSCompiler_object_inline_message_2434 = + JSCompiler_object_inline_message_2434.dehydrated), + null !== JSCompiler_object_inline_message_2434) ) return ( - isSuspenseInstanceFallback(JSCompiler_object_inline_message_2431) + isSuspenseInstanceFallback(JSCompiler_object_inline_message_2434) ? (workInProgress.lanes = 32) : (workInProgress.lanes = 536870912), null ); popSuspenseHandler(workInProgress); } - JSCompiler_object_inline_message_2431 = - JSCompiler_object_inline_stack_2433.children; - JSCompiler_object_inline_stack_2433 = - JSCompiler_object_inline_stack_2433.fallback; - if (JSCompiler_object_inline_componentStack_2434) + JSCompiler_object_inline_message_2434 = + JSCompiler_object_inline_stack_2436.children; + JSCompiler_object_inline_stack_2436 = + JSCompiler_object_inline_stack_2436.fallback; + if (JSCompiler_object_inline_componentStack_2437) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2434 = + (JSCompiler_object_inline_componentStack_2437 = workInProgress.mode), - (JSCompiler_object_inline_message_2431 = + (JSCompiler_object_inline_message_2434 = mountWorkInProgressOffscreenFiber( { mode: "hidden", - children: JSCompiler_object_inline_message_2431 + children: JSCompiler_object_inline_message_2434 }, - JSCompiler_object_inline_componentStack_2434 + JSCompiler_object_inline_componentStack_2437 )), - (JSCompiler_object_inline_stack_2433 = createFiberFromFragment( - JSCompiler_object_inline_stack_2433, - JSCompiler_object_inline_componentStack_2434, + (JSCompiler_object_inline_stack_2436 = createFiberFromFragment( + JSCompiler_object_inline_stack_2436, + JSCompiler_object_inline_componentStack_2437, renderLanes, null )), - (JSCompiler_object_inline_message_2431.return = workInProgress), - (JSCompiler_object_inline_stack_2433.return = workInProgress), - (JSCompiler_object_inline_message_2431.sibling = - JSCompiler_object_inline_stack_2433), - (workInProgress.child = JSCompiler_object_inline_message_2431), - (JSCompiler_object_inline_componentStack_2434 = + (JSCompiler_object_inline_message_2434.return = workInProgress), + (JSCompiler_object_inline_stack_2436.return = workInProgress), + (JSCompiler_object_inline_message_2434.sibling = + JSCompiler_object_inline_stack_2436), + (workInProgress.child = JSCompiler_object_inline_message_2434), + (JSCompiler_object_inline_componentStack_2437 = workInProgress.child), - (JSCompiler_object_inline_componentStack_2434.memoizedState = + (JSCompiler_object_inline_componentStack_2437.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_componentStack_2434.childLanes = + (JSCompiler_object_inline_componentStack_2437.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2432, + JSCompiler_object_inline_digest_2435, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2433 + JSCompiler_object_inline_stack_2436 ); pushPrimaryTreeSuspenseHandler(workInProgress); return mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_message_2431 + JSCompiler_object_inline_message_2434 ); } var prevState = current.memoizedState; if ( null !== prevState && - ((JSCompiler_object_inline_message_2431 = prevState.dehydrated), - null !== JSCompiler_object_inline_message_2431) + ((JSCompiler_object_inline_message_2434 = prevState.dehydrated), + null !== JSCompiler_object_inline_message_2434) ) { if (didSuspend) workInProgress.flags & 256 @@ -9138,94 +9138,94 @@ (workInProgress.flags |= 128), (workInProgress = null)) : (reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2434 = - JSCompiler_object_inline_stack_2433.fallback), - (JSCompiler_object_inline_message_2431 = workInProgress.mode), - (JSCompiler_object_inline_stack_2433 = + (JSCompiler_object_inline_componentStack_2437 = + JSCompiler_object_inline_stack_2436.fallback), + (JSCompiler_object_inline_message_2434 = workInProgress.mode), + (JSCompiler_object_inline_stack_2436 = mountWorkInProgressOffscreenFiber( { mode: "visible", - children: JSCompiler_object_inline_stack_2433.children + children: JSCompiler_object_inline_stack_2436.children }, - JSCompiler_object_inline_message_2431 + JSCompiler_object_inline_message_2434 )), - (JSCompiler_object_inline_componentStack_2434 = + (JSCompiler_object_inline_componentStack_2437 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2434, - JSCompiler_object_inline_message_2431, + JSCompiler_object_inline_componentStack_2437, + JSCompiler_object_inline_message_2434, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2434.flags |= 2), - (JSCompiler_object_inline_stack_2433.return = workInProgress), - (JSCompiler_object_inline_componentStack_2434.return = + (JSCompiler_object_inline_componentStack_2437.flags |= 2), + (JSCompiler_object_inline_stack_2436.return = workInProgress), + (JSCompiler_object_inline_componentStack_2437.return = workInProgress), - (JSCompiler_object_inline_stack_2433.sibling = - JSCompiler_object_inline_componentStack_2434), - (workInProgress.child = JSCompiler_object_inline_stack_2433), + (JSCompiler_object_inline_stack_2436.sibling = + JSCompiler_object_inline_componentStack_2437), + (workInProgress.child = JSCompiler_object_inline_stack_2436), reconcileChildFibers( workInProgress, current.child, null, renderLanes ), - (JSCompiler_object_inline_stack_2433 = workInProgress.child), - (JSCompiler_object_inline_stack_2433.memoizedState = + (JSCompiler_object_inline_stack_2436 = workInProgress.child), + (JSCompiler_object_inline_stack_2436.memoizedState = mountSuspenseOffscreenState(renderLanes)), - (JSCompiler_object_inline_stack_2433.childLanes = + (JSCompiler_object_inline_stack_2436.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2432, + JSCompiler_object_inline_digest_2435, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), (workInProgress = - JSCompiler_object_inline_componentStack_2434)); + JSCompiler_object_inline_componentStack_2437)); else if ( (pushPrimaryTreeSuspenseHandler(workInProgress), isHydrating && console.error( "We should not be hydrating here. This is a bug in React. Please file a bug." ), - isSuspenseInstanceFallback(JSCompiler_object_inline_message_2431)) + isSuspenseInstanceFallback(JSCompiler_object_inline_message_2434)) ) { - JSCompiler_object_inline_digest_2432 = - JSCompiler_object_inline_message_2431.nextSibling && - JSCompiler_object_inline_message_2431.nextSibling.dataset; - if (JSCompiler_object_inline_digest_2432) { - JSCompiler_temp = JSCompiler_object_inline_digest_2432.dgst; - var message = JSCompiler_object_inline_digest_2432.msg; - instance = JSCompiler_object_inline_digest_2432.stck; - var componentStack = JSCompiler_object_inline_digest_2432.cstck; + JSCompiler_object_inline_digest_2435 = + JSCompiler_object_inline_message_2434.nextSibling && + JSCompiler_object_inline_message_2434.nextSibling.dataset; + if (JSCompiler_object_inline_digest_2435) { + JSCompiler_temp = JSCompiler_object_inline_digest_2435.dgst; + var message = JSCompiler_object_inline_digest_2435.msg; + instance = JSCompiler_object_inline_digest_2435.stck; + var componentStack = JSCompiler_object_inline_digest_2435.cstck; } - JSCompiler_object_inline_message_2431 = message; - JSCompiler_object_inline_digest_2432 = JSCompiler_temp; - JSCompiler_object_inline_stack_2433 = instance; - JSCompiler_temp = JSCompiler_object_inline_componentStack_2434 = + JSCompiler_object_inline_message_2434 = message; + JSCompiler_object_inline_digest_2435 = JSCompiler_temp; + JSCompiler_object_inline_stack_2436 = instance; + JSCompiler_temp = JSCompiler_object_inline_componentStack_2437 = componentStack; - JSCompiler_object_inline_componentStack_2434 = - JSCompiler_object_inline_message_2431 - ? Error(JSCompiler_object_inline_message_2431) + JSCompiler_object_inline_componentStack_2437 = + JSCompiler_object_inline_message_2434 + ? Error(JSCompiler_object_inline_message_2434) : Error( "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering." ); - JSCompiler_object_inline_componentStack_2434.stack = - JSCompiler_object_inline_stack_2433 || ""; - JSCompiler_object_inline_componentStack_2434.digest = - JSCompiler_object_inline_digest_2432; - JSCompiler_object_inline_digest_2432 = + JSCompiler_object_inline_componentStack_2437.stack = + JSCompiler_object_inline_stack_2436 || ""; + JSCompiler_object_inline_componentStack_2437.digest = + JSCompiler_object_inline_digest_2435; + JSCompiler_object_inline_digest_2435 = void 0 === JSCompiler_temp ? null : JSCompiler_temp; - JSCompiler_object_inline_stack_2433 = { - value: JSCompiler_object_inline_componentStack_2434, + JSCompiler_object_inline_stack_2436 = { + value: JSCompiler_object_inline_componentStack_2437, source: null, - stack: JSCompiler_object_inline_digest_2432 + stack: JSCompiler_object_inline_digest_2435 }; - "string" === typeof JSCompiler_object_inline_digest_2432 && + "string" === typeof JSCompiler_object_inline_digest_2435 && CapturedStacks.set( - JSCompiler_object_inline_componentStack_2434, - JSCompiler_object_inline_stack_2433 + JSCompiler_object_inline_componentStack_2437, + JSCompiler_object_inline_stack_2436 ); - queueHydrationError(JSCompiler_object_inline_stack_2433); + queueHydrationError(JSCompiler_object_inline_stack_2436); workInProgress = retrySuspenseComponentWithoutHydrating( current, workInProgress, @@ -9239,44 +9239,44 @@ renderLanes, !1 ), - (JSCompiler_object_inline_digest_2432 = + (JSCompiler_object_inline_digest_2435 = 0 !== (renderLanes & current.childLanes)), - didReceiveUpdate || JSCompiler_object_inline_digest_2432) + didReceiveUpdate || JSCompiler_object_inline_digest_2435) ) { - JSCompiler_object_inline_digest_2432 = workInProgressRoot; + JSCompiler_object_inline_digest_2435 = workInProgressRoot; if ( - null !== JSCompiler_object_inline_digest_2432 && - ((JSCompiler_object_inline_stack_2433 = renderLanes & -renderLanes), - (JSCompiler_object_inline_stack_2433 = - 0 !== (JSCompiler_object_inline_stack_2433 & 42) + null !== JSCompiler_object_inline_digest_2435 && + ((JSCompiler_object_inline_stack_2436 = renderLanes & -renderLanes), + (JSCompiler_object_inline_stack_2436 = + 0 !== (JSCompiler_object_inline_stack_2436 & 42) ? 1 : getBumpedLaneForHydrationByLane( - JSCompiler_object_inline_stack_2433 + JSCompiler_object_inline_stack_2436 )), - (JSCompiler_object_inline_stack_2433 = + (JSCompiler_object_inline_stack_2436 = 0 !== - (JSCompiler_object_inline_stack_2433 & - (JSCompiler_object_inline_digest_2432.suspendedLanes | + (JSCompiler_object_inline_stack_2436 & + (JSCompiler_object_inline_digest_2435.suspendedLanes | renderLanes)) ? 0 - : JSCompiler_object_inline_stack_2433), - 0 !== JSCompiler_object_inline_stack_2433 && - JSCompiler_object_inline_stack_2433 !== prevState.retryLane) + : JSCompiler_object_inline_stack_2436), + 0 !== JSCompiler_object_inline_stack_2436 && + JSCompiler_object_inline_stack_2436 !== prevState.retryLane) ) throw ( - ((prevState.retryLane = JSCompiler_object_inline_stack_2433), + ((prevState.retryLane = JSCompiler_object_inline_stack_2436), enqueueConcurrentRenderForLane( current, - JSCompiler_object_inline_stack_2433 + JSCompiler_object_inline_stack_2436 ), scheduleUpdateOnFiber( - JSCompiler_object_inline_digest_2432, + JSCompiler_object_inline_digest_2435, current, - JSCompiler_object_inline_stack_2433 + JSCompiler_object_inline_stack_2436 ), SelectiveHydrationException) ); - JSCompiler_object_inline_message_2431.data === + JSCompiler_object_inline_message_2434.data === SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible(); workInProgress = retrySuspenseComponentWithoutHydrating( current, @@ -9284,14 +9284,14 @@ renderLanes ); } else - JSCompiler_object_inline_message_2431.data === + JSCompiler_object_inline_message_2434.data === SUSPENSE_PENDING_START_DATA ? ((workInProgress.flags |= 192), (workInProgress.child = current.child), (workInProgress = null)) : ((current = prevState.treeContext), (nextHydratableInstance = getNextHydratable( - JSCompiler_object_inline_message_2431.nextSibling + JSCompiler_object_inline_message_2434.nextSibling )), (hydrationParentFiber = workInProgress), (isHydrating = !0), @@ -9309,57 +9309,57 @@ (treeContextProvider = workInProgress)), (workInProgress = mountSuspensePrimaryChildren( workInProgress, - JSCompiler_object_inline_stack_2433.children + JSCompiler_object_inline_stack_2436.children )), (workInProgress.flags |= 4096)); return workInProgress; } - if (JSCompiler_object_inline_componentStack_2434) + if (JSCompiler_object_inline_componentStack_2437) return ( reuseSuspenseHandlerOnStack(workInProgress), - (JSCompiler_object_inline_componentStack_2434 = - JSCompiler_object_inline_stack_2433.fallback), - (JSCompiler_object_inline_message_2431 = workInProgress.mode), + (JSCompiler_object_inline_componentStack_2437 = + JSCompiler_object_inline_stack_2436.fallback), + (JSCompiler_object_inline_message_2434 = workInProgress.mode), (JSCompiler_temp = current.child), (instance = JSCompiler_temp.sibling), - (JSCompiler_object_inline_stack_2433 = createWorkInProgress( + (JSCompiler_object_inline_stack_2436 = createWorkInProgress( JSCompiler_temp, { mode: "hidden", - children: JSCompiler_object_inline_stack_2433.children + children: JSCompiler_object_inline_stack_2436.children } )), - (JSCompiler_object_inline_stack_2433.subtreeFlags = + (JSCompiler_object_inline_stack_2436.subtreeFlags = JSCompiler_temp.subtreeFlags & 65011712), null !== instance - ? (JSCompiler_object_inline_componentStack_2434 = + ? (JSCompiler_object_inline_componentStack_2437 = createWorkInProgress( instance, - JSCompiler_object_inline_componentStack_2434 + JSCompiler_object_inline_componentStack_2437 )) - : ((JSCompiler_object_inline_componentStack_2434 = + : ((JSCompiler_object_inline_componentStack_2437 = createFiberFromFragment( - JSCompiler_object_inline_componentStack_2434, - JSCompiler_object_inline_message_2431, + JSCompiler_object_inline_componentStack_2437, + JSCompiler_object_inline_message_2434, renderLanes, null )), - (JSCompiler_object_inline_componentStack_2434.flags |= 2)), - (JSCompiler_object_inline_componentStack_2434.return = + (JSCompiler_object_inline_componentStack_2437.flags |= 2)), + (JSCompiler_object_inline_componentStack_2437.return = workInProgress), - (JSCompiler_object_inline_stack_2433.return = workInProgress), - (JSCompiler_object_inline_stack_2433.sibling = - JSCompiler_object_inline_componentStack_2434), - (workInProgress.child = JSCompiler_object_inline_stack_2433), - (JSCompiler_object_inline_stack_2433 = - JSCompiler_object_inline_componentStack_2434), - (JSCompiler_object_inline_componentStack_2434 = workInProgress.child), - (JSCompiler_object_inline_message_2431 = current.child.memoizedState), - null === JSCompiler_object_inline_message_2431 - ? (JSCompiler_object_inline_message_2431 = + (JSCompiler_object_inline_stack_2436.return = workInProgress), + (JSCompiler_object_inline_stack_2436.sibling = + JSCompiler_object_inline_componentStack_2437), + (workInProgress.child = JSCompiler_object_inline_stack_2436), + (JSCompiler_object_inline_stack_2436 = + JSCompiler_object_inline_componentStack_2437), + (JSCompiler_object_inline_componentStack_2437 = workInProgress.child), + (JSCompiler_object_inline_message_2434 = current.child.memoizedState), + null === JSCompiler_object_inline_message_2434 + ? (JSCompiler_object_inline_message_2434 = mountSuspenseOffscreenState(renderLanes)) : ((JSCompiler_temp = - JSCompiler_object_inline_message_2431.cachePool), + JSCompiler_object_inline_message_2434.cachePool), null !== JSCompiler_temp ? ((instance = CacheContext._currentValue), (JSCompiler_temp = @@ -9367,37 +9367,37 @@ ? { parent: instance, pool: instance } : JSCompiler_temp)) : (JSCompiler_temp = getSuspendedCache()), - (JSCompiler_object_inline_message_2431 = { + (JSCompiler_object_inline_message_2434 = { baseLanes: - JSCompiler_object_inline_message_2431.baseLanes | renderLanes, + JSCompiler_object_inline_message_2434.baseLanes | renderLanes, cachePool: JSCompiler_temp })), - (JSCompiler_object_inline_componentStack_2434.memoizedState = - JSCompiler_object_inline_message_2431), - (JSCompiler_object_inline_componentStack_2434.childLanes = + (JSCompiler_object_inline_componentStack_2437.memoizedState = + JSCompiler_object_inline_message_2434), + (JSCompiler_object_inline_componentStack_2437.childLanes = getRemainingWorkInPrimaryTree( current, - JSCompiler_object_inline_digest_2432, + JSCompiler_object_inline_digest_2435, renderLanes )), (workInProgress.memoizedState = SUSPENDED_MARKER), - JSCompiler_object_inline_stack_2433 + JSCompiler_object_inline_stack_2436 ); pushPrimaryTreeSuspenseHandler(workInProgress); renderLanes = current.child; current = renderLanes.sibling; renderLanes = createWorkInProgress(renderLanes, { mode: "visible", - children: JSCompiler_object_inline_stack_2433.children + children: JSCompiler_object_inline_stack_2436.children }); renderLanes.return = workInProgress; renderLanes.sibling = null; null !== current && - ((JSCompiler_object_inline_digest_2432 = workInProgress.deletions), - null === JSCompiler_object_inline_digest_2432 + ((JSCompiler_object_inline_digest_2435 = workInProgress.deletions), + null === JSCompiler_object_inline_digest_2435 ? ((workInProgress.deletions = [current]), (workInProgress.flags |= 16)) - : JSCompiler_object_inline_digest_2432.push(current)); + : JSCompiler_object_inline_digest_2435.push(current)); workInProgress.child = renderLanes; workInProgress.memoizedState = null; return renderLanes; @@ -24816,11 +24816,11 @@ }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-canary-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-canary-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -24857,10 +24857,10 @@ !(function () { var internals = { bundleType: 1, - version: "19.1.0-canary-22e39ea7-20250225", + version: "19.1.0-canary-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-canary-22e39ea7-20250225" + reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -25334,7 +25334,7 @@ exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-profiling.profiling.js b/packages/next/src/compiled/react-dom/cjs/react-dom-profiling.profiling.js index b1b0e6be8889b..d49ca4eda2b4d 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-profiling.profiling.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-profiling.profiling.js @@ -4586,19 +4586,19 @@ var ContextOnlyDispatcher = { idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1)) ).toString(32) + JSCompiler_inline_result; identifierPrefix = - ":" + identifierPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + identifierPrefix + "R" + JSCompiler_inline_result; JSCompiler_inline_result = localIdCounter++; 0 < JSCompiler_inline_result && (identifierPrefix += "H" + JSCompiler_inline_result.toString(32)); - identifierPrefix += ":"; + identifierPrefix += "\u00bb"; } else (JSCompiler_inline_result = globalClientIdCounter++), (identifierPrefix = - ":" + + "\u00ab" + identifierPrefix + "r" + JSCompiler_inline_result.toString(32) + - ":"); + "\u00bb"); return (hook.memoizedState = identifierPrefix); }, useHostTransitionStatus: useHostTransitionStatus, @@ -12373,20 +12373,20 @@ function extractEvents$1( } } for ( - var i$jscomp$inline_1604 = 0; - i$jscomp$inline_1604 < simpleEventPluginEvents.length; - i$jscomp$inline_1604++ + var i$jscomp$inline_1606 = 0; + i$jscomp$inline_1606 < simpleEventPluginEvents.length; + i$jscomp$inline_1606++ ) { - var eventName$jscomp$inline_1605 = - simpleEventPluginEvents[i$jscomp$inline_1604], - domEventName$jscomp$inline_1606 = - eventName$jscomp$inline_1605.toLowerCase(), - capitalizedEvent$jscomp$inline_1607 = - eventName$jscomp$inline_1605[0].toUpperCase() + - eventName$jscomp$inline_1605.slice(1); + var eventName$jscomp$inline_1607 = + simpleEventPluginEvents[i$jscomp$inline_1606], + domEventName$jscomp$inline_1608 = + eventName$jscomp$inline_1607.toLowerCase(), + capitalizedEvent$jscomp$inline_1609 = + eventName$jscomp$inline_1607[0].toUpperCase() + + eventName$jscomp$inline_1607.slice(1); registerSimpleEvent( - domEventName$jscomp$inline_1606, - "on" + capitalizedEvent$jscomp$inline_1607 + domEventName$jscomp$inline_1608, + "on" + capitalizedEvent$jscomp$inline_1609 ); } registerSimpleEvent(ANIMATION_END, "onAnimationEnd"); @@ -15898,16 +15898,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { 0 === i && attemptExplicitHydrationTarget(target); } }; -var isomorphicReactPackageVersion$jscomp$inline_1858 = React.version; +var isomorphicReactPackageVersion$jscomp$inline_1860 = React.version; if ( - "19.1.0-canary-22e39ea7-20250225" !== - isomorphicReactPackageVersion$jscomp$inline_1858 + "19.1.0-canary-ebc22ef7-20250225" !== + isomorphicReactPackageVersion$jscomp$inline_1860 ) throw Error( formatProdErrorMessage( 527, - isomorphicReactPackageVersion$jscomp$inline_1858, - "19.1.0-canary-22e39ea7-20250225" + isomorphicReactPackageVersion$jscomp$inline_1860, + "19.1.0-canary-ebc22ef7-20250225" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15927,12 +15927,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { null === componentOrElement ? null : componentOrElement.stateNode; return componentOrElement; }; -var internals$jscomp$inline_1865 = { +var internals$jscomp$inline_1867 = { bundleType: 0, - version: "19.1.0-canary-22e39ea7-20250225", + version: "19.1.0-canary-ebc22ef7-20250225", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-canary-22e39ea7-20250225", + reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$281 = 0; @@ -15950,16 +15950,16 @@ var internals$jscomp$inline_1865 = { } }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { - var hook$jscomp$inline_2307 = __REACT_DEVTOOLS_GLOBAL_HOOK__; + var hook$jscomp$inline_2310 = __REACT_DEVTOOLS_GLOBAL_HOOK__; if ( - !hook$jscomp$inline_2307.isDisabled && - hook$jscomp$inline_2307.supportsFiber + !hook$jscomp$inline_2310.isDisabled && + hook$jscomp$inline_2310.supportsFiber ) try { - (rendererID = hook$jscomp$inline_2307.inject( - internals$jscomp$inline_1865 + (rendererID = hook$jscomp$inline_2310.inject( + internals$jscomp$inline_1867 )), - (injectedHook = hook$jscomp$inline_2307); + (injectedHook = hook$jscomp$inline_2310); } catch (err) {} } function noop() {} @@ -16212,7 +16212,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.browser.development.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.browser.development.js index bf84801e0a108..c613d31854c0e 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.browser.development.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.browser.development.js @@ -8898,9 +8898,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -9010,5 +9010,5 @@ 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.browser.production.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.browser.production.js index 6865996ce0bc0..ef93acad915e6 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.browser.production.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.browser.production.js @@ -3274,9 +3274,9 @@ var HooksDispatcher = { if (null === resumableState) throw Error(formatProdErrorMessage(404)); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -5887,4 +5887,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.node.development.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.node.development.js index 347e5a4dfd27e..a24c43dccd581 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.node.development.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.node.development.js @@ -8898,9 +8898,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -9010,5 +9010,5 @@ 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server' ); }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.node.production.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.node.production.js index a614b3a81ca8f..1ecb2c9024d40 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.node.production.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server-legacy.node.production.js @@ -3319,9 +3319,9 @@ var HooksDispatcher = { ); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -5967,4 +5967,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server' ); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server.browser.development.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server.browser.development.js index ae5be9334c262..5c8e216c360d5 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server.browser.development.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server.browser.development.js @@ -7740,11 +7740,11 @@ } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-canary-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-canary-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } var React = require("next/dist/compiled/react"), @@ -9160,9 +9160,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -9399,5 +9399,5 @@ startWork(request); }); }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server.browser.production.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server.browser.production.js index 67835050efc9f..87828ef675aef 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server.browser.production.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server.browser.production.js @@ -3632,9 +3632,9 @@ var HooksDispatcher = { if (null === resumableState) throw Error(formatProdErrorMessage(404)); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -6227,12 +6227,12 @@ function abort(request, reason) { } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-canary-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion, - "19.1.0-canary-22e39ea7-20250225" + "19.1.0-canary-ebc22ef7-20250225" ) ); } @@ -6379,4 +6379,4 @@ exports.renderToReadableStream = function (children, options) { startWork(request); }); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server.bun.production.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server.bun.production.js index 5f3f5c653ade2..d31bffb578a02 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server.bun.production.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server.bun.production.js @@ -3285,9 +3285,9 @@ var HooksDispatcher = { ); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -5865,13 +5865,13 @@ function abort(request, reason) { } var isomorphicReactPackageVersion$jscomp$inline_761 = React.version; if ( - "19.1.0-canary-22e39ea7-20250225" !== + "19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion$jscomp$inline_761 ) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion$jscomp$inline_761 + - "\n - react-dom: 19.1.0-canary-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); exports.renderToReadableStream = function (children, options) { return new Promise(function (resolve, reject) { @@ -5962,4 +5962,4 @@ exports.renderToReadableStream = function (children, options) { startWork(request); }); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server.edge.development.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server.edge.development.js index 5e58fdca5cfdc..183b8358e9814 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server.edge.development.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server.edge.development.js @@ -7763,11 +7763,11 @@ } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-canary-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-canary-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } var React = require("next/dist/compiled/react"), @@ -9179,9 +9179,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -9429,5 +9429,5 @@ const setTimeoutOrImmediate = ? globalThis['set' + 'Immediate'] : setTimeout; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server.edge.production.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server.edge.production.js index 01916919f48c6..c9918441a6e44 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server.edge.production.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server.edge.production.js @@ -3669,9 +3669,9 @@ var HooksDispatcher = { ); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -6322,11 +6322,11 @@ function abort(request, reason) { } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-canary-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-canary-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } ensureCorrectIsomorphicReactVersion(); @@ -6483,4 +6483,4 @@ const setTimeoutOrImmediate = ? globalThis['set' + 'Immediate'] : setTimeout; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server.node.development.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server.node.development.js index 8dc5899505afd..a98ce94326055 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server.node.development.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server.node.development.js @@ -7638,11 +7638,11 @@ } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-canary-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-canary-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } function createDrainHandler(destination, request) { @@ -9104,9 +9104,9 @@ "Invalid hook call. Hooks can only be called inside of the body of a function component." ); overflow = localIdCounter++; - treeId = ":" + resumableState.idPrefix + "R" + treeId; + treeId = "\u00ab" + resumableState.idPrefix + "R" + treeId; 0 < overflow && (treeId += "H" + overflow.toString(32)); - return treeId + ":"; + return treeId + "\u00bb"; }, useSyncExternalStore: function ( subscribe, @@ -9292,5 +9292,5 @@ } }; }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom-server.node.production.js b/packages/next/src/compiled/react-dom/cjs/react-dom-server.node.production.js index 414d0346bbb4b..3fa5916a001b3 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom-server.node.production.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom-server.node.production.js @@ -3569,9 +3569,9 @@ var HooksDispatcher = { ); overflow = localIdCounter++; JSCompiler_inline_result = - ":" + resumableState.idPrefix + "R" + JSCompiler_inline_result; + "\u00ab" + resumableState.idPrefix + "R" + JSCompiler_inline_result; 0 < overflow && (JSCompiler_inline_result += "H" + overflow.toString(32)); - return JSCompiler_inline_result + ":"; + return JSCompiler_inline_result + "\u00bb"; }, useSyncExternalStore: function (subscribe, getSnapshot, getServerSnapshot) { if (void 0 === getServerSnapshot) @@ -6214,11 +6214,11 @@ function abort(request, reason) { } function ensureCorrectIsomorphicReactVersion() { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-canary-22e39ea7-20250225" !== isomorphicReactPackageVersion) + if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-canary-22e39ea7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch") ); } ensureCorrectIsomorphicReactVersion(); @@ -6367,4 +6367,4 @@ exports.renderToPipeableStream = function (children, options) { } }; }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom.development.js b/packages/next/src/compiled/react-dom/cjs/react-dom.development.js index 1ec7df661b83d..282e54e190e57 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom.development.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom.development.js @@ -416,7 +416,7 @@ exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom.production.js b/packages/next/src/compiled/react-dom/cjs/react-dom.production.js index 28bbadaeb7aa2..a03a16bebc84d 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom.production.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom.production.js @@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom.react-server.development.js b/packages/next/src/compiled/react-dom/cjs/react-dom.react-server.development.js index e4a7763c1db60..aa387c8becc5c 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom.react-server.development.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom.react-server.development.js @@ -336,5 +336,5 @@ })) : Internals.d.m(href)); }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-dom/cjs/react-dom.react-server.production.js b/packages/next/src/compiled/react-dom/cjs/react-dom.react-server.production.js index 1183d7f9f030d..f77da91d6becc 100644 --- a/packages/next/src/compiled/react-dom/cjs/react-dom.react-server.production.js +++ b/packages/next/src/compiled/react-dom/cjs/react-dom.react-server.production.js @@ -149,4 +149,4 @@ exports.preloadModule = function (href, options) { }); } else Internals.d.m(href); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-dom/package.json b/packages/next/src/compiled/react-dom/package.json index 6bb21b505e7cb..9e5519e7eddea 100644 --- a/packages/next/src/compiled/react-dom/package.json +++ b/packages/next/src/compiled/react-dom/package.json @@ -67,10 +67,10 @@ "./package.json": "./package.json" }, "dependencies": { - "scheduler": "0.26.0-canary-22e39ea7-20250225" + "scheduler": "0.26.0-canary-ebc22ef7-20250225" }, "peerDependencies": { - "react": "19.1.0-canary-22e39ea7-20250225" + "react": "19.1.0-canary-ebc22ef7-20250225" }, "browser": { "./server.js": "./server.browser.js", diff --git a/packages/next/src/compiled/react-experimental/cjs/react.development.js b/packages/next/src/compiled/react-experimental/cjs/react.development.js index 56388a05f1bd0..f2c2db27cf227 100644 --- a/packages/next/src/compiled/react-experimental/cjs/react.development.js +++ b/packages/next/src/compiled/react-experimental/cjs/react.development.js @@ -1277,7 +1277,7 @@ exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react-experimental/cjs/react.production.js b/packages/next/src/compiled/react-experimental/cjs/react.production.js index e44638338e8bf..08cd3496de55d 100644 --- a/packages/next/src/compiled/react-experimental/cjs/react.production.js +++ b/packages/next/src/compiled/react-experimental/cjs/react.production.js @@ -576,4 +576,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-experimental/cjs/react.react-server.development.js b/packages/next/src/compiled/react-experimental/cjs/react.react-server.development.js index a0bbfa6d0e7c2..285646e1ce456 100644 --- a/packages/next/src/compiled/react-experimental/cjs/react.react-server.development.js +++ b/packages/next/src/compiled/react-experimental/cjs/react.react-server.development.js @@ -981,5 +981,5 @@ exports.useMemo = function (create, deps) { return resolveDispatcher().useMemo(create, deps); }; - exports.version = "19.1.0-experimental-22e39ea7-20250225"; + exports.version = "19.1.0-experimental-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react-experimental/cjs/react.react-server.production.js b/packages/next/src/compiled/react-experimental/cjs/react.react-server.production.js index f53d9c7cdb568..f940175a3186e 100644 --- a/packages/next/src/compiled/react-experimental/cjs/react.react-server.production.js +++ b/packages/next/src/compiled/react-experimental/cjs/react.react-server.production.js @@ -561,4 +561,4 @@ exports.useId = function () { exports.useMemo = function (create, deps) { return ReactSharedInternals.H.useMemo(create, deps); }; -exports.version = "19.1.0-experimental-22e39ea7-20250225"; +exports.version = "19.1.0-experimental-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react-is/package.json b/packages/next/src/compiled/react-is/package.json index a7a479dccc297..a74940f36f55d 100644 --- a/packages/next/src/compiled/react-is/package.json +++ b/packages/next/src/compiled/react-is/package.json @@ -1,6 +1,6 @@ { "name": "react-is", - "version": "19.1.0-canary-22e39ea7-20250225", + "version": "19.1.0-canary-ebc22ef7-20250225", "description": "Brand checking of React Elements.", "main": "index.js", "sideEffects": false, diff --git a/packages/next/src/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.browser.development.js b/packages/next/src/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.browser.development.js index a32284e3cb5a5..73f6e554f04d5 100644 --- a/packages/next/src/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.browser.development.js +++ b/packages/next/src/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.browser.development.js @@ -2896,10 +2896,10 @@ return hook.checkDCE ? !0 : !1; })({ bundleType: 1, - version: "19.1.0-experimental-22e39ea7-20250225", + version: "19.1.0-experimental-ebc22ef7-20250225", rendererPackageName: "react-server-dom-turbopack", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-experimental-22e39ea7-20250225", + reconcilerVersion: "19.1.0-experimental-ebc22ef7-20250225", getCurrentComponentInfo: function () { return currentOwnerInDEV; } diff --git a/packages/next/src/compiled/react-server-dom-turbopack-experimental/package.json b/packages/next/src/compiled/react-server-dom-turbopack-experimental/package.json index 9a579ccc9f6b2..1b97e7669198b 100644 --- a/packages/next/src/compiled/react-server-dom-turbopack-experimental/package.json +++ b/packages/next/src/compiled/react-server-dom-turbopack-experimental/package.json @@ -48,7 +48,7 @@ "neo-async": "^2.6.1" }, "peerDependencies": { - "react": "0.0.0-experimental-22e39ea7-20250225", - "react-dom": "0.0.0-experimental-22e39ea7-20250225" + "react": "0.0.0-experimental-ebc22ef7-20250225", + "react-dom": "0.0.0-experimental-ebc22ef7-20250225" } } \ No newline at end of file diff --git a/packages/next/src/compiled/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js b/packages/next/src/compiled/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js index 40f075b4f4aea..28c90a7a38804 100644 --- a/packages/next/src/compiled/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js +++ b/packages/next/src/compiled/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js @@ -2647,10 +2647,10 @@ return hook.checkDCE ? !0 : !1; })({ bundleType: 1, - version: "19.1.0-canary-22e39ea7-20250225", + version: "19.1.0-canary-ebc22ef7-20250225", rendererPackageName: "react-server-dom-turbopack", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-canary-22e39ea7-20250225", + reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225", getCurrentComponentInfo: function () { return currentOwnerInDEV; } diff --git a/packages/next/src/compiled/react-server-dom-turbopack/package.json b/packages/next/src/compiled/react-server-dom-turbopack/package.json index 43267e8400451..76164bf71d850 100644 --- a/packages/next/src/compiled/react-server-dom-turbopack/package.json +++ b/packages/next/src/compiled/react-server-dom-turbopack/package.json @@ -48,7 +48,7 @@ "neo-async": "^2.6.1" }, "peerDependencies": { - "react": "19.1.0-canary-22e39ea7-20250225", - "react-dom": "19.1.0-canary-22e39ea7-20250225" + "react": "19.1.0-canary-ebc22ef7-20250225", + "react-dom": "19.1.0-canary-ebc22ef7-20250225" } } \ No newline at end of file diff --git a/packages/next/src/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-client.browser.development.js b/packages/next/src/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-client.browser.development.js index 0dd2185524f44..2d4668b15ada8 100644 --- a/packages/next/src/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-client.browser.development.js +++ b/packages/next/src/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-client.browser.development.js @@ -2911,10 +2911,10 @@ return hook.checkDCE ? !0 : !1; })({ bundleType: 1, - version: "19.1.0-experimental-22e39ea7-20250225", + version: "19.1.0-experimental-ebc22ef7-20250225", rendererPackageName: "react-server-dom-webpack", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-experimental-22e39ea7-20250225", + reconcilerVersion: "19.1.0-experimental-ebc22ef7-20250225", getCurrentComponentInfo: function () { return currentOwnerInDEV; } diff --git a/packages/next/src/compiled/react-server-dom-webpack-experimental/package.json b/packages/next/src/compiled/react-server-dom-webpack-experimental/package.json index b905558d3bb11..6171c9ac560ca 100644 --- a/packages/next/src/compiled/react-server-dom-webpack-experimental/package.json +++ b/packages/next/src/compiled/react-server-dom-webpack-experimental/package.json @@ -64,8 +64,8 @@ "webpack-sources": "^3.2.0" }, "peerDependencies": { - "react": "0.0.0-experimental-22e39ea7-20250225", - "react-dom": "0.0.0-experimental-22e39ea7-20250225", + "react": "0.0.0-experimental-ebc22ef7-20250225", + "react-dom": "0.0.0-experimental-ebc22ef7-20250225", "webpack": "^5.59.0" } } \ No newline at end of file diff --git a/packages/next/src/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js b/packages/next/src/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js index 8fe37c18ec45e..405605476f65c 100644 --- a/packages/next/src/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js +++ b/packages/next/src/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js @@ -2662,10 +2662,10 @@ return hook.checkDCE ? !0 : !1; })({ bundleType: 1, - version: "19.1.0-canary-22e39ea7-20250225", + version: "19.1.0-canary-ebc22ef7-20250225", rendererPackageName: "react-server-dom-webpack", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-canary-22e39ea7-20250225", + reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225", getCurrentComponentInfo: function () { return currentOwnerInDEV; } diff --git a/packages/next/src/compiled/react-server-dom-webpack/package.json b/packages/next/src/compiled/react-server-dom-webpack/package.json index 672a6730981b1..55f5eab67d73d 100644 --- a/packages/next/src/compiled/react-server-dom-webpack/package.json +++ b/packages/next/src/compiled/react-server-dom-webpack/package.json @@ -64,8 +64,8 @@ "webpack-sources": "^3.2.0" }, "peerDependencies": { - "react": "19.1.0-canary-22e39ea7-20250225", - "react-dom": "19.1.0-canary-22e39ea7-20250225", + "react": "19.1.0-canary-ebc22ef7-20250225", + "react-dom": "19.1.0-canary-ebc22ef7-20250225", "webpack": "^5.59.0" } } \ No newline at end of file diff --git a/packages/next/src/compiled/react/cjs/react.development.js b/packages/next/src/compiled/react/cjs/react.development.js index dd4478516ae11..33e92bd34b0b6 100644 --- a/packages/next/src/compiled/react/cjs/react.development.js +++ b/packages/next/src/compiled/react/cjs/react.development.js @@ -1238,7 +1238,7 @@ exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/packages/next/src/compiled/react/cjs/react.production.js b/packages/next/src/compiled/react/cjs/react.production.js index 9e163dcec987a..dabbb0ba62366 100644 --- a/packages/next/src/compiled/react/cjs/react.production.js +++ b/packages/next/src/compiled/react/cjs/react.production.js @@ -543,4 +543,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/react/cjs/react.react-server.development.js b/packages/next/src/compiled/react/cjs/react.react-server.development.js index a441bd691aeca..a5a27effbaf93 100644 --- a/packages/next/src/compiled/react/cjs/react.react-server.development.js +++ b/packages/next/src/compiled/react/cjs/react.react-server.development.js @@ -810,5 +810,5 @@ exports.useMemo = function (create, deps) { return resolveDispatcher().useMemo(create, deps); }; - exports.version = "19.1.0-canary-22e39ea7-20250225"; + exports.version = "19.1.0-canary-ebc22ef7-20250225"; })(); diff --git a/packages/next/src/compiled/react/cjs/react.react-server.production.js b/packages/next/src/compiled/react/cjs/react.react-server.production.js index dc3295b19404f..716c56d5450f5 100644 --- a/packages/next/src/compiled/react/cjs/react.react-server.production.js +++ b/packages/next/src/compiled/react/cjs/react.react-server.production.js @@ -426,4 +426,4 @@ exports.useId = function () { exports.useMemo = function (create, deps) { return ReactSharedInternals.H.useMemo(create, deps); }; -exports.version = "19.1.0-canary-22e39ea7-20250225"; +exports.version = "19.1.0-canary-ebc22ef7-20250225"; diff --git a/packages/next/src/compiled/unistore/unistore.js b/packages/next/src/compiled/unistore/unistore.js index 045fde1a2a341..fd86c98b30b6c 100644 --- a/packages/next/src/compiled/unistore/unistore.js +++ b/packages/next/src/compiled/unistore/unistore.js @@ -1 +1 @@ -(()=>{var t={342:t=>{function n(t,i){for(var _ in i)t[_]=i[_];return t}t.exports=function(t){var i=[];function u(t){for(var _=[],a=0;a{var t={868:t=>{function n(t,i){for(var _ in i)t[_]=i[_];return t}t.exports=function(t){var i=[];function u(t){for(var _=[],a=0;a=14.0.0'} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 '@storybook/instrumenter@8.6.0': resolution: {integrity: sha512-eEY/Hfa3Vj5Nv4vHRHlSqjoyW6oAKNK3rKIXfL/eawQwb7rKhzijDLG5YBH44Hh7dEPIqUp0LEdgpyIY7GXezg==} @@ -5495,8 +5495,8 @@ packages: resolution: {integrity: sha512-04T86VG0UJtiozgZkTR5sY1qM3E0Rgwqwllvyy7kFFdkV+Sv/VsPjW9sC38s9C8FtCYRL8pJZz81ey3oylpIMA==} engines: {node: '>=18.0.0'} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 storybook: ^8.6.0 typescript: '*' peerDependenciesMeta: @@ -5517,16 +5517,16 @@ packages: '@storybook/react-dom-shim@8.6.0': resolution: {integrity: sha512-5Y+vMHhcx0xnaNsLQMbkmjc3zkDn/fGBNsiLH2e4POvW3ZQvOxjoyxAsEQaKwLtFgsdCFSd2tR89F6ItYrA2JQ==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 storybook: ^8.6.0 '@storybook/react-webpack5@8.6.0': resolution: {integrity: sha512-2L9CYDPn1OL0B8K5EU/Wpo9Slg8f0vkYPaPioQnmcK3Q4SJR4JAuDVWHUtNdxhaPOkHIy887Tfrf6BEC/blMaQ==} engines: {node: '>=18.0.0'} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 storybook: ^8.6.0 typescript: '>= 4.2.x' peerDependenciesMeta: @@ -5538,8 +5538,8 @@ packages: engines: {node: '>=18.0.0'} peerDependencies: '@storybook/test': 8.6.0 - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 storybook: ^8.6.0 typescript: '>= 4.2.x' peerDependenciesMeta: @@ -5775,8 +5775,8 @@ packages: engines: {node: '>=18'} peerDependencies: '@types/react': 19.0.8 - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: '@types/react': optional: true @@ -11858,7 +11858,7 @@ packages: lucide-react@0.383.0: resolution: {integrity: sha512-13xlG0CQCJtzjSQYwwJ3WRqMHtRj3EXmLlorrARt7y+IHnxUCp3XyFNL1DfaGySWxHObDvnu1u1dV+0VMKHUSg==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 lz-string@1.5.0: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} @@ -14350,23 +14350,23 @@ packages: resolution: {integrity: sha512-APPU8HB2uZnpl6Vt/+0AFoVYgSRtfiP6FLrZgPPTDmqSb2R4qZRbgd0A3VzIFxDt5e+Fozjx79WjLWnF69DK8g==} engines: {node: '>=16.14.0'} - react-dom@0.0.0-experimental-22e39ea7-20250225: - resolution: {integrity: sha512-7OStxAnTt9XvrpS9WgYkV7P+3qXCHtPQ+kp93NobyqTquxuNCJcS9Ue3JgsLsnkA3ukxWwfWmsVjaKr+gCjNGw==} + react-dom@0.0.0-experimental-ebc22ef7-20250225: + resolution: {integrity: sha512-Eg9SPfjALhqOxKFV0d8qHY3o+PLvvjyArpdlmTZtP228HBlEwVEwWMWoCb1hZVodE+xjIebUbGiqZzC7T7VFTg==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 - react-dom@19.1.0-canary-22e39ea7-20250225: - resolution: {integrity: sha512-deyJ5Ov4lgtJv7YhSYrqK3APgIbaaGKfMM/koYm+0Ahu5cC7EUkDPzQv3oZaFNJ7edZzQnvZzDrSLdJO2d0hyA==} + react-dom@19.1.0-canary-ebc22ef7-20250225: + resolution: {integrity: sha512-wXyWjwt+ShlVvj6uKGURxLn82ZCNpXE/WSjH+VPErfKNh1a8cYBz5oKevn2l9UO7EX2vena2Q40pX2/zndfw9w==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 react-dom@19.1.0-canary-ff628334-20250205: resolution: {integrity: sha512-O/FFWzQNHqKLavROUliPXDPAwJcjwDcFbZmg2YfsWtSDJj1pRFTNzYvOUChC/hgBQiIM5rAiznQjBw2D9naH1g==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 - react-is@19.1.0-canary-22e39ea7-20250225: - resolution: {integrity: sha512-ls7MoAxyytTlH3i8Ayr3hZXE3GUHGj/rxR46YfcsIJcWmeURStG6DU6yvlNUakJDe7kpcnfGc8wpvBKikqBIZg==} + react-is@19.1.0-canary-ebc22ef7-20250225: + resolution: {integrity: sha512-rYciQciyJcnS5Lv0WQR+lPFwwlQis30RXct8Uyv5YnwYV8WG9nzC1OC7qjyAMFkaNgrXUj3CSxx028q9VwdU/A==} react-is@19.1.0-canary-ff628334-20250205: resolution: {integrity: sha512-tydzrH7c0S7kxlrN/Si8T4uoOWV3gMtNfTLfW3XubcKNzZwN//JEfzE1fe82nkmw7Gy2wpN6Gg+gMvOpKmiAtw==} @@ -14377,8 +14377,8 @@ packages: react-number-format@5.4.0: resolution: {integrity: sha512-NWdICrqLhI7rAS8yUeLVd6Wr4cN7UjJ9IBTS0f/a9i7UB4x4Ti70kGnksBtZ7o4Z7YRbvCMMR/jQmkoOBa/4fg==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 react-refresh@0.12.0: resolution: {integrity: sha512-suLIhrU2IHKL5JEKR/fAwJv7bbeq4kJ+pJopf77jHwuR+HmJS/HbrPIGsTBUVfw7tXPOmYv7UJ7PCaN49e8x4A==} @@ -14389,7 +14389,7 @@ packages: engines: {node: '>=10'} peerDependencies: '@types/react': 19.0.8 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: '@types/react': optional: true @@ -14399,58 +14399,58 @@ packages: engines: {node: '>=10'} peerDependencies: '@types/react': 19.0.8 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: '@types/react': optional: true - react-server-dom-turbopack@0.0.0-experimental-22e39ea7-20250225: - resolution: {integrity: sha512-T6NNzWQZ9w8+O3Az+d+Vp5Iyk4lehq9tW7A2/RWTPp2Wu8rerSqBsfrGIzR2uxVb/Cs/U1Ao8qPoQIJ0x4zMiQ==} + react-server-dom-turbopack@0.0.0-experimental-ebc22ef7-20250225: + resolution: {integrity: sha512-8owOisGdPj0ccXb5YOhHg3g7skXXZZNbUF47vTCTVp3a5N9zfaIUcfWrEqf/mR8BY1ltppAQySMn9gK5rzaRlg==} engines: {node: '>=0.10.0'} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 - react-server-dom-turbopack@19.1.0-canary-22e39ea7-20250225: - resolution: {integrity: sha512-Ttuix7MG9JYTiBiCreyRfWAeU+NOOoSglunQOLySnhoHPhJP1Z+wRhdaaczyMDI9ccWSHhuyaq8rQ8+/M1Sd2Q==} + react-server-dom-turbopack@19.1.0-canary-ebc22ef7-20250225: + resolution: {integrity: sha512-cR/hL5WZuDc3A+OsB0SF3kwwPdKVFs8549cwQ2YQuj3W1/5P+snl/fzd7tx3e0OniW0+7szbQveZopK87Dyt8w==} engines: {node: '>=0.10.0'} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 - react-server-dom-webpack@0.0.0-experimental-22e39ea7-20250225: - resolution: {integrity: sha512-wj+09iK27PoW1DlMiCJdasUl2HqzCWdM84BRqedB6YXexjpz+lS8+ByuJHwJ+s6SgrnoXmjtVn4wkQZexCDZJQ==} + react-server-dom-webpack@0.0.0-experimental-ebc22ef7-20250225: + resolution: {integrity: sha512-xpGiA3G45hSA4VdfNJXMJtoVQkeuBaCD0OmxUFVa+OLDXHfAbLbVyoqCt18wdg9wOnSFFK8PN0KdGY5fG7Qdrw==} engines: {node: '>=0.10.0'} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 webpack: 5.98.0 - react-server-dom-webpack@19.1.0-canary-22e39ea7-20250225: - resolution: {integrity: sha512-jGCqbJn/Dj7xZklaSy8unneiP6GNqHSfSHqquk5JGSEmFlXlk5S+7DnhoIQt2Z9SCmjA61SALEfONdGFuR99FQ==} + react-server-dom-webpack@19.1.0-canary-ebc22ef7-20250225: + resolution: {integrity: sha512-2KKUccHpQ6fu4Haa4iGqq2CnAFCd+Lpx85n55Poo0mt+pvtdnLew8LaevwI5LRBCw9F42e24rEcv9jkWA/pmTQ==} engines: {node: '>=0.10.0'} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 webpack: 5.98.0 react-shallow-renderer@16.15.0: resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 react-ssr-prepass@1.0.8: resolution: {integrity: sha512-O0gfRA1SaK+9ITKxqfnXsej2jF+OHGP/+GxD4unROQaM/0/UczGF9fuF+wTboxaQoKdIf4FvS3h/OigWh704VA==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-is: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-is: 19.1.0-canary-ebc22ef7-20250225 react-style-singleton@2.2.1: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: '@types/react': 19.0.8 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: '@types/react': optional: true @@ -14458,26 +14458,26 @@ packages: react-test-renderer@18.2.0: resolution: {integrity: sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 react-textarea-autosize@8.5.3: resolution: {integrity: sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==} engines: {node: '>=10'} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 react-virtualized@9.22.3: resolution: {integrity: sha512-MKovKMxWTcwPSxE1kK1HcheQTWfuCxAuBoSTf2gwyMM21NdX/PXUhnoP8Uc5dRKd+nKm8v41R36OellhdCpkrw==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 - react@0.0.0-experimental-22e39ea7-20250225: - resolution: {integrity: sha512-eU+1j1i3IhA2vd048hVrexXwhiJAk9cXvrxMu7K1f2VvTbZADSq8Hm2EQVdpAqBdGQsiSzxtmkJLb5n1cmHmPw==} + react@0.0.0-experimental-ebc22ef7-20250225: + resolution: {integrity: sha512-juKxyPjYHInV3irY9pLaF9aHhXKYQ2HHIMwMkHayXEc28P1WGy+cbE2sle4CJBJDOwLXJprdtnhSLbhK2+SUFg==} engines: {node: '>=0.10.0'} - react@19.1.0-canary-22e39ea7-20250225: - resolution: {integrity: sha512-9Pjd0zY+ldEFLg5fyMAYeUUiqpz5IWVKwrRYK5KCmSK8OMtLqSSi/WHQB6ATH/Zq71EcQynJ4IeplLR1q8umFQ==} + react@19.1.0-canary-ebc22ef7-20250225: + resolution: {integrity: sha512-NzAUJ9SyCPya6q6D10Q/YI6jkcmKcjbNP8z0ahte3CSaoE+D69uYUUTBMXG0Wo2zT4mwMCvRcK9kxOOg/oeBag==} engines: {node: '>=0.10.0'} react@19.1.0-canary-ff628334-20250205: @@ -15026,11 +15026,11 @@ packages: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} engines: {node: '>=v12.22.7'} - scheduler@0.0.0-experimental-22e39ea7-20250225: - resolution: {integrity: sha512-SvzC36kIOl3NAGxYiduJAmDKgz9jTF4v4RYM0rjRAlqRTKd5aCV8KGpJMxnu3l1jqmCooOgDb9gHTonTDuSpIw==} + scheduler@0.0.0-experimental-ebc22ef7-20250225: + resolution: {integrity: sha512-aUzAefVKddP/X64a8jlX8VtediOJQ2v7IfGQmCpu9PXRLGGug7aDS7V4QGS6Qx4RR0W0xul+4I6ryu0eIY/Lmw==} - scheduler@0.26.0-canary-22e39ea7-20250225: - resolution: {integrity: sha512-AP0xmdGqRDWq2UHgyuz/mmL83Bh+7hAJW476bAs8GWJSPExX/I6HPUCccnISy9YA2Vs1Ley7SF4b8974W+fBqA==} + scheduler@0.26.0-canary-ebc22ef7-20250225: + resolution: {integrity: sha512-bUZpj/lPWTLHTZ3trE3bDHYrmYI8b/7Hh7LA6FEdYxkblObRkdBiOv8V9DJbCLGU+Ki3LFSV6qQhHj0ESZS94A==} schema-utils@2.7.1: resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} @@ -15671,8 +15671,8 @@ packages: engines: {node: '>= 16'} peerDependencies: babel-plugin-styled-components: '>= 2' - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: babel-plugin-styled-components: optional: true @@ -15686,7 +15686,7 @@ packages: peerDependencies: '@babel/core': '*' babel-plugin-macros: '*' - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: '@babel/core': optional: true @@ -15770,7 +15770,7 @@ packages: swr@2.2.4: resolution: {integrity: sha512-njiZ/4RiIhoOlAaLYDqwz5qH/KZXVilRLvomrx83HjzCWTfa+InyfAjv05PSFxnmLzZkNO9ZfvgoqzAaEI4sGQ==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 symbol-observable@1.0.1: resolution: {integrity: sha512-Kb3PrPYz4HanVF1LVGuAdW6LoVgIwjUYJGzFe7NDrBLCN4lsV/5J0MFurV+ygS4bRVwrCEt2c7MQ1R2a72oJDw==} @@ -16567,7 +16567,7 @@ packages: engines: {node: '>=10'} peerDependencies: '@types/react': 19.0.8 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: '@types/react': optional: true @@ -16575,13 +16575,13 @@ packages: use-composed-ref@1.3.0: resolution: {integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 use-isomorphic-layout-effect@1.1.2: resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: '@types/react': optional: true @@ -16590,7 +16590,7 @@ packages: resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} peerDependencies: '@types/react': '*' - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: '@types/react': optional: true @@ -16600,7 +16600,7 @@ packages: engines: {node: '>=10'} peerDependencies: '@types/react': 19.0.8 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 peerDependenciesMeta: '@types/react': optional: true @@ -16608,7 +16608,7 @@ packages: use-sync-external-store@1.2.0: resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -19417,17 +19417,17 @@ snapshots: '@emotion/memoize@0.8.1': {} - '@emotion/react@11.11.1(@types/react@19.0.8)(react@19.1.0-canary-22e39ea7-20250225)': + '@emotion/react@11.11.1(@types/react@19.0.8)(react@19.1.0-canary-ebc22ef7-20250225)': dependencies: '@babel/runtime': 7.22.5 '@emotion/babel-plugin': 11.11.0 '@emotion/cache': 11.11.0 '@emotion/serialize': 1.1.2 - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@19.1.0-canary-22e39ea7-20250225) + '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@19.1.0-canary-ebc22ef7-20250225) '@emotion/utils': 1.2.1 '@emotion/weak-memoize': 0.3.1 hoist-non-react-statics: 3.3.2 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 optionalDependencies: '@types/react': 19.0.8 transitivePeerDependencies: @@ -19445,9 +19445,9 @@ snapshots: '@emotion/unitless@0.8.1': {} - '@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@19.1.0-canary-22e39ea7-20250225)': + '@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@19.1.0-canary-ebc22ef7-20250225)': dependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 '@emotion/utils@1.2.1': {} @@ -20991,11 +20991,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@mdx-js/react@2.2.1(react@19.1.0-canary-22e39ea7-20250225)': + '@mdx-js/react@2.2.1(react@19.1.0-canary-ebc22ef7-20250225)': dependencies: '@types/mdx': 2.0.3 '@types/react': 19.0.8 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 '@mdx-js/react@2.2.1(react@19.1.0-canary-ff628334-20250205)': dependencies: @@ -21003,11 +21003,11 @@ snapshots: '@types/react': 19.0.8 react: 19.1.0-canary-ff628334-20250205 - '@mdx-js/react@3.1.0(@types/react@19.0.8)(react@19.1.0-canary-22e39ea7-20250225)': + '@mdx-js/react@3.1.0(@types/react@19.0.8)(react@19.1.0-canary-ebc22ef7-20250225)': dependencies: '@types/mdx': 2.0.3 '@types/react': 19.0.8 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 '@module-federation/error-codes@0.8.4': {} @@ -21727,12 +21727,12 @@ snapshots: '@storybook/addon-docs@8.6.0(@types/react@19.0.8)(storybook@8.6.0(prettier@3.3.3))': dependencies: - '@mdx-js/react': 3.1.0(@types/react@19.0.8)(react@19.1.0-canary-22e39ea7-20250225) - '@storybook/blocks': 8.6.0(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3)) + '@mdx-js/react': 3.1.0(@types/react@19.0.8)(react@19.1.0-canary-ebc22ef7-20250225) + '@storybook/blocks': 8.6.0(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3)) '@storybook/csf-plugin': 8.6.0(storybook@8.6.0(prettier@3.3.3)) - '@storybook/react-dom-shim': 8.6.0(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3)) - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + '@storybook/react-dom-shim': 8.6.0(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3)) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) storybook: 8.6.0(prettier@3.3.3) ts-dedent: 2.2.0 transitivePeerDependencies: @@ -21797,14 +21797,14 @@ snapshots: - '@swc/helpers' - webpack - '@storybook/blocks@8.6.0(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3))': + '@storybook/blocks@8.6.0(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3))': dependencies: - '@storybook/icons': 1.3.0(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225) + '@storybook/icons': 1.3.0(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225) storybook: 8.6.0(prettier@3.3.3) ts-dedent: 2.2.0 optionalDependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) '@storybook/builder-webpack5@8.6.0(@rspack-canary/core@1.2.0-canary-37cc738d-20250207113050(@swc/helpers@0.5.15))(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2)': dependencies: @@ -21883,10 +21883,10 @@ snapshots: '@storybook/global@5.0.0': {} - '@storybook/icons@1.3.0(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)': + '@storybook/icons@1.3.0(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)': dependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) '@storybook/instrumenter@8.6.0(storybook@8.6.0(prettier@3.3.3))': dependencies: @@ -21898,17 +21898,17 @@ snapshots: dependencies: storybook: 8.6.0(prettier@3.3.3) - '@storybook/preset-react-webpack@8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2)(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2)': + '@storybook/preset-react-webpack@8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2)(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2)': dependencies: '@storybook/core-webpack': 8.6.0(storybook@8.6.0(prettier@3.3.3)) - '@storybook/react': 8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2) + '@storybook/react': 8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2) '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.7.2)(webpack@5.98.0(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2)) '@types/semver': 7.5.6 find-up: 5.0.0 magic-string: 0.30.17 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 react-docgen: 7.1.0 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) resolve: 1.22.8 semver: 7.6.3 storybook: 8.6.0(prettier@3.3.3) @@ -21942,19 +21942,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@storybook/react-dom-shim@8.6.0(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3))': + '@storybook/react-dom-shim@8.6.0(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3))': dependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) storybook: 8.6.0(prettier@3.3.3) - '@storybook/react-webpack5@8.6.0(@rspack-canary/core@1.2.0-canary-37cc738d-20250207113050(@swc/helpers@0.5.15))(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2)(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2)': + '@storybook/react-webpack5@8.6.0(@rspack-canary/core@1.2.0-canary-37cc738d-20250207113050(@swc/helpers@0.5.15))(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2)(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2)': dependencies: '@storybook/builder-webpack5': 8.6.0(@rspack-canary/core@1.2.0-canary-37cc738d-20250207113050(@swc/helpers@0.5.15))(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2) - '@storybook/preset-react-webpack': 8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2)(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2) - '@storybook/react': 8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2) - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + '@storybook/preset-react-webpack': 8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2)(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2) + '@storybook/react': 8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) storybook: 8.6.0(prettier@3.3.3) optionalDependencies: typescript: 5.7.2 @@ -21967,16 +21967,16 @@ snapshots: - uglify-js - webpack-cli - '@storybook/react@8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2)': + '@storybook/react@8.6.0(@storybook/test@8.6.0(storybook@8.6.0(prettier@3.3.3)))(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3))(typescript@5.7.2)': dependencies: '@storybook/components': 8.6.0(storybook@8.6.0(prettier@3.3.3)) '@storybook/global': 5.0.0 '@storybook/manager-api': 8.6.0(storybook@8.6.0(prettier@3.3.3)) '@storybook/preview-api': 8.6.0(storybook@8.6.0(prettier@3.3.3)) - '@storybook/react-dom-shim': 8.6.0(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(storybook@8.6.0(prettier@3.3.3)) + '@storybook/react-dom-shim': 8.6.0(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(storybook@8.6.0(prettier@3.3.3)) '@storybook/theming': 8.6.0(storybook@8.6.0(prettier@3.3.3)) - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) storybook: 8.6.0(prettier@3.3.3) optionalDependencies: '@storybook/test': 8.6.0(storybook@8.6.0(prettier@3.3.3)) @@ -22250,13 +22250,13 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@15.0.7(@types/react@19.0.8)(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)': + '@testing-library/react@15.0.7(@types/react@19.0.8)(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)': dependencies: '@babel/runtime': 7.22.5 '@testing-library/dom': 10.1.0 '@types/react-dom': 19.0.3(@types/react@19.0.8) - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) optionalDependencies: '@types/react': 19.0.8 @@ -27933,7 +27933,7 @@ snapshots: hoist-non-react-statics@3.3.2: dependencies: - react-is: 19.1.0-canary-22e39ea7-20250225 + react-is: 19.1.0-canary-ebc22ef7-20250225 homedir-polyfill@1.0.3: dependencies: @@ -32826,25 +32826,25 @@ snapshots: dependencies: ansi-regex: 5.0.1 ansi-styles: 5.2.0 - react-is: 19.1.0-canary-22e39ea7-20250225 + react-is: 19.1.0-canary-ebc22ef7-20250225 pretty-format@29.5.0: dependencies: '@jest/schemas': 29.4.3 ansi-styles: 5.2.0 - react-is: 19.1.0-canary-22e39ea7-20250225 + react-is: 19.1.0-canary-ebc22ef7-20250225 pretty-format@29.7.0: dependencies: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 - react-is: 19.1.0-canary-22e39ea7-20250225 + react-is: 19.1.0-canary-ebc22ef7-20250225 pretty-format@30.0.0-alpha.6: dependencies: '@jest/schemas': 30.0.0-alpha.6 ansi-styles: 5.2.0 - react-is: 19.1.0-canary-22e39ea7-20250225 + react-is: 19.1.0-canary-ebc22ef7-20250225 pretty-ms@7.0.0: dependencies: @@ -32907,7 +32907,7 @@ snapshots: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - react-is: 19.1.0-canary-22e39ea7-20250225 + react-is: 19.1.0-canary-ebc22ef7-20250225 property-information@5.6.0: dependencies: @@ -33114,22 +33114,22 @@ snapshots: transitivePeerDependencies: - supports-color - react-dom@0.0.0-experimental-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225): + react-dom@0.0.0-experimental-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225): dependencies: - react: 19.1.0-canary-22e39ea7-20250225 - scheduler: 0.26.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + scheduler: 0.26.0-canary-ebc22ef7-20250225 - react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225): + react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225): dependencies: - react: 19.1.0-canary-22e39ea7-20250225 - scheduler: 0.26.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + scheduler: 0.26.0-canary-ebc22ef7-20250225 react-dom@19.1.0-canary-ff628334-20250205(react@19.1.0-canary-ff628334-20250205): dependencies: react: 19.1.0-canary-ff628334-20250205 - scheduler: 0.26.0-canary-22e39ea7-20250225 + scheduler: 0.26.0-canary-ebc22ef7-20250225 - react-is@19.1.0-canary-22e39ea7-20250225: {} + react-is@19.1.0-canary-ebc22ef7-20250225: {} react-is@19.1.0-canary-ff628334-20250205: {} @@ -33162,48 +33162,48 @@ snapshots: optionalDependencies: '@types/react': 19.0.8 - react-server-dom-turbopack@0.0.0-experimental-22e39ea7-20250225(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225): + react-server-dom-turbopack@0.0.0-experimental-ebc22ef7-20250225(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225): dependencies: acorn-loose: 8.3.0 neo-async: 2.6.1 - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) - react-server-dom-turbopack@19.1.0-canary-22e39ea7-20250225(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225): + react-server-dom-turbopack@19.1.0-canary-ebc22ef7-20250225(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225): dependencies: acorn-loose: 8.3.0 neo-async: 2.6.1 - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) - react-server-dom-webpack@0.0.0-experimental-22e39ea7-20250225(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(webpack@5.98.0(@swc/core@1.9.3(@swc/helpers@0.5.15))): + react-server-dom-webpack@0.0.0-experimental-ebc22ef7-20250225(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(webpack@5.98.0(@swc/core@1.9.3(@swc/helpers@0.5.15))): dependencies: acorn-loose: 8.3.0 neo-async: 2.6.1 - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) webpack: 5.98.0(@swc/core@1.9.3(@swc/helpers@0.5.15)) webpack-sources: 3.2.3(patch_hash=jbynf5dc46ambamq3wuyho6hkq) - react-server-dom-webpack@19.1.0-canary-22e39ea7-20250225(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225)(webpack@5.98.0(@swc/core@1.9.3(@swc/helpers@0.5.15))): + react-server-dom-webpack@19.1.0-canary-ebc22ef7-20250225(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225)(webpack@5.98.0(@swc/core@1.9.3(@swc/helpers@0.5.15))): dependencies: acorn-loose: 8.3.0 neo-async: 2.6.1 - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) webpack: 5.98.0(@swc/core@1.9.3(@swc/helpers@0.5.15)) webpack-sources: 3.2.3(patch_hash=jbynf5dc46ambamq3wuyho6hkq) - react-shallow-renderer@16.15.0(react@19.1.0-canary-22e39ea7-20250225): + react-shallow-renderer@16.15.0(react@19.1.0-canary-ebc22ef7-20250225): dependencies: object-assign: 4.1.1 - react: 19.1.0-canary-22e39ea7-20250225 - react-is: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-is: 19.1.0-canary-ebc22ef7-20250225 - react-ssr-prepass@1.0.8(react-is@19.1.0-canary-ff628334-20250205)(react@19.1.0-canary-22e39ea7-20250225): + react-ssr-prepass@1.0.8(react-is@19.1.0-canary-ff628334-20250205)(react@19.1.0-canary-ebc22ef7-20250225): dependencies: object-is: 1.0.2 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 react-is: 19.1.0-canary-ff628334-20250205 react-style-singleton@2.2.1(@types/react@19.0.8)(react@19.1.0-canary-ff628334-20250205): @@ -33215,12 +33215,12 @@ snapshots: optionalDependencies: '@types/react': 19.0.8 - react-test-renderer@18.2.0(react@19.1.0-canary-22e39ea7-20250225): + react-test-renderer@18.2.0(react@19.1.0-canary-ebc22ef7-20250225): dependencies: - react: 19.1.0-canary-22e39ea7-20250225 - react-is: 19.1.0-canary-22e39ea7-20250225 - react-shallow-renderer: 16.15.0(react@19.1.0-canary-22e39ea7-20250225) - scheduler: 0.26.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 + react-is: 19.1.0-canary-ebc22ef7-20250225 + react-shallow-renderer: 16.15.0(react@19.1.0-canary-ebc22ef7-20250225) + scheduler: 0.26.0-canary-ebc22ef7-20250225 react-textarea-autosize@8.5.3(@types/react@19.0.8)(react@19.1.0-canary-ff628334-20250205): dependencies: @@ -33231,20 +33231,20 @@ snapshots: transitivePeerDependencies: - '@types/react' - react-virtualized@9.22.3(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225): + react-virtualized@9.22.3(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225): dependencies: '@babel/runtime': 7.22.5 clsx: 1.1.1 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) react-lifecycles-compat: 3.0.4 - react@0.0.0-experimental-22e39ea7-20250225: {} + react@0.0.0-experimental-ebc22ef7-20250225: {} - react@19.1.0-canary-22e39ea7-20250225: {} + react@19.1.0-canary-ebc22ef7-20250225: {} react@19.1.0-canary-ff628334-20250205: {} @@ -34004,9 +34004,9 @@ snapshots: dependencies: xmlchars: 2.2.0 - scheduler@0.0.0-experimental-22e39ea7-20250225: {} + scheduler@0.0.0-experimental-ebc22ef7-20250225: {} - scheduler@0.26.0-canary-22e39ea7-20250225: {} + scheduler@0.26.0-canary-ebc22ef7-20250225: {} schema-utils@2.7.1: dependencies: @@ -34763,7 +34763,7 @@ snapshots: dependencies: inline-style-parser: 0.1.1 - styled-components@6.0.0-rc.3(react-dom@19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225))(react@19.1.0-canary-22e39ea7-20250225): + styled-components@6.0.0-rc.3(react-dom@19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225))(react@19.1.0-canary-ebc22ef7-20250225): dependencies: '@babel/cli': 7.21.5(@babel/core@7.22.5) '@babel/core': 7.22.5 @@ -34778,8 +34778,8 @@ snapshots: '@emotion/unitless': 0.8.1 css-to-react-native: 3.2.0 postcss: 8.4.31 - react: 19.1.0-canary-22e39ea7-20250225 - react-dom: 19.1.0-canary-22e39ea7-20250225(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + react-dom: 19.1.0-canary-ebc22ef7-20250225(react@19.1.0-canary-ebc22ef7-20250225) shallowequal: 1.1.0 stylis: 4.2.0 tslib: 2.5.3 @@ -34791,10 +34791,10 @@ snapshots: postcss: 7.0.32 postcss-load-plugins: 2.3.0 - styled-jsx@5.1.6(@babel/core@7.22.5)(babel-plugin-macros@3.1.0)(react@19.1.0-canary-22e39ea7-20250225): + styled-jsx@5.1.6(@babel/core@7.22.5)(babel-plugin-macros@3.1.0)(react@19.1.0-canary-ebc22ef7-20250225): dependencies: client-only: 0.0.1 - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 optionalDependencies: '@babel/core': 7.22.5 babel-plugin-macros: 3.1.0 @@ -34890,11 +34890,11 @@ snapshots: '@swc/counter': 0.1.3 webpack: 5.98.0(@swc/core@1.9.3(@swc/helpers@0.5.15))(esbuild@0.24.2) - swr@2.2.4(react@19.1.0-canary-22e39ea7-20250225): + swr@2.2.4(react@19.1.0-canary-ebc22ef7-20250225): dependencies: client-only: 0.0.1 - react: 19.1.0-canary-22e39ea7-20250225 - use-sync-external-store: 1.2.0(react@19.1.0-canary-22e39ea7-20250225) + react: 19.1.0-canary-ebc22ef7-20250225 + use-sync-external-store: 1.2.0(react@19.1.0-canary-ebc22ef7-20250225) symbol-observable@1.0.1: {} @@ -35693,9 +35693,9 @@ snapshots: unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 - unistore@3.4.1(react@19.1.0-canary-22e39ea7-20250225): + unistore@3.4.1(react@19.1.0-canary-ebc22ef7-20250225): optionalDependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 universal-github-app-jwt@1.1.1: dependencies: @@ -35821,9 +35821,9 @@ snapshots: optionalDependencies: '@types/react': 19.0.8 - use-sync-external-store@1.2.0(react@19.1.0-canary-22e39ea7-20250225): + use-sync-external-store@1.2.0(react@19.1.0-canary-ebc22ef7-20250225): dependencies: - react: 19.1.0-canary-22e39ea7-20250225 + react: 19.1.0-canary-ebc22ef7-20250225 util-deprecate@1.0.2: {}