react-dom 19.1.0-canary-fbcda19a-20250317 → 19.1.0-canary-db7dfe05-20250319
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 +155 -155
- package/cjs/react-dom-client.production.js +34 -34
- package/cjs/react-dom-profiling.development.js +155 -155
- package/cjs/react-dom-profiling.profiling.js +34 -34
- package/cjs/react-dom-server-legacy.browser.development.js +1 -1
- package/cjs/react-dom-server-legacy.browser.production.js +1 -1
- package/cjs/react-dom-server-legacy.node.development.js +1 -1
- package/cjs/react-dom-server-legacy.node.production.js +1 -1
- package/cjs/react-dom-server.browser.development.js +3 -3
- package/cjs/react-dom-server.browser.production.js +3 -3
- package/cjs/react-dom-server.bun.development.js +3 -3
- package/cjs/react-dom-server.bun.production.js +3 -3
- package/cjs/react-dom-server.edge.development.js +3 -3
- package/cjs/react-dom-server.edge.production.js +3 -3
- package/cjs/react-dom-server.node.development.js +3 -3
- package/cjs/react-dom-server.node.production.js +3 -3
- 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
@@ -8993,32 +8993,32 @@
|
|
8993
8993
|
return current;
|
8994
8994
|
}
|
8995
8995
|
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
8996
|
-
var
|
8997
|
-
var
|
8996
|
+
var JSCompiler_object_inline_digest_2476;
|
8997
|
+
var JSCompiler_object_inline_stack_2477 = workInProgress.pendingProps;
|
8998
8998
|
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
8999
|
-
var
|
8999
|
+
var JSCompiler_object_inline_componentStack_2478 = !1;
|
9000
9000
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
9001
|
-
(
|
9002
|
-
(
|
9001
|
+
(JSCompiler_object_inline_digest_2476 = didSuspend) ||
|
9002
|
+
(JSCompiler_object_inline_digest_2476 =
|
9003
9003
|
null !== current && null === current.memoizedState
|
9004
9004
|
? !1
|
9005
9005
|
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
9006
|
-
|
9007
|
-
((
|
9006
|
+
JSCompiler_object_inline_digest_2476 &&
|
9007
|
+
((JSCompiler_object_inline_componentStack_2478 = !0),
|
9008
9008
|
(workInProgress.flags &= -129));
|
9009
|
-
|
9009
|
+
JSCompiler_object_inline_digest_2476 = 0 !== (workInProgress.flags & 32);
|
9010
9010
|
workInProgress.flags &= -33;
|
9011
9011
|
if (null === current) {
|
9012
9012
|
if (isHydrating) {
|
9013
|
-
|
9013
|
+
JSCompiler_object_inline_componentStack_2478
|
9014
9014
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
9015
9015
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
9016
9016
|
if (isHydrating) {
|
9017
|
-
var
|
9017
|
+
var JSCompiler_object_inline_message_2475 = nextHydratableInstance;
|
9018
9018
|
var JSCompiler_temp;
|
9019
|
-
if (!(JSCompiler_temp = !
|
9019
|
+
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2475)) {
|
9020
9020
|
c: {
|
9021
|
-
var instance =
|
9021
|
+
var instance = JSCompiler_object_inline_message_2475;
|
9022
9022
|
for (
|
9023
9023
|
JSCompiler_temp = rootOrSingletonContext;
|
9024
9024
|
8 !== instance.nodeType;
|
@@ -9060,77 +9060,77 @@
|
|
9060
9060
|
JSCompiler_temp &&
|
9061
9061
|
(warnNonHydratedInstance(
|
9062
9062
|
workInProgress,
|
9063
|
-
|
9063
|
+
JSCompiler_object_inline_message_2475
|
9064
9064
|
),
|
9065
9065
|
throwOnHydrationMismatch(workInProgress));
|
9066
9066
|
}
|
9067
|
-
|
9067
|
+
JSCompiler_object_inline_message_2475 = workInProgress.memoizedState;
|
9068
9068
|
if (
|
9069
|
-
null !==
|
9070
|
-
((
|
9071
|
-
|
9072
|
-
null !==
|
9069
|
+
null !== JSCompiler_object_inline_message_2475 &&
|
9070
|
+
((JSCompiler_object_inline_message_2475 =
|
9071
|
+
JSCompiler_object_inline_message_2475.dehydrated),
|
9072
|
+
null !== JSCompiler_object_inline_message_2475)
|
9073
9073
|
)
|
9074
9074
|
return (
|
9075
|
-
isSuspenseInstanceFallback(
|
9075
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2475)
|
9076
9076
|
? (workInProgress.lanes = 32)
|
9077
9077
|
: (workInProgress.lanes = 536870912),
|
9078
9078
|
null
|
9079
9079
|
);
|
9080
9080
|
popSuspenseHandler(workInProgress);
|
9081
9081
|
}
|
9082
|
-
|
9083
|
-
|
9084
|
-
|
9085
|
-
|
9086
|
-
if (
|
9082
|
+
JSCompiler_object_inline_message_2475 =
|
9083
|
+
JSCompiler_object_inline_stack_2477.children;
|
9084
|
+
JSCompiler_object_inline_stack_2477 =
|
9085
|
+
JSCompiler_object_inline_stack_2477.fallback;
|
9086
|
+
if (JSCompiler_object_inline_componentStack_2478)
|
9087
9087
|
return (
|
9088
9088
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9089
|
-
(
|
9089
|
+
(JSCompiler_object_inline_componentStack_2478 =
|
9090
9090
|
workInProgress.mode),
|
9091
|
-
(
|
9091
|
+
(JSCompiler_object_inline_message_2475 =
|
9092
9092
|
mountWorkInProgressOffscreenFiber(
|
9093
9093
|
{
|
9094
9094
|
mode: "hidden",
|
9095
|
-
children:
|
9095
|
+
children: JSCompiler_object_inline_message_2475
|
9096
9096
|
},
|
9097
|
-
|
9097
|
+
JSCompiler_object_inline_componentStack_2478
|
9098
9098
|
)),
|
9099
|
-
(
|
9100
|
-
|
9101
|
-
|
9099
|
+
(JSCompiler_object_inline_stack_2477 = createFiberFromFragment(
|
9100
|
+
JSCompiler_object_inline_stack_2477,
|
9101
|
+
JSCompiler_object_inline_componentStack_2478,
|
9102
9102
|
renderLanes,
|
9103
9103
|
null
|
9104
9104
|
)),
|
9105
|
-
(
|
9106
|
-
(
|
9107
|
-
(
|
9108
|
-
|
9109
|
-
(workInProgress.child =
|
9110
|
-
(
|
9105
|
+
(JSCompiler_object_inline_message_2475.return = workInProgress),
|
9106
|
+
(JSCompiler_object_inline_stack_2477.return = workInProgress),
|
9107
|
+
(JSCompiler_object_inline_message_2475.sibling =
|
9108
|
+
JSCompiler_object_inline_stack_2477),
|
9109
|
+
(workInProgress.child = JSCompiler_object_inline_message_2475),
|
9110
|
+
(JSCompiler_object_inline_componentStack_2478 =
|
9111
9111
|
workInProgress.child),
|
9112
|
-
(
|
9112
|
+
(JSCompiler_object_inline_componentStack_2478.memoizedState =
|
9113
9113
|
mountSuspenseOffscreenState(renderLanes)),
|
9114
|
-
(
|
9114
|
+
(JSCompiler_object_inline_componentStack_2478.childLanes =
|
9115
9115
|
getRemainingWorkInPrimaryTree(
|
9116
9116
|
current,
|
9117
|
-
|
9117
|
+
JSCompiler_object_inline_digest_2476,
|
9118
9118
|
renderLanes
|
9119
9119
|
)),
|
9120
9120
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9121
|
-
|
9121
|
+
JSCompiler_object_inline_stack_2477
|
9122
9122
|
);
|
9123
9123
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9124
9124
|
return mountSuspensePrimaryChildren(
|
9125
9125
|
workInProgress,
|
9126
|
-
|
9126
|
+
JSCompiler_object_inline_message_2475
|
9127
9127
|
);
|
9128
9128
|
}
|
9129
9129
|
var prevState = current.memoizedState;
|
9130
9130
|
if (
|
9131
9131
|
null !== prevState &&
|
9132
|
-
((
|
9133
|
-
null !==
|
9132
|
+
((JSCompiler_object_inline_message_2475 = prevState.dehydrated),
|
9133
|
+
null !== JSCompiler_object_inline_message_2475)
|
9134
9134
|
) {
|
9135
9135
|
if (didSuspend)
|
9136
9136
|
workInProgress.flags & 256
|
@@ -9147,94 +9147,94 @@
|
|
9147
9147
|
(workInProgress.flags |= 128),
|
9148
9148
|
(workInProgress = null))
|
9149
9149
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
9150
|
-
(
|
9151
|
-
|
9152
|
-
(
|
9153
|
-
(
|
9150
|
+
(JSCompiler_object_inline_componentStack_2478 =
|
9151
|
+
JSCompiler_object_inline_stack_2477.fallback),
|
9152
|
+
(JSCompiler_object_inline_message_2475 = workInProgress.mode),
|
9153
|
+
(JSCompiler_object_inline_stack_2477 =
|
9154
9154
|
mountWorkInProgressOffscreenFiber(
|
9155
9155
|
{
|
9156
9156
|
mode: "visible",
|
9157
|
-
children:
|
9157
|
+
children: JSCompiler_object_inline_stack_2477.children
|
9158
9158
|
},
|
9159
|
-
|
9159
|
+
JSCompiler_object_inline_message_2475
|
9160
9160
|
)),
|
9161
|
-
(
|
9161
|
+
(JSCompiler_object_inline_componentStack_2478 =
|
9162
9162
|
createFiberFromFragment(
|
9163
|
-
|
9164
|
-
|
9163
|
+
JSCompiler_object_inline_componentStack_2478,
|
9164
|
+
JSCompiler_object_inline_message_2475,
|
9165
9165
|
renderLanes,
|
9166
9166
|
null
|
9167
9167
|
)),
|
9168
|
-
(
|
9169
|
-
(
|
9170
|
-
(
|
9168
|
+
(JSCompiler_object_inline_componentStack_2478.flags |= 2),
|
9169
|
+
(JSCompiler_object_inline_stack_2477.return = workInProgress),
|
9170
|
+
(JSCompiler_object_inline_componentStack_2478.return =
|
9171
9171
|
workInProgress),
|
9172
|
-
(
|
9173
|
-
|
9174
|
-
(workInProgress.child =
|
9172
|
+
(JSCompiler_object_inline_stack_2477.sibling =
|
9173
|
+
JSCompiler_object_inline_componentStack_2478),
|
9174
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2477),
|
9175
9175
|
reconcileChildFibers(
|
9176
9176
|
workInProgress,
|
9177
9177
|
current.child,
|
9178
9178
|
null,
|
9179
9179
|
renderLanes
|
9180
9180
|
),
|
9181
|
-
(
|
9182
|
-
(
|
9181
|
+
(JSCompiler_object_inline_stack_2477 = workInProgress.child),
|
9182
|
+
(JSCompiler_object_inline_stack_2477.memoizedState =
|
9183
9183
|
mountSuspenseOffscreenState(renderLanes)),
|
9184
|
-
(
|
9184
|
+
(JSCompiler_object_inline_stack_2477.childLanes =
|
9185
9185
|
getRemainingWorkInPrimaryTree(
|
9186
9186
|
current,
|
9187
|
-
|
9187
|
+
JSCompiler_object_inline_digest_2476,
|
9188
9188
|
renderLanes
|
9189
9189
|
)),
|
9190
9190
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9191
9191
|
(workInProgress =
|
9192
|
-
|
9192
|
+
JSCompiler_object_inline_componentStack_2478));
|
9193
9193
|
else if (
|
9194
9194
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
9195
9195
|
isHydrating &&
|
9196
9196
|
console.error(
|
9197
9197
|
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
9198
9198
|
),
|
9199
|
-
isSuspenseInstanceFallback(
|
9199
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2475))
|
9200
9200
|
) {
|
9201
|
-
|
9202
|
-
|
9203
|
-
|
9204
|
-
if (
|
9205
|
-
JSCompiler_temp =
|
9206
|
-
var message =
|
9207
|
-
instance =
|
9208
|
-
var componentStack =
|
9201
|
+
JSCompiler_object_inline_digest_2476 =
|
9202
|
+
JSCompiler_object_inline_message_2475.nextSibling &&
|
9203
|
+
JSCompiler_object_inline_message_2475.nextSibling.dataset;
|
9204
|
+
if (JSCompiler_object_inline_digest_2476) {
|
9205
|
+
JSCompiler_temp = JSCompiler_object_inline_digest_2476.dgst;
|
9206
|
+
var message = JSCompiler_object_inline_digest_2476.msg;
|
9207
|
+
instance = JSCompiler_object_inline_digest_2476.stck;
|
9208
|
+
var componentStack = JSCompiler_object_inline_digest_2476.cstck;
|
9209
9209
|
}
|
9210
|
-
|
9211
|
-
|
9212
|
-
|
9213
|
-
JSCompiler_temp =
|
9210
|
+
JSCompiler_object_inline_message_2475 = message;
|
9211
|
+
JSCompiler_object_inline_digest_2476 = JSCompiler_temp;
|
9212
|
+
JSCompiler_object_inline_stack_2477 = instance;
|
9213
|
+
JSCompiler_temp = JSCompiler_object_inline_componentStack_2478 =
|
9214
9214
|
componentStack;
|
9215
|
-
|
9216
|
-
|
9217
|
-
? Error(
|
9215
|
+
JSCompiler_object_inline_componentStack_2478 =
|
9216
|
+
JSCompiler_object_inline_message_2475
|
9217
|
+
? Error(JSCompiler_object_inline_message_2475)
|
9218
9218
|
: Error(
|
9219
9219
|
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
9220
9220
|
);
|
9221
|
-
|
9222
|
-
|
9223
|
-
|
9224
|
-
|
9225
|
-
|
9221
|
+
JSCompiler_object_inline_componentStack_2478.stack =
|
9222
|
+
JSCompiler_object_inline_stack_2477 || "";
|
9223
|
+
JSCompiler_object_inline_componentStack_2478.digest =
|
9224
|
+
JSCompiler_object_inline_digest_2476;
|
9225
|
+
JSCompiler_object_inline_digest_2476 =
|
9226
9226
|
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
9227
|
-
|
9228
|
-
value:
|
9227
|
+
JSCompiler_object_inline_stack_2477 = {
|
9228
|
+
value: JSCompiler_object_inline_componentStack_2478,
|
9229
9229
|
source: null,
|
9230
|
-
stack:
|
9230
|
+
stack: JSCompiler_object_inline_digest_2476
|
9231
9231
|
};
|
9232
|
-
"string" === typeof
|
9232
|
+
"string" === typeof JSCompiler_object_inline_digest_2476 &&
|
9233
9233
|
CapturedStacks.set(
|
9234
|
-
|
9235
|
-
|
9234
|
+
JSCompiler_object_inline_componentStack_2478,
|
9235
|
+
JSCompiler_object_inline_stack_2477
|
9236
9236
|
);
|
9237
|
-
queueHydrationError(
|
9237
|
+
queueHydrationError(JSCompiler_object_inline_stack_2477);
|
9238
9238
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9239
9239
|
current,
|
9240
9240
|
workInProgress,
|
@@ -9248,44 +9248,44 @@
|
|
9248
9248
|
renderLanes,
|
9249
9249
|
!1
|
9250
9250
|
),
|
9251
|
-
(
|
9251
|
+
(JSCompiler_object_inline_digest_2476 =
|
9252
9252
|
0 !== (renderLanes & current.childLanes)),
|
9253
|
-
didReceiveUpdate ||
|
9253
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2476)
|
9254
9254
|
) {
|
9255
|
-
|
9255
|
+
JSCompiler_object_inline_digest_2476 = workInProgressRoot;
|
9256
9256
|
if (
|
9257
|
-
null !==
|
9258
|
-
((
|
9259
|
-
(
|
9260
|
-
0 !== (
|
9257
|
+
null !== JSCompiler_object_inline_digest_2476 &&
|
9258
|
+
((JSCompiler_object_inline_stack_2477 = renderLanes & -renderLanes),
|
9259
|
+
(JSCompiler_object_inline_stack_2477 =
|
9260
|
+
0 !== (JSCompiler_object_inline_stack_2477 & 42)
|
9261
9261
|
? 1
|
9262
9262
|
: getBumpedLaneForHydrationByLane(
|
9263
|
-
|
9263
|
+
JSCompiler_object_inline_stack_2477
|
9264
9264
|
)),
|
9265
|
-
(
|
9265
|
+
(JSCompiler_object_inline_stack_2477 =
|
9266
9266
|
0 !==
|
9267
|
-
(
|
9268
|
-
(
|
9267
|
+
(JSCompiler_object_inline_stack_2477 &
|
9268
|
+
(JSCompiler_object_inline_digest_2476.suspendedLanes |
|
9269
9269
|
renderLanes))
|
9270
9270
|
? 0
|
9271
|
-
:
|
9272
|
-
0 !==
|
9273
|
-
|
9271
|
+
: JSCompiler_object_inline_stack_2477),
|
9272
|
+
0 !== JSCompiler_object_inline_stack_2477 &&
|
9273
|
+
JSCompiler_object_inline_stack_2477 !== prevState.retryLane)
|
9274
9274
|
)
|
9275
9275
|
throw (
|
9276
|
-
((prevState.retryLane =
|
9276
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2477),
|
9277
9277
|
enqueueConcurrentRenderForLane(
|
9278
9278
|
current,
|
9279
|
-
|
9279
|
+
JSCompiler_object_inline_stack_2477
|
9280
9280
|
),
|
9281
9281
|
scheduleUpdateOnFiber(
|
9282
|
-
|
9282
|
+
JSCompiler_object_inline_digest_2476,
|
9283
9283
|
current,
|
9284
|
-
|
9284
|
+
JSCompiler_object_inline_stack_2477
|
9285
9285
|
),
|
9286
9286
|
SelectiveHydrationException)
|
9287
9287
|
);
|
9288
|
-
|
9288
|
+
JSCompiler_object_inline_message_2475.data ===
|
9289
9289
|
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
9290
9290
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9291
9291
|
current,
|
@@ -9293,14 +9293,14 @@
|
|
9293
9293
|
renderLanes
|
9294
9294
|
);
|
9295
9295
|
} else
|
9296
|
-
|
9296
|
+
JSCompiler_object_inline_message_2475.data ===
|
9297
9297
|
SUSPENSE_PENDING_START_DATA
|
9298
9298
|
? ((workInProgress.flags |= 192),
|
9299
9299
|
(workInProgress.child = current.child),
|
9300
9300
|
(workInProgress = null))
|
9301
9301
|
: ((current = prevState.treeContext),
|
9302
9302
|
(nextHydratableInstance = getNextHydratable(
|
9303
|
-
|
9303
|
+
JSCompiler_object_inline_message_2475.nextSibling
|
9304
9304
|
)),
|
9305
9305
|
(hydrationParentFiber = workInProgress),
|
9306
9306
|
(isHydrating = !0),
|
@@ -9318,57 +9318,57 @@
|
|
9318
9318
|
(treeContextProvider = workInProgress)),
|
9319
9319
|
(workInProgress = mountSuspensePrimaryChildren(
|
9320
9320
|
workInProgress,
|
9321
|
-
|
9321
|
+
JSCompiler_object_inline_stack_2477.children
|
9322
9322
|
)),
|
9323
9323
|
(workInProgress.flags |= 4096));
|
9324
9324
|
return workInProgress;
|
9325
9325
|
}
|
9326
|
-
if (
|
9326
|
+
if (JSCompiler_object_inline_componentStack_2478)
|
9327
9327
|
return (
|
9328
9328
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9329
|
-
(
|
9330
|
-
|
9331
|
-
(
|
9329
|
+
(JSCompiler_object_inline_componentStack_2478 =
|
9330
|
+
JSCompiler_object_inline_stack_2477.fallback),
|
9331
|
+
(JSCompiler_object_inline_message_2475 = workInProgress.mode),
|
9332
9332
|
(JSCompiler_temp = current.child),
|
9333
9333
|
(instance = JSCompiler_temp.sibling),
|
9334
|
-
(
|
9334
|
+
(JSCompiler_object_inline_stack_2477 = createWorkInProgress(
|
9335
9335
|
JSCompiler_temp,
|
9336
9336
|
{
|
9337
9337
|
mode: "hidden",
|
9338
|
-
children:
|
9338
|
+
children: JSCompiler_object_inline_stack_2477.children
|
9339
9339
|
}
|
9340
9340
|
)),
|
9341
|
-
(
|
9341
|
+
(JSCompiler_object_inline_stack_2477.subtreeFlags =
|
9342
9342
|
JSCompiler_temp.subtreeFlags & 65011712),
|
9343
9343
|
null !== instance
|
9344
|
-
? (
|
9344
|
+
? (JSCompiler_object_inline_componentStack_2478 =
|
9345
9345
|
createWorkInProgress(
|
9346
9346
|
instance,
|
9347
|
-
|
9347
|
+
JSCompiler_object_inline_componentStack_2478
|
9348
9348
|
))
|
9349
|
-
: ((
|
9349
|
+
: ((JSCompiler_object_inline_componentStack_2478 =
|
9350
9350
|
createFiberFromFragment(
|
9351
|
-
|
9352
|
-
|
9351
|
+
JSCompiler_object_inline_componentStack_2478,
|
9352
|
+
JSCompiler_object_inline_message_2475,
|
9353
9353
|
renderLanes,
|
9354
9354
|
null
|
9355
9355
|
)),
|
9356
|
-
(
|
9357
|
-
(
|
9356
|
+
(JSCompiler_object_inline_componentStack_2478.flags |= 2)),
|
9357
|
+
(JSCompiler_object_inline_componentStack_2478.return =
|
9358
9358
|
workInProgress),
|
9359
|
-
(
|
9360
|
-
(
|
9361
|
-
|
9362
|
-
(workInProgress.child =
|
9363
|
-
(
|
9364
|
-
|
9365
|
-
(
|
9366
|
-
(
|
9367
|
-
null ===
|
9368
|
-
? (
|
9359
|
+
(JSCompiler_object_inline_stack_2477.return = workInProgress),
|
9360
|
+
(JSCompiler_object_inline_stack_2477.sibling =
|
9361
|
+
JSCompiler_object_inline_componentStack_2478),
|
9362
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2477),
|
9363
|
+
(JSCompiler_object_inline_stack_2477 =
|
9364
|
+
JSCompiler_object_inline_componentStack_2478),
|
9365
|
+
(JSCompiler_object_inline_componentStack_2478 = workInProgress.child),
|
9366
|
+
(JSCompiler_object_inline_message_2475 = current.child.memoizedState),
|
9367
|
+
null === JSCompiler_object_inline_message_2475
|
9368
|
+
? (JSCompiler_object_inline_message_2475 =
|
9369
9369
|
mountSuspenseOffscreenState(renderLanes))
|
9370
9370
|
: ((JSCompiler_temp =
|
9371
|
-
|
9371
|
+
JSCompiler_object_inline_message_2475.cachePool),
|
9372
9372
|
null !== JSCompiler_temp
|
9373
9373
|
? ((instance = CacheContext._currentValue),
|
9374
9374
|
(JSCompiler_temp =
|
@@ -9376,37 +9376,37 @@
|
|
9376
9376
|
? { parent: instance, pool: instance }
|
9377
9377
|
: JSCompiler_temp))
|
9378
9378
|
: (JSCompiler_temp = getSuspendedCache()),
|
9379
|
-
(
|
9379
|
+
(JSCompiler_object_inline_message_2475 = {
|
9380
9380
|
baseLanes:
|
9381
|
-
|
9381
|
+
JSCompiler_object_inline_message_2475.baseLanes | renderLanes,
|
9382
9382
|
cachePool: JSCompiler_temp
|
9383
9383
|
})),
|
9384
|
-
(
|
9385
|
-
|
9386
|
-
(
|
9384
|
+
(JSCompiler_object_inline_componentStack_2478.memoizedState =
|
9385
|
+
JSCompiler_object_inline_message_2475),
|
9386
|
+
(JSCompiler_object_inline_componentStack_2478.childLanes =
|
9387
9387
|
getRemainingWorkInPrimaryTree(
|
9388
9388
|
current,
|
9389
|
-
|
9389
|
+
JSCompiler_object_inline_digest_2476,
|
9390
9390
|
renderLanes
|
9391
9391
|
)),
|
9392
9392
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9393
|
-
|
9393
|
+
JSCompiler_object_inline_stack_2477
|
9394
9394
|
);
|
9395
9395
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9396
9396
|
renderLanes = current.child;
|
9397
9397
|
current = renderLanes.sibling;
|
9398
9398
|
renderLanes = createWorkInProgress(renderLanes, {
|
9399
9399
|
mode: "visible",
|
9400
|
-
children:
|
9400
|
+
children: JSCompiler_object_inline_stack_2477.children
|
9401
9401
|
});
|
9402
9402
|
renderLanes.return = workInProgress;
|
9403
9403
|
renderLanes.sibling = null;
|
9404
9404
|
null !== current &&
|
9405
|
-
((
|
9406
|
-
null ===
|
9405
|
+
((JSCompiler_object_inline_digest_2476 = workInProgress.deletions),
|
9406
|
+
null === JSCompiler_object_inline_digest_2476
|
9407
9407
|
? ((workInProgress.deletions = [current]),
|
9408
9408
|
(workInProgress.flags |= 16))
|
9409
|
-
:
|
9409
|
+
: JSCompiler_object_inline_digest_2476.push(current));
|
9410
9410
|
workInProgress.child = renderLanes;
|
9411
9411
|
workInProgress.memoizedState = null;
|
9412
9412
|
return renderLanes;
|
@@ -24884,11 +24884,11 @@
|
|
24884
24884
|
};
|
24885
24885
|
(function () {
|
24886
24886
|
var isomorphicReactPackageVersion = React.version;
|
24887
|
-
if ("19.1.0-canary-
|
24887
|
+
if ("19.1.0-canary-db7dfe05-20250319" !== isomorphicReactPackageVersion)
|
24888
24888
|
throw Error(
|
24889
24889
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24890
24890
|
(isomorphicReactPackageVersion +
|
24891
|
-
"\n - react-dom: 19.1.0-canary-
|
24891
|
+
"\n - react-dom: 19.1.0-canary-db7dfe05-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
24892
24892
|
);
|
24893
24893
|
})();
|
24894
24894
|
("function" === typeof Map &&
|
@@ -24925,10 +24925,10 @@
|
|
24925
24925
|
!(function () {
|
24926
24926
|
var internals = {
|
24927
24927
|
bundleType: 1,
|
24928
|
-
version: "19.1.0-canary-
|
24928
|
+
version: "19.1.0-canary-db7dfe05-20250319",
|
24929
24929
|
rendererPackageName: "react-dom",
|
24930
24930
|
currentDispatcherRef: ReactSharedInternals,
|
24931
|
-
reconcilerVersion: "19.1.0-canary-
|
24931
|
+
reconcilerVersion: "19.1.0-canary-db7dfe05-20250319"
|
24932
24932
|
};
|
24933
24933
|
internals.overrideHookState = overrideHookState;
|
24934
24934
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25402,7 +25402,7 @@
|
|
25402
25402
|
exports.useFormStatus = function () {
|
25403
25403
|
return resolveDispatcher().useHostTransitionStatus();
|
25404
25404
|
};
|
25405
|
-
exports.version = "19.1.0-canary-
|
25405
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
25406
25406
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25407
25407
|
"function" ===
|
25408
25408
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|