react-dom 19.1.0-canary-25677265-20250224 → 19.1.0-canary-ebc22ef7-20250225
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/react-dom-client.development.js +163 -160
- package/cjs/react-dom-client.production.js +31 -31
- package/cjs/react-dom-profiling.development.js +163 -160
- package/cjs/react-dom-profiling.profiling.js +31 -31
- package/cjs/react-dom-server-legacy.browser.development.js +3 -3
- package/cjs/react-dom-server-legacy.browser.production.js +3 -3
- package/cjs/react-dom-server-legacy.node.development.js +3 -3
- package/cjs/react-dom-server-legacy.node.production.js +3 -3
- package/cjs/react-dom-server.browser.development.js +5 -5
- package/cjs/react-dom-server.browser.production.js +5 -5
- package/cjs/react-dom-server.bun.development.js +5 -5
- package/cjs/react-dom-server.bun.production.js +5 -5
- package/cjs/react-dom-server.edge.development.js +5 -5
- package/cjs/react-dom-server.edge.production.js +5 -5
- package/cjs/react-dom-server.node.development.js +5 -5
- package/cjs/react-dom-server.node.production.js +5 -5
- package/cjs/react-dom.development.js +1 -1
- package/cjs/react-dom.production.js +1 -1
- package/cjs/react-dom.react-server.development.js +1 -1
- package/cjs/react-dom.react-server.production.js +1 -1
- package/package.json +3 -3
|
@@ -4867,7 +4867,7 @@
|
|
|
4867
4867
|
100 < thenableState.shellSuspendCounter
|
|
4868
4868
|
)
|
|
4869
4869
|
throw Error(
|
|
4870
|
-
"
|
|
4870
|
+
"An unknown Component is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server."
|
|
4871
4871
|
);
|
|
4872
4872
|
thenableState = thenable;
|
|
4873
4873
|
thenableState.status = "pending";
|
|
@@ -5067,7 +5067,10 @@
|
|
|
5067
5067
|
didWarnAboutAsyncClientComponent.has(nextRenderLanes) ||
|
|
5068
5068
|
(didWarnAboutAsyncClientComponent.add(nextRenderLanes),
|
|
5069
5069
|
console.error(
|
|
5070
|
-
"
|
|
5070
|
+
"%s is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",
|
|
5071
|
+
null === nextRenderLanes
|
|
5072
|
+
? "An unknown Component"
|
|
5073
|
+
: "<" + nextRenderLanes + ">"
|
|
5071
5074
|
));
|
|
5072
5075
|
workInProgress.memoizedState = null;
|
|
5073
5076
|
workInProgress.updateQueue = null;
|
|
@@ -6408,14 +6411,14 @@
|
|
|
6408
6411
|
(
|
|
6409
6412
|
idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1))
|
|
6410
6413
|
).toString(32) + treeId;
|
|
6411
|
-
identifierPrefix = "
|
|
6414
|
+
identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId;
|
|
6412
6415
|
treeId = localIdCounter++;
|
|
6413
6416
|
0 < treeId && (identifierPrefix += "H" + treeId.toString(32));
|
|
6414
|
-
identifierPrefix += "
|
|
6417
|
+
identifierPrefix += "\u00bb";
|
|
6415
6418
|
} else
|
|
6416
6419
|
(treeId = globalClientIdCounter++),
|
|
6417
6420
|
(identifierPrefix =
|
|
6418
|
-
"
|
|
6421
|
+
"\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb");
|
|
6419
6422
|
return (hook.memoizedState = identifierPrefix);
|
|
6420
6423
|
}
|
|
6421
6424
|
function mountRefresh() {
|
|
@@ -8981,32 +8984,32 @@
|
|
|
8981
8984
|
return current;
|
|
8982
8985
|
}
|
|
8983
8986
|
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
|
8984
|
-
var
|
|
8985
|
-
var
|
|
8987
|
+
var JSCompiler_object_inline_digest_2435;
|
|
8988
|
+
var JSCompiler_object_inline_stack_2436 = workInProgress.pendingProps;
|
|
8986
8989
|
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
|
8987
|
-
var
|
|
8990
|
+
var JSCompiler_object_inline_componentStack_2437 = !1;
|
|
8988
8991
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
|
8989
|
-
(
|
|
8990
|
-
(
|
|
8992
|
+
(JSCompiler_object_inline_digest_2435 = didSuspend) ||
|
|
8993
|
+
(JSCompiler_object_inline_digest_2435 =
|
|
8991
8994
|
null !== current && null === current.memoizedState
|
|
8992
8995
|
? !1
|
|
8993
8996
|
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
|
8994
|
-
|
|
8995
|
-
((
|
|
8997
|
+
JSCompiler_object_inline_digest_2435 &&
|
|
8998
|
+
((JSCompiler_object_inline_componentStack_2437 = !0),
|
|
8996
8999
|
(workInProgress.flags &= -129));
|
|
8997
|
-
|
|
9000
|
+
JSCompiler_object_inline_digest_2435 = 0 !== (workInProgress.flags & 32);
|
|
8998
9001
|
workInProgress.flags &= -33;
|
|
8999
9002
|
if (null === current) {
|
|
9000
9003
|
if (isHydrating) {
|
|
9001
|
-
|
|
9004
|
+
JSCompiler_object_inline_componentStack_2437
|
|
9002
9005
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
|
9003
9006
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
|
9004
9007
|
if (isHydrating) {
|
|
9005
|
-
var
|
|
9008
|
+
var JSCompiler_object_inline_message_2434 = nextHydratableInstance;
|
|
9006
9009
|
var JSCompiler_temp;
|
|
9007
|
-
if (!(JSCompiler_temp = !
|
|
9010
|
+
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2434)) {
|
|
9008
9011
|
c: {
|
|
9009
|
-
var instance =
|
|
9012
|
+
var instance = JSCompiler_object_inline_message_2434;
|
|
9010
9013
|
for (
|
|
9011
9014
|
JSCompiler_temp = rootOrSingletonContext;
|
|
9012
9015
|
8 !== instance.nodeType;
|
|
@@ -9048,77 +9051,77 @@
|
|
|
9048
9051
|
JSCompiler_temp &&
|
|
9049
9052
|
(warnNonHydratedInstance(
|
|
9050
9053
|
workInProgress,
|
|
9051
|
-
|
|
9054
|
+
JSCompiler_object_inline_message_2434
|
|
9052
9055
|
),
|
|
9053
9056
|
throwOnHydrationMismatch(workInProgress));
|
|
9054
9057
|
}
|
|
9055
|
-
|
|
9058
|
+
JSCompiler_object_inline_message_2434 = workInProgress.memoizedState;
|
|
9056
9059
|
if (
|
|
9057
|
-
null !==
|
|
9058
|
-
((
|
|
9059
|
-
|
|
9060
|
-
null !==
|
|
9060
|
+
null !== JSCompiler_object_inline_message_2434 &&
|
|
9061
|
+
((JSCompiler_object_inline_message_2434 =
|
|
9062
|
+
JSCompiler_object_inline_message_2434.dehydrated),
|
|
9063
|
+
null !== JSCompiler_object_inline_message_2434)
|
|
9061
9064
|
)
|
|
9062
9065
|
return (
|
|
9063
|
-
isSuspenseInstanceFallback(
|
|
9066
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2434)
|
|
9064
9067
|
? (workInProgress.lanes = 32)
|
|
9065
9068
|
: (workInProgress.lanes = 536870912),
|
|
9066
9069
|
null
|
|
9067
9070
|
);
|
|
9068
9071
|
popSuspenseHandler(workInProgress);
|
|
9069
9072
|
}
|
|
9070
|
-
|
|
9071
|
-
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
if (
|
|
9073
|
+
JSCompiler_object_inline_message_2434 =
|
|
9074
|
+
JSCompiler_object_inline_stack_2436.children;
|
|
9075
|
+
JSCompiler_object_inline_stack_2436 =
|
|
9076
|
+
JSCompiler_object_inline_stack_2436.fallback;
|
|
9077
|
+
if (JSCompiler_object_inline_componentStack_2437)
|
|
9075
9078
|
return (
|
|
9076
9079
|
reuseSuspenseHandlerOnStack(workInProgress),
|
|
9077
|
-
(
|
|
9080
|
+
(JSCompiler_object_inline_componentStack_2437 =
|
|
9078
9081
|
workInProgress.mode),
|
|
9079
|
-
(
|
|
9082
|
+
(JSCompiler_object_inline_message_2434 =
|
|
9080
9083
|
mountWorkInProgressOffscreenFiber(
|
|
9081
9084
|
{
|
|
9082
9085
|
mode: "hidden",
|
|
9083
|
-
children:
|
|
9086
|
+
children: JSCompiler_object_inline_message_2434
|
|
9084
9087
|
},
|
|
9085
|
-
|
|
9088
|
+
JSCompiler_object_inline_componentStack_2437
|
|
9086
9089
|
)),
|
|
9087
|
-
(
|
|
9088
|
-
|
|
9089
|
-
|
|
9090
|
+
(JSCompiler_object_inline_stack_2436 = createFiberFromFragment(
|
|
9091
|
+
JSCompiler_object_inline_stack_2436,
|
|
9092
|
+
JSCompiler_object_inline_componentStack_2437,
|
|
9090
9093
|
renderLanes,
|
|
9091
9094
|
null
|
|
9092
9095
|
)),
|
|
9093
|
-
(
|
|
9094
|
-
(
|
|
9095
|
-
(
|
|
9096
|
-
|
|
9097
|
-
(workInProgress.child =
|
|
9098
|
-
(
|
|
9096
|
+
(JSCompiler_object_inline_message_2434.return = workInProgress),
|
|
9097
|
+
(JSCompiler_object_inline_stack_2436.return = workInProgress),
|
|
9098
|
+
(JSCompiler_object_inline_message_2434.sibling =
|
|
9099
|
+
JSCompiler_object_inline_stack_2436),
|
|
9100
|
+
(workInProgress.child = JSCompiler_object_inline_message_2434),
|
|
9101
|
+
(JSCompiler_object_inline_componentStack_2437 =
|
|
9099
9102
|
workInProgress.child),
|
|
9100
|
-
(
|
|
9103
|
+
(JSCompiler_object_inline_componentStack_2437.memoizedState =
|
|
9101
9104
|
mountSuspenseOffscreenState(renderLanes)),
|
|
9102
|
-
(
|
|
9105
|
+
(JSCompiler_object_inline_componentStack_2437.childLanes =
|
|
9103
9106
|
getRemainingWorkInPrimaryTree(
|
|
9104
9107
|
current,
|
|
9105
|
-
|
|
9108
|
+
JSCompiler_object_inline_digest_2435,
|
|
9106
9109
|
renderLanes
|
|
9107
9110
|
)),
|
|
9108
9111
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
|
9109
|
-
|
|
9112
|
+
JSCompiler_object_inline_stack_2436
|
|
9110
9113
|
);
|
|
9111
9114
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
|
9112
9115
|
return mountSuspensePrimaryChildren(
|
|
9113
9116
|
workInProgress,
|
|
9114
|
-
|
|
9117
|
+
JSCompiler_object_inline_message_2434
|
|
9115
9118
|
);
|
|
9116
9119
|
}
|
|
9117
9120
|
var prevState = current.memoizedState;
|
|
9118
9121
|
if (
|
|
9119
9122
|
null !== prevState &&
|
|
9120
|
-
((
|
|
9121
|
-
null !==
|
|
9123
|
+
((JSCompiler_object_inline_message_2434 = prevState.dehydrated),
|
|
9124
|
+
null !== JSCompiler_object_inline_message_2434)
|
|
9122
9125
|
) {
|
|
9123
9126
|
if (didSuspend)
|
|
9124
9127
|
workInProgress.flags & 256
|
|
@@ -9135,94 +9138,94 @@
|
|
|
9135
9138
|
(workInProgress.flags |= 128),
|
|
9136
9139
|
(workInProgress = null))
|
|
9137
9140
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
|
9138
|
-
(
|
|
9139
|
-
|
|
9140
|
-
(
|
|
9141
|
-
(
|
|
9141
|
+
(JSCompiler_object_inline_componentStack_2437 =
|
|
9142
|
+
JSCompiler_object_inline_stack_2436.fallback),
|
|
9143
|
+
(JSCompiler_object_inline_message_2434 = workInProgress.mode),
|
|
9144
|
+
(JSCompiler_object_inline_stack_2436 =
|
|
9142
9145
|
mountWorkInProgressOffscreenFiber(
|
|
9143
9146
|
{
|
|
9144
9147
|
mode: "visible",
|
|
9145
|
-
children:
|
|
9148
|
+
children: JSCompiler_object_inline_stack_2436.children
|
|
9146
9149
|
},
|
|
9147
|
-
|
|
9150
|
+
JSCompiler_object_inline_message_2434
|
|
9148
9151
|
)),
|
|
9149
|
-
(
|
|
9152
|
+
(JSCompiler_object_inline_componentStack_2437 =
|
|
9150
9153
|
createFiberFromFragment(
|
|
9151
|
-
|
|
9152
|
-
|
|
9154
|
+
JSCompiler_object_inline_componentStack_2437,
|
|
9155
|
+
JSCompiler_object_inline_message_2434,
|
|
9153
9156
|
renderLanes,
|
|
9154
9157
|
null
|
|
9155
9158
|
)),
|
|
9156
|
-
(
|
|
9157
|
-
(
|
|
9158
|
-
(
|
|
9159
|
+
(JSCompiler_object_inline_componentStack_2437.flags |= 2),
|
|
9160
|
+
(JSCompiler_object_inline_stack_2436.return = workInProgress),
|
|
9161
|
+
(JSCompiler_object_inline_componentStack_2437.return =
|
|
9159
9162
|
workInProgress),
|
|
9160
|
-
(
|
|
9161
|
-
|
|
9162
|
-
(workInProgress.child =
|
|
9163
|
+
(JSCompiler_object_inline_stack_2436.sibling =
|
|
9164
|
+
JSCompiler_object_inline_componentStack_2437),
|
|
9165
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2436),
|
|
9163
9166
|
reconcileChildFibers(
|
|
9164
9167
|
workInProgress,
|
|
9165
9168
|
current.child,
|
|
9166
9169
|
null,
|
|
9167
9170
|
renderLanes
|
|
9168
9171
|
),
|
|
9169
|
-
(
|
|
9170
|
-
(
|
|
9172
|
+
(JSCompiler_object_inline_stack_2436 = workInProgress.child),
|
|
9173
|
+
(JSCompiler_object_inline_stack_2436.memoizedState =
|
|
9171
9174
|
mountSuspenseOffscreenState(renderLanes)),
|
|
9172
|
-
(
|
|
9175
|
+
(JSCompiler_object_inline_stack_2436.childLanes =
|
|
9173
9176
|
getRemainingWorkInPrimaryTree(
|
|
9174
9177
|
current,
|
|
9175
|
-
|
|
9178
|
+
JSCompiler_object_inline_digest_2435,
|
|
9176
9179
|
renderLanes
|
|
9177
9180
|
)),
|
|
9178
9181
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
|
9179
9182
|
(workInProgress =
|
|
9180
|
-
|
|
9183
|
+
JSCompiler_object_inline_componentStack_2437));
|
|
9181
9184
|
else if (
|
|
9182
9185
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
|
9183
9186
|
isHydrating &&
|
|
9184
9187
|
console.error(
|
|
9185
9188
|
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
|
9186
9189
|
),
|
|
9187
|
-
isSuspenseInstanceFallback(
|
|
9190
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2434))
|
|
9188
9191
|
) {
|
|
9189
|
-
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
if (
|
|
9193
|
-
JSCompiler_temp =
|
|
9194
|
-
var message =
|
|
9195
|
-
instance =
|
|
9196
|
-
var componentStack =
|
|
9192
|
+
JSCompiler_object_inline_digest_2435 =
|
|
9193
|
+
JSCompiler_object_inline_message_2434.nextSibling &&
|
|
9194
|
+
JSCompiler_object_inline_message_2434.nextSibling.dataset;
|
|
9195
|
+
if (JSCompiler_object_inline_digest_2435) {
|
|
9196
|
+
JSCompiler_temp = JSCompiler_object_inline_digest_2435.dgst;
|
|
9197
|
+
var message = JSCompiler_object_inline_digest_2435.msg;
|
|
9198
|
+
instance = JSCompiler_object_inline_digest_2435.stck;
|
|
9199
|
+
var componentStack = JSCompiler_object_inline_digest_2435.cstck;
|
|
9197
9200
|
}
|
|
9198
|
-
|
|
9199
|
-
|
|
9200
|
-
|
|
9201
|
-
JSCompiler_temp =
|
|
9201
|
+
JSCompiler_object_inline_message_2434 = message;
|
|
9202
|
+
JSCompiler_object_inline_digest_2435 = JSCompiler_temp;
|
|
9203
|
+
JSCompiler_object_inline_stack_2436 = instance;
|
|
9204
|
+
JSCompiler_temp = JSCompiler_object_inline_componentStack_2437 =
|
|
9202
9205
|
componentStack;
|
|
9203
|
-
|
|
9204
|
-
|
|
9205
|
-
? Error(
|
|
9206
|
+
JSCompiler_object_inline_componentStack_2437 =
|
|
9207
|
+
JSCompiler_object_inline_message_2434
|
|
9208
|
+
? Error(JSCompiler_object_inline_message_2434)
|
|
9206
9209
|
: Error(
|
|
9207
9210
|
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
|
9208
9211
|
);
|
|
9209
|
-
|
|
9210
|
-
|
|
9211
|
-
|
|
9212
|
-
|
|
9213
|
-
|
|
9212
|
+
JSCompiler_object_inline_componentStack_2437.stack =
|
|
9213
|
+
JSCompiler_object_inline_stack_2436 || "";
|
|
9214
|
+
JSCompiler_object_inline_componentStack_2437.digest =
|
|
9215
|
+
JSCompiler_object_inline_digest_2435;
|
|
9216
|
+
JSCompiler_object_inline_digest_2435 =
|
|
9214
9217
|
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
|
9215
|
-
|
|
9216
|
-
value:
|
|
9218
|
+
JSCompiler_object_inline_stack_2436 = {
|
|
9219
|
+
value: JSCompiler_object_inline_componentStack_2437,
|
|
9217
9220
|
source: null,
|
|
9218
|
-
stack:
|
|
9221
|
+
stack: JSCompiler_object_inline_digest_2435
|
|
9219
9222
|
};
|
|
9220
|
-
"string" === typeof
|
|
9223
|
+
"string" === typeof JSCompiler_object_inline_digest_2435 &&
|
|
9221
9224
|
CapturedStacks.set(
|
|
9222
|
-
|
|
9223
|
-
|
|
9225
|
+
JSCompiler_object_inline_componentStack_2437,
|
|
9226
|
+
JSCompiler_object_inline_stack_2436
|
|
9224
9227
|
);
|
|
9225
|
-
queueHydrationError(
|
|
9228
|
+
queueHydrationError(JSCompiler_object_inline_stack_2436);
|
|
9226
9229
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
|
9227
9230
|
current,
|
|
9228
9231
|
workInProgress,
|
|
@@ -9236,44 +9239,44 @@
|
|
|
9236
9239
|
renderLanes,
|
|
9237
9240
|
!1
|
|
9238
9241
|
),
|
|
9239
|
-
(
|
|
9242
|
+
(JSCompiler_object_inline_digest_2435 =
|
|
9240
9243
|
0 !== (renderLanes & current.childLanes)),
|
|
9241
|
-
didReceiveUpdate ||
|
|
9244
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2435)
|
|
9242
9245
|
) {
|
|
9243
|
-
|
|
9246
|
+
JSCompiler_object_inline_digest_2435 = workInProgressRoot;
|
|
9244
9247
|
if (
|
|
9245
|
-
null !==
|
|
9246
|
-
((
|
|
9247
|
-
(
|
|
9248
|
-
0 !== (
|
|
9248
|
+
null !== JSCompiler_object_inline_digest_2435 &&
|
|
9249
|
+
((JSCompiler_object_inline_stack_2436 = renderLanes & -renderLanes),
|
|
9250
|
+
(JSCompiler_object_inline_stack_2436 =
|
|
9251
|
+
0 !== (JSCompiler_object_inline_stack_2436 & 42)
|
|
9249
9252
|
? 1
|
|
9250
9253
|
: getBumpedLaneForHydrationByLane(
|
|
9251
|
-
|
|
9254
|
+
JSCompiler_object_inline_stack_2436
|
|
9252
9255
|
)),
|
|
9253
|
-
(
|
|
9256
|
+
(JSCompiler_object_inline_stack_2436 =
|
|
9254
9257
|
0 !==
|
|
9255
|
-
(
|
|
9256
|
-
(
|
|
9258
|
+
(JSCompiler_object_inline_stack_2436 &
|
|
9259
|
+
(JSCompiler_object_inline_digest_2435.suspendedLanes |
|
|
9257
9260
|
renderLanes))
|
|
9258
9261
|
? 0
|
|
9259
|
-
:
|
|
9260
|
-
0 !==
|
|
9261
|
-
|
|
9262
|
+
: JSCompiler_object_inline_stack_2436),
|
|
9263
|
+
0 !== JSCompiler_object_inline_stack_2436 &&
|
|
9264
|
+
JSCompiler_object_inline_stack_2436 !== prevState.retryLane)
|
|
9262
9265
|
)
|
|
9263
9266
|
throw (
|
|
9264
|
-
((prevState.retryLane =
|
|
9267
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2436),
|
|
9265
9268
|
enqueueConcurrentRenderForLane(
|
|
9266
9269
|
current,
|
|
9267
|
-
|
|
9270
|
+
JSCompiler_object_inline_stack_2436
|
|
9268
9271
|
),
|
|
9269
9272
|
scheduleUpdateOnFiber(
|
|
9270
|
-
|
|
9273
|
+
JSCompiler_object_inline_digest_2435,
|
|
9271
9274
|
current,
|
|
9272
|
-
|
|
9275
|
+
JSCompiler_object_inline_stack_2436
|
|
9273
9276
|
),
|
|
9274
9277
|
SelectiveHydrationException)
|
|
9275
9278
|
);
|
|
9276
|
-
|
|
9279
|
+
JSCompiler_object_inline_message_2434.data ===
|
|
9277
9280
|
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
|
9278
9281
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
|
9279
9282
|
current,
|
|
@@ -9281,14 +9284,14 @@
|
|
|
9281
9284
|
renderLanes
|
|
9282
9285
|
);
|
|
9283
9286
|
} else
|
|
9284
|
-
|
|
9287
|
+
JSCompiler_object_inline_message_2434.data ===
|
|
9285
9288
|
SUSPENSE_PENDING_START_DATA
|
|
9286
9289
|
? ((workInProgress.flags |= 192),
|
|
9287
9290
|
(workInProgress.child = current.child),
|
|
9288
9291
|
(workInProgress = null))
|
|
9289
9292
|
: ((current = prevState.treeContext),
|
|
9290
9293
|
(nextHydratableInstance = getNextHydratable(
|
|
9291
|
-
|
|
9294
|
+
JSCompiler_object_inline_message_2434.nextSibling
|
|
9292
9295
|
)),
|
|
9293
9296
|
(hydrationParentFiber = workInProgress),
|
|
9294
9297
|
(isHydrating = !0),
|
|
@@ -9306,57 +9309,57 @@
|
|
|
9306
9309
|
(treeContextProvider = workInProgress)),
|
|
9307
9310
|
(workInProgress = mountSuspensePrimaryChildren(
|
|
9308
9311
|
workInProgress,
|
|
9309
|
-
|
|
9312
|
+
JSCompiler_object_inline_stack_2436.children
|
|
9310
9313
|
)),
|
|
9311
9314
|
(workInProgress.flags |= 4096));
|
|
9312
9315
|
return workInProgress;
|
|
9313
9316
|
}
|
|
9314
|
-
if (
|
|
9317
|
+
if (JSCompiler_object_inline_componentStack_2437)
|
|
9315
9318
|
return (
|
|
9316
9319
|
reuseSuspenseHandlerOnStack(workInProgress),
|
|
9317
|
-
(
|
|
9318
|
-
|
|
9319
|
-
(
|
|
9320
|
+
(JSCompiler_object_inline_componentStack_2437 =
|
|
9321
|
+
JSCompiler_object_inline_stack_2436.fallback),
|
|
9322
|
+
(JSCompiler_object_inline_message_2434 = workInProgress.mode),
|
|
9320
9323
|
(JSCompiler_temp = current.child),
|
|
9321
9324
|
(instance = JSCompiler_temp.sibling),
|
|
9322
|
-
(
|
|
9325
|
+
(JSCompiler_object_inline_stack_2436 = createWorkInProgress(
|
|
9323
9326
|
JSCompiler_temp,
|
|
9324
9327
|
{
|
|
9325
9328
|
mode: "hidden",
|
|
9326
|
-
children:
|
|
9329
|
+
children: JSCompiler_object_inline_stack_2436.children
|
|
9327
9330
|
}
|
|
9328
9331
|
)),
|
|
9329
|
-
(
|
|
9332
|
+
(JSCompiler_object_inline_stack_2436.subtreeFlags =
|
|
9330
9333
|
JSCompiler_temp.subtreeFlags & 65011712),
|
|
9331
9334
|
null !== instance
|
|
9332
|
-
? (
|
|
9335
|
+
? (JSCompiler_object_inline_componentStack_2437 =
|
|
9333
9336
|
createWorkInProgress(
|
|
9334
9337
|
instance,
|
|
9335
|
-
|
|
9338
|
+
JSCompiler_object_inline_componentStack_2437
|
|
9336
9339
|
))
|
|
9337
|
-
: ((
|
|
9340
|
+
: ((JSCompiler_object_inline_componentStack_2437 =
|
|
9338
9341
|
createFiberFromFragment(
|
|
9339
|
-
|
|
9340
|
-
|
|
9342
|
+
JSCompiler_object_inline_componentStack_2437,
|
|
9343
|
+
JSCompiler_object_inline_message_2434,
|
|
9341
9344
|
renderLanes,
|
|
9342
9345
|
null
|
|
9343
9346
|
)),
|
|
9344
|
-
(
|
|
9345
|
-
(
|
|
9347
|
+
(JSCompiler_object_inline_componentStack_2437.flags |= 2)),
|
|
9348
|
+
(JSCompiler_object_inline_componentStack_2437.return =
|
|
9346
9349
|
workInProgress),
|
|
9347
|
-
(
|
|
9348
|
-
(
|
|
9349
|
-
|
|
9350
|
-
(workInProgress.child =
|
|
9351
|
-
(
|
|
9352
|
-
|
|
9353
|
-
(
|
|
9354
|
-
(
|
|
9355
|
-
null ===
|
|
9356
|
-
? (
|
|
9350
|
+
(JSCompiler_object_inline_stack_2436.return = workInProgress),
|
|
9351
|
+
(JSCompiler_object_inline_stack_2436.sibling =
|
|
9352
|
+
JSCompiler_object_inline_componentStack_2437),
|
|
9353
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2436),
|
|
9354
|
+
(JSCompiler_object_inline_stack_2436 =
|
|
9355
|
+
JSCompiler_object_inline_componentStack_2437),
|
|
9356
|
+
(JSCompiler_object_inline_componentStack_2437 = workInProgress.child),
|
|
9357
|
+
(JSCompiler_object_inline_message_2434 = current.child.memoizedState),
|
|
9358
|
+
null === JSCompiler_object_inline_message_2434
|
|
9359
|
+
? (JSCompiler_object_inline_message_2434 =
|
|
9357
9360
|
mountSuspenseOffscreenState(renderLanes))
|
|
9358
9361
|
: ((JSCompiler_temp =
|
|
9359
|
-
|
|
9362
|
+
JSCompiler_object_inline_message_2434.cachePool),
|
|
9360
9363
|
null !== JSCompiler_temp
|
|
9361
9364
|
? ((instance = CacheContext._currentValue),
|
|
9362
9365
|
(JSCompiler_temp =
|
|
@@ -9364,37 +9367,37 @@
|
|
|
9364
9367
|
? { parent: instance, pool: instance }
|
|
9365
9368
|
: JSCompiler_temp))
|
|
9366
9369
|
: (JSCompiler_temp = getSuspendedCache()),
|
|
9367
|
-
(
|
|
9370
|
+
(JSCompiler_object_inline_message_2434 = {
|
|
9368
9371
|
baseLanes:
|
|
9369
|
-
|
|
9372
|
+
JSCompiler_object_inline_message_2434.baseLanes | renderLanes,
|
|
9370
9373
|
cachePool: JSCompiler_temp
|
|
9371
9374
|
})),
|
|
9372
|
-
(
|
|
9373
|
-
|
|
9374
|
-
(
|
|
9375
|
+
(JSCompiler_object_inline_componentStack_2437.memoizedState =
|
|
9376
|
+
JSCompiler_object_inline_message_2434),
|
|
9377
|
+
(JSCompiler_object_inline_componentStack_2437.childLanes =
|
|
9375
9378
|
getRemainingWorkInPrimaryTree(
|
|
9376
9379
|
current,
|
|
9377
|
-
|
|
9380
|
+
JSCompiler_object_inline_digest_2435,
|
|
9378
9381
|
renderLanes
|
|
9379
9382
|
)),
|
|
9380
9383
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
|
9381
|
-
|
|
9384
|
+
JSCompiler_object_inline_stack_2436
|
|
9382
9385
|
);
|
|
9383
9386
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
|
9384
9387
|
renderLanes = current.child;
|
|
9385
9388
|
current = renderLanes.sibling;
|
|
9386
9389
|
renderLanes = createWorkInProgress(renderLanes, {
|
|
9387
9390
|
mode: "visible",
|
|
9388
|
-
children:
|
|
9391
|
+
children: JSCompiler_object_inline_stack_2436.children
|
|
9389
9392
|
});
|
|
9390
9393
|
renderLanes.return = workInProgress;
|
|
9391
9394
|
renderLanes.sibling = null;
|
|
9392
9395
|
null !== current &&
|
|
9393
|
-
((
|
|
9394
|
-
null ===
|
|
9396
|
+
((JSCompiler_object_inline_digest_2435 = workInProgress.deletions),
|
|
9397
|
+
null === JSCompiler_object_inline_digest_2435
|
|
9395
9398
|
? ((workInProgress.deletions = [current]),
|
|
9396
9399
|
(workInProgress.flags |= 16))
|
|
9397
|
-
:
|
|
9400
|
+
: JSCompiler_object_inline_digest_2435.push(current));
|
|
9398
9401
|
workInProgress.child = renderLanes;
|
|
9399
9402
|
workInProgress.memoizedState = null;
|
|
9400
9403
|
return renderLanes;
|
|
@@ -24813,11 +24816,11 @@
|
|
|
24813
24816
|
};
|
|
24814
24817
|
(function () {
|
|
24815
24818
|
var isomorphicReactPackageVersion = React.version;
|
|
24816
|
-
if ("19.1.0-canary-
|
|
24819
|
+
if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
|
|
24817
24820
|
throw Error(
|
|
24818
24821
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
24819
24822
|
(isomorphicReactPackageVersion +
|
|
24820
|
-
"\n - react-dom: 19.1.0-canary-
|
|
24823
|
+
"\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
24821
24824
|
);
|
|
24822
24825
|
})();
|
|
24823
24826
|
("function" === typeof Map &&
|
|
@@ -24854,10 +24857,10 @@
|
|
|
24854
24857
|
!(function () {
|
|
24855
24858
|
var internals = {
|
|
24856
24859
|
bundleType: 1,
|
|
24857
|
-
version: "19.1.0-canary-
|
|
24860
|
+
version: "19.1.0-canary-ebc22ef7-20250225",
|
|
24858
24861
|
rendererPackageName: "react-dom",
|
|
24859
24862
|
currentDispatcherRef: ReactSharedInternals,
|
|
24860
|
-
reconcilerVersion: "19.1.0-canary-
|
|
24863
|
+
reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225"
|
|
24861
24864
|
};
|
|
24862
24865
|
internals.overrideHookState = overrideHookState;
|
|
24863
24866
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -25331,7 +25334,7 @@
|
|
|
25331
25334
|
exports.useFormStatus = function () {
|
|
25332
25335
|
return resolveDispatcher().useHostTransitionStatus();
|
|
25333
25336
|
};
|
|
25334
|
-
exports.version = "19.1.0-canary-
|
|
25337
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
25335
25338
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
25336
25339
|
"function" ===
|
|
25337
25340
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|