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
@@ -8985,32 +8985,32 @@
|
|
8985
8985
|
return current;
|
8986
8986
|
}
|
8987
8987
|
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
8988
|
-
var
|
8989
|
-
var
|
8988
|
+
var JSCompiler_object_inline_digest_2471;
|
8989
|
+
var JSCompiler_object_inline_stack_2472 = workInProgress.pendingProps;
|
8990
8990
|
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
8991
|
-
var
|
8991
|
+
var JSCompiler_object_inline_componentStack_2473 = !1;
|
8992
8992
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
8993
|
-
(
|
8994
|
-
(
|
8993
|
+
(JSCompiler_object_inline_digest_2471 = didSuspend) ||
|
8994
|
+
(JSCompiler_object_inline_digest_2471 =
|
8995
8995
|
null !== current && null === current.memoizedState
|
8996
8996
|
? !1
|
8997
8997
|
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
8998
|
-
|
8999
|
-
((
|
8998
|
+
JSCompiler_object_inline_digest_2471 &&
|
8999
|
+
((JSCompiler_object_inline_componentStack_2473 = !0),
|
9000
9000
|
(workInProgress.flags &= -129));
|
9001
|
-
|
9001
|
+
JSCompiler_object_inline_digest_2471 = 0 !== (workInProgress.flags & 32);
|
9002
9002
|
workInProgress.flags &= -33;
|
9003
9003
|
if (null === current) {
|
9004
9004
|
if (isHydrating) {
|
9005
|
-
|
9005
|
+
JSCompiler_object_inline_componentStack_2473
|
9006
9006
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
9007
9007
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
9008
9008
|
if (isHydrating) {
|
9009
|
-
var
|
9009
|
+
var JSCompiler_object_inline_message_2470 = nextHydratableInstance;
|
9010
9010
|
var JSCompiler_temp;
|
9011
|
-
if (!(JSCompiler_temp = !
|
9011
|
+
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2470)) {
|
9012
9012
|
c: {
|
9013
|
-
var instance =
|
9013
|
+
var instance = JSCompiler_object_inline_message_2470;
|
9014
9014
|
for (
|
9015
9015
|
JSCompiler_temp = rootOrSingletonContext;
|
9016
9016
|
8 !== instance.nodeType;
|
@@ -9052,77 +9052,77 @@
|
|
9052
9052
|
JSCompiler_temp &&
|
9053
9053
|
(warnNonHydratedInstance(
|
9054
9054
|
workInProgress,
|
9055
|
-
|
9055
|
+
JSCompiler_object_inline_message_2470
|
9056
9056
|
),
|
9057
9057
|
throwOnHydrationMismatch(workInProgress));
|
9058
9058
|
}
|
9059
|
-
|
9059
|
+
JSCompiler_object_inline_message_2470 = workInProgress.memoizedState;
|
9060
9060
|
if (
|
9061
|
-
null !==
|
9062
|
-
((
|
9063
|
-
|
9064
|
-
null !==
|
9061
|
+
null !== JSCompiler_object_inline_message_2470 &&
|
9062
|
+
((JSCompiler_object_inline_message_2470 =
|
9063
|
+
JSCompiler_object_inline_message_2470.dehydrated),
|
9064
|
+
null !== JSCompiler_object_inline_message_2470)
|
9065
9065
|
)
|
9066
9066
|
return (
|
9067
|
-
isSuspenseInstanceFallback(
|
9067
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2470)
|
9068
9068
|
? (workInProgress.lanes = 32)
|
9069
9069
|
: (workInProgress.lanes = 536870912),
|
9070
9070
|
null
|
9071
9071
|
);
|
9072
9072
|
popSuspenseHandler(workInProgress);
|
9073
9073
|
}
|
9074
|
-
|
9075
|
-
|
9076
|
-
|
9077
|
-
|
9078
|
-
if (
|
9074
|
+
JSCompiler_object_inline_message_2470 =
|
9075
|
+
JSCompiler_object_inline_stack_2472.children;
|
9076
|
+
JSCompiler_object_inline_stack_2472 =
|
9077
|
+
JSCompiler_object_inline_stack_2472.fallback;
|
9078
|
+
if (JSCompiler_object_inline_componentStack_2473)
|
9079
9079
|
return (
|
9080
9080
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9081
|
-
(
|
9081
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9082
9082
|
workInProgress.mode),
|
9083
|
-
(
|
9083
|
+
(JSCompiler_object_inline_message_2470 =
|
9084
9084
|
mountWorkInProgressOffscreenFiber(
|
9085
9085
|
{
|
9086
9086
|
mode: "hidden",
|
9087
|
-
children:
|
9087
|
+
children: JSCompiler_object_inline_message_2470
|
9088
9088
|
},
|
9089
|
-
|
9089
|
+
JSCompiler_object_inline_componentStack_2473
|
9090
9090
|
)),
|
9091
|
-
(
|
9092
|
-
|
9093
|
-
|
9091
|
+
(JSCompiler_object_inline_stack_2472 = createFiberFromFragment(
|
9092
|
+
JSCompiler_object_inline_stack_2472,
|
9093
|
+
JSCompiler_object_inline_componentStack_2473,
|
9094
9094
|
renderLanes,
|
9095
9095
|
null
|
9096
9096
|
)),
|
9097
|
-
(
|
9098
|
-
(
|
9099
|
-
(
|
9100
|
-
|
9101
|
-
(workInProgress.child =
|
9102
|
-
(
|
9097
|
+
(JSCompiler_object_inline_message_2470.return = workInProgress),
|
9098
|
+
(JSCompiler_object_inline_stack_2472.return = workInProgress),
|
9099
|
+
(JSCompiler_object_inline_message_2470.sibling =
|
9100
|
+
JSCompiler_object_inline_stack_2472),
|
9101
|
+
(workInProgress.child = JSCompiler_object_inline_message_2470),
|
9102
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9103
9103
|
workInProgress.child),
|
9104
|
-
(
|
9104
|
+
(JSCompiler_object_inline_componentStack_2473.memoizedState =
|
9105
9105
|
mountSuspenseOffscreenState(renderLanes)),
|
9106
|
-
(
|
9106
|
+
(JSCompiler_object_inline_componentStack_2473.childLanes =
|
9107
9107
|
getRemainingWorkInPrimaryTree(
|
9108
9108
|
current,
|
9109
|
-
|
9109
|
+
JSCompiler_object_inline_digest_2471,
|
9110
9110
|
renderLanes
|
9111
9111
|
)),
|
9112
9112
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9113
|
-
|
9113
|
+
JSCompiler_object_inline_stack_2472
|
9114
9114
|
);
|
9115
9115
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9116
9116
|
return mountSuspensePrimaryChildren(
|
9117
9117
|
workInProgress,
|
9118
|
-
|
9118
|
+
JSCompiler_object_inline_message_2470
|
9119
9119
|
);
|
9120
9120
|
}
|
9121
9121
|
var prevState = current.memoizedState;
|
9122
9122
|
if (
|
9123
9123
|
null !== prevState &&
|
9124
|
-
((
|
9125
|
-
null !==
|
9124
|
+
((JSCompiler_object_inline_message_2470 = prevState.dehydrated),
|
9125
|
+
null !== JSCompiler_object_inline_message_2470)
|
9126
9126
|
) {
|
9127
9127
|
if (didSuspend)
|
9128
9128
|
workInProgress.flags & 256
|
@@ -9139,94 +9139,94 @@
|
|
9139
9139
|
(workInProgress.flags |= 128),
|
9140
9140
|
(workInProgress = null))
|
9141
9141
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
9142
|
-
(
|
9143
|
-
|
9144
|
-
(
|
9145
|
-
(
|
9142
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9143
|
+
JSCompiler_object_inline_stack_2472.fallback),
|
9144
|
+
(JSCompiler_object_inline_message_2470 = workInProgress.mode),
|
9145
|
+
(JSCompiler_object_inline_stack_2472 =
|
9146
9146
|
mountWorkInProgressOffscreenFiber(
|
9147
9147
|
{
|
9148
9148
|
mode: "visible",
|
9149
|
-
children:
|
9149
|
+
children: JSCompiler_object_inline_stack_2472.children
|
9150
9150
|
},
|
9151
|
-
|
9151
|
+
JSCompiler_object_inline_message_2470
|
9152
9152
|
)),
|
9153
|
-
(
|
9153
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9154
9154
|
createFiberFromFragment(
|
9155
|
-
|
9156
|
-
|
9155
|
+
JSCompiler_object_inline_componentStack_2473,
|
9156
|
+
JSCompiler_object_inline_message_2470,
|
9157
9157
|
renderLanes,
|
9158
9158
|
null
|
9159
9159
|
)),
|
9160
|
-
(
|
9161
|
-
(
|
9162
|
-
(
|
9160
|
+
(JSCompiler_object_inline_componentStack_2473.flags |= 2),
|
9161
|
+
(JSCompiler_object_inline_stack_2472.return = workInProgress),
|
9162
|
+
(JSCompiler_object_inline_componentStack_2473.return =
|
9163
9163
|
workInProgress),
|
9164
|
-
(
|
9165
|
-
|
9166
|
-
(workInProgress.child =
|
9164
|
+
(JSCompiler_object_inline_stack_2472.sibling =
|
9165
|
+
JSCompiler_object_inline_componentStack_2473),
|
9166
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2472),
|
9167
9167
|
reconcileChildFibers(
|
9168
9168
|
workInProgress,
|
9169
9169
|
current.child,
|
9170
9170
|
null,
|
9171
9171
|
renderLanes
|
9172
9172
|
),
|
9173
|
-
(
|
9174
|
-
(
|
9173
|
+
(JSCompiler_object_inline_stack_2472 = workInProgress.child),
|
9174
|
+
(JSCompiler_object_inline_stack_2472.memoizedState =
|
9175
9175
|
mountSuspenseOffscreenState(renderLanes)),
|
9176
|
-
(
|
9176
|
+
(JSCompiler_object_inline_stack_2472.childLanes =
|
9177
9177
|
getRemainingWorkInPrimaryTree(
|
9178
9178
|
current,
|
9179
|
-
|
9179
|
+
JSCompiler_object_inline_digest_2471,
|
9180
9180
|
renderLanes
|
9181
9181
|
)),
|
9182
9182
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9183
9183
|
(workInProgress =
|
9184
|
-
|
9184
|
+
JSCompiler_object_inline_componentStack_2473));
|
9185
9185
|
else if (
|
9186
9186
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
9187
9187
|
isHydrating &&
|
9188
9188
|
console.error(
|
9189
9189
|
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
9190
9190
|
),
|
9191
|
-
isSuspenseInstanceFallback(
|
9191
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2470))
|
9192
9192
|
) {
|
9193
|
-
|
9194
|
-
|
9195
|
-
|
9196
|
-
if (
|
9197
|
-
JSCompiler_temp =
|
9198
|
-
var message =
|
9199
|
-
instance =
|
9200
|
-
var componentStack =
|
9193
|
+
JSCompiler_object_inline_digest_2471 =
|
9194
|
+
JSCompiler_object_inline_message_2470.nextSibling &&
|
9195
|
+
JSCompiler_object_inline_message_2470.nextSibling.dataset;
|
9196
|
+
if (JSCompiler_object_inline_digest_2471) {
|
9197
|
+
JSCompiler_temp = JSCompiler_object_inline_digest_2471.dgst;
|
9198
|
+
var message = JSCompiler_object_inline_digest_2471.msg;
|
9199
|
+
instance = JSCompiler_object_inline_digest_2471.stck;
|
9200
|
+
var componentStack = JSCompiler_object_inline_digest_2471.cstck;
|
9201
9201
|
}
|
9202
|
-
|
9203
|
-
|
9204
|
-
|
9205
|
-
JSCompiler_temp =
|
9202
|
+
JSCompiler_object_inline_message_2470 = message;
|
9203
|
+
JSCompiler_object_inline_digest_2471 = JSCompiler_temp;
|
9204
|
+
JSCompiler_object_inline_stack_2472 = instance;
|
9205
|
+
JSCompiler_temp = JSCompiler_object_inline_componentStack_2473 =
|
9206
9206
|
componentStack;
|
9207
|
-
|
9208
|
-
|
9209
|
-
? Error(
|
9207
|
+
JSCompiler_object_inline_componentStack_2473 =
|
9208
|
+
JSCompiler_object_inline_message_2470
|
9209
|
+
? Error(JSCompiler_object_inline_message_2470)
|
9210
9210
|
: Error(
|
9211
9211
|
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
9212
9212
|
);
|
9213
|
-
|
9214
|
-
|
9215
|
-
|
9216
|
-
|
9217
|
-
|
9213
|
+
JSCompiler_object_inline_componentStack_2473.stack =
|
9214
|
+
JSCompiler_object_inline_stack_2472 || "";
|
9215
|
+
JSCompiler_object_inline_componentStack_2473.digest =
|
9216
|
+
JSCompiler_object_inline_digest_2471;
|
9217
|
+
JSCompiler_object_inline_digest_2471 =
|
9218
9218
|
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
9219
|
-
|
9220
|
-
value:
|
9219
|
+
JSCompiler_object_inline_stack_2472 = {
|
9220
|
+
value: JSCompiler_object_inline_componentStack_2473,
|
9221
9221
|
source: null,
|
9222
|
-
stack:
|
9222
|
+
stack: JSCompiler_object_inline_digest_2471
|
9223
9223
|
};
|
9224
|
-
"string" === typeof
|
9224
|
+
"string" === typeof JSCompiler_object_inline_digest_2471 &&
|
9225
9225
|
CapturedStacks.set(
|
9226
|
-
|
9227
|
-
|
9226
|
+
JSCompiler_object_inline_componentStack_2473,
|
9227
|
+
JSCompiler_object_inline_stack_2472
|
9228
9228
|
);
|
9229
|
-
queueHydrationError(
|
9229
|
+
queueHydrationError(JSCompiler_object_inline_stack_2472);
|
9230
9230
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9231
9231
|
current,
|
9232
9232
|
workInProgress,
|
@@ -9240,44 +9240,44 @@
|
|
9240
9240
|
renderLanes,
|
9241
9241
|
!1
|
9242
9242
|
),
|
9243
|
-
(
|
9243
|
+
(JSCompiler_object_inline_digest_2471 =
|
9244
9244
|
0 !== (renderLanes & current.childLanes)),
|
9245
|
-
didReceiveUpdate ||
|
9245
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2471)
|
9246
9246
|
) {
|
9247
|
-
|
9247
|
+
JSCompiler_object_inline_digest_2471 = workInProgressRoot;
|
9248
9248
|
if (
|
9249
|
-
null !==
|
9250
|
-
((
|
9251
|
-
(
|
9252
|
-
0 !== (
|
9249
|
+
null !== JSCompiler_object_inline_digest_2471 &&
|
9250
|
+
((JSCompiler_object_inline_stack_2472 = renderLanes & -renderLanes),
|
9251
|
+
(JSCompiler_object_inline_stack_2472 =
|
9252
|
+
0 !== (JSCompiler_object_inline_stack_2472 & 42)
|
9253
9253
|
? 1
|
9254
9254
|
: getBumpedLaneForHydrationByLane(
|
9255
|
-
|
9255
|
+
JSCompiler_object_inline_stack_2472
|
9256
9256
|
)),
|
9257
|
-
(
|
9257
|
+
(JSCompiler_object_inline_stack_2472 =
|
9258
9258
|
0 !==
|
9259
|
-
(
|
9260
|
-
(
|
9259
|
+
(JSCompiler_object_inline_stack_2472 &
|
9260
|
+
(JSCompiler_object_inline_digest_2471.suspendedLanes |
|
9261
9261
|
renderLanes))
|
9262
9262
|
? 0
|
9263
|
-
:
|
9264
|
-
0 !==
|
9265
|
-
|
9263
|
+
: JSCompiler_object_inline_stack_2472),
|
9264
|
+
0 !== JSCompiler_object_inline_stack_2472 &&
|
9265
|
+
JSCompiler_object_inline_stack_2472 !== prevState.retryLane)
|
9266
9266
|
)
|
9267
9267
|
throw (
|
9268
|
-
((prevState.retryLane =
|
9268
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2472),
|
9269
9269
|
enqueueConcurrentRenderForLane(
|
9270
9270
|
current,
|
9271
|
-
|
9271
|
+
JSCompiler_object_inline_stack_2472
|
9272
9272
|
),
|
9273
9273
|
scheduleUpdateOnFiber(
|
9274
|
-
|
9274
|
+
JSCompiler_object_inline_digest_2471,
|
9275
9275
|
current,
|
9276
|
-
|
9276
|
+
JSCompiler_object_inline_stack_2472
|
9277
9277
|
),
|
9278
9278
|
SelectiveHydrationException)
|
9279
9279
|
);
|
9280
|
-
|
9280
|
+
JSCompiler_object_inline_message_2470.data ===
|
9281
9281
|
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
9282
9282
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
9283
9283
|
current,
|
@@ -9285,14 +9285,14 @@
|
|
9285
9285
|
renderLanes
|
9286
9286
|
);
|
9287
9287
|
} else
|
9288
|
-
|
9288
|
+
JSCompiler_object_inline_message_2470.data ===
|
9289
9289
|
SUSPENSE_PENDING_START_DATA
|
9290
9290
|
? ((workInProgress.flags |= 192),
|
9291
9291
|
(workInProgress.child = current.child),
|
9292
9292
|
(workInProgress = null))
|
9293
9293
|
: ((current = prevState.treeContext),
|
9294
9294
|
(nextHydratableInstance = getNextHydratable(
|
9295
|
-
|
9295
|
+
JSCompiler_object_inline_message_2470.nextSibling
|
9296
9296
|
)),
|
9297
9297
|
(hydrationParentFiber = workInProgress),
|
9298
9298
|
(isHydrating = !0),
|
@@ -9310,57 +9310,57 @@
|
|
9310
9310
|
(treeContextProvider = workInProgress)),
|
9311
9311
|
(workInProgress = mountSuspensePrimaryChildren(
|
9312
9312
|
workInProgress,
|
9313
|
-
|
9313
|
+
JSCompiler_object_inline_stack_2472.children
|
9314
9314
|
)),
|
9315
9315
|
(workInProgress.flags |= 4096));
|
9316
9316
|
return workInProgress;
|
9317
9317
|
}
|
9318
|
-
if (
|
9318
|
+
if (JSCompiler_object_inline_componentStack_2473)
|
9319
9319
|
return (
|
9320
9320
|
reuseSuspenseHandlerOnStack(workInProgress),
|
9321
|
-
(
|
9322
|
-
|
9323
|
-
(
|
9321
|
+
(JSCompiler_object_inline_componentStack_2473 =
|
9322
|
+
JSCompiler_object_inline_stack_2472.fallback),
|
9323
|
+
(JSCompiler_object_inline_message_2470 = workInProgress.mode),
|
9324
9324
|
(JSCompiler_temp = current.child),
|
9325
9325
|
(instance = JSCompiler_temp.sibling),
|
9326
|
-
(
|
9326
|
+
(JSCompiler_object_inline_stack_2472 = createWorkInProgress(
|
9327
9327
|
JSCompiler_temp,
|
9328
9328
|
{
|
9329
9329
|
mode: "hidden",
|
9330
|
-
children:
|
9330
|
+
children: JSCompiler_object_inline_stack_2472.children
|
9331
9331
|
}
|
9332
9332
|
)),
|
9333
|
-
(
|
9333
|
+
(JSCompiler_object_inline_stack_2472.subtreeFlags =
|
9334
9334
|
JSCompiler_temp.subtreeFlags & 65011712),
|
9335
9335
|
null !== instance
|
9336
|
-
? (
|
9336
|
+
? (JSCompiler_object_inline_componentStack_2473 =
|
9337
9337
|
createWorkInProgress(
|
9338
9338
|
instance,
|
9339
|
-
|
9339
|
+
JSCompiler_object_inline_componentStack_2473
|
9340
9340
|
))
|
9341
|
-
: ((
|
9341
|
+
: ((JSCompiler_object_inline_componentStack_2473 =
|
9342
9342
|
createFiberFromFragment(
|
9343
|
-
|
9344
|
-
|
9343
|
+
JSCompiler_object_inline_componentStack_2473,
|
9344
|
+
JSCompiler_object_inline_message_2470,
|
9345
9345
|
renderLanes,
|
9346
9346
|
null
|
9347
9347
|
)),
|
9348
|
-
(
|
9349
|
-
(
|
9348
|
+
(JSCompiler_object_inline_componentStack_2473.flags |= 2)),
|
9349
|
+
(JSCompiler_object_inline_componentStack_2473.return =
|
9350
9350
|
workInProgress),
|
9351
|
-
(
|
9352
|
-
(
|
9353
|
-
|
9354
|
-
(workInProgress.child =
|
9355
|
-
(
|
9356
|
-
|
9357
|
-
(
|
9358
|
-
(
|
9359
|
-
null ===
|
9360
|
-
? (
|
9351
|
+
(JSCompiler_object_inline_stack_2472.return = workInProgress),
|
9352
|
+
(JSCompiler_object_inline_stack_2472.sibling =
|
9353
|
+
JSCompiler_object_inline_componentStack_2473),
|
9354
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2472),
|
9355
|
+
(JSCompiler_object_inline_stack_2472 =
|
9356
|
+
JSCompiler_object_inline_componentStack_2473),
|
9357
|
+
(JSCompiler_object_inline_componentStack_2473 = workInProgress.child),
|
9358
|
+
(JSCompiler_object_inline_message_2470 = current.child.memoizedState),
|
9359
|
+
null === JSCompiler_object_inline_message_2470
|
9360
|
+
? (JSCompiler_object_inline_message_2470 =
|
9361
9361
|
mountSuspenseOffscreenState(renderLanes))
|
9362
9362
|
: ((JSCompiler_temp =
|
9363
|
-
|
9363
|
+
JSCompiler_object_inline_message_2470.cachePool),
|
9364
9364
|
null !== JSCompiler_temp
|
9365
9365
|
? ((instance = CacheContext._currentValue),
|
9366
9366
|
(JSCompiler_temp =
|
@@ -9368,37 +9368,37 @@
|
|
9368
9368
|
? { parent: instance, pool: instance }
|
9369
9369
|
: JSCompiler_temp))
|
9370
9370
|
: (JSCompiler_temp = getSuspendedCache()),
|
9371
|
-
(
|
9371
|
+
(JSCompiler_object_inline_message_2470 = {
|
9372
9372
|
baseLanes:
|
9373
|
-
|
9373
|
+
JSCompiler_object_inline_message_2470.baseLanes | renderLanes,
|
9374
9374
|
cachePool: JSCompiler_temp
|
9375
9375
|
})),
|
9376
|
-
(
|
9377
|
-
|
9378
|
-
(
|
9376
|
+
(JSCompiler_object_inline_componentStack_2473.memoizedState =
|
9377
|
+
JSCompiler_object_inline_message_2470),
|
9378
|
+
(JSCompiler_object_inline_componentStack_2473.childLanes =
|
9379
9379
|
getRemainingWorkInPrimaryTree(
|
9380
9380
|
current,
|
9381
|
-
|
9381
|
+
JSCompiler_object_inline_digest_2471,
|
9382
9382
|
renderLanes
|
9383
9383
|
)),
|
9384
9384
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
9385
|
-
|
9385
|
+
JSCompiler_object_inline_stack_2472
|
9386
9386
|
);
|
9387
9387
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
9388
9388
|
renderLanes = current.child;
|
9389
9389
|
current = renderLanes.sibling;
|
9390
9390
|
renderLanes = createWorkInProgress(renderLanes, {
|
9391
9391
|
mode: "visible",
|
9392
|
-
children:
|
9392
|
+
children: JSCompiler_object_inline_stack_2472.children
|
9393
9393
|
});
|
9394
9394
|
renderLanes.return = workInProgress;
|
9395
9395
|
renderLanes.sibling = null;
|
9396
9396
|
null !== current &&
|
9397
|
-
((
|
9398
|
-
null ===
|
9397
|
+
((JSCompiler_object_inline_digest_2471 = workInProgress.deletions),
|
9398
|
+
null === JSCompiler_object_inline_digest_2471
|
9399
9399
|
? ((workInProgress.deletions = [current]),
|
9400
9400
|
(workInProgress.flags |= 16))
|
9401
|
-
:
|
9401
|
+
: JSCompiler_object_inline_digest_2471.push(current));
|
9402
9402
|
workInProgress.child = renderLanes;
|
9403
9403
|
workInProgress.memoizedState = null;
|
9404
9404
|
return renderLanes;
|
@@ -24827,11 +24827,11 @@
|
|
24827
24827
|
};
|
24828
24828
|
(function () {
|
24829
24829
|
var isomorphicReactPackageVersion = React.version;
|
24830
|
-
if ("19.1.0-canary-
|
24830
|
+
if ("19.1.0-canary-db7dfe05-20250319" !== isomorphicReactPackageVersion)
|
24831
24831
|
throw Error(
|
24832
24832
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24833
24833
|
(isomorphicReactPackageVersion +
|
24834
|
-
"\n - react-dom: 19.1.0-canary-
|
24834
|
+
"\n - react-dom: 19.1.0-canary-db7dfe05-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
24835
24835
|
);
|
24836
24836
|
})();
|
24837
24837
|
("function" === typeof Map &&
|
@@ -24868,10 +24868,10 @@
|
|
24868
24868
|
!(function () {
|
24869
24869
|
var internals = {
|
24870
24870
|
bundleType: 1,
|
24871
|
-
version: "19.1.0-canary-
|
24871
|
+
version: "19.1.0-canary-db7dfe05-20250319",
|
24872
24872
|
rendererPackageName: "react-dom",
|
24873
24873
|
currentDispatcherRef: ReactSharedInternals,
|
24874
|
-
reconcilerVersion: "19.1.0-canary-
|
24874
|
+
reconcilerVersion: "19.1.0-canary-db7dfe05-20250319"
|
24875
24875
|
};
|
24876
24876
|
internals.overrideHookState = overrideHookState;
|
24877
24877
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25015,7 +25015,7 @@
|
|
25015
25015
|
listenToAllSupportedEvents(container);
|
25016
25016
|
return new ReactDOMHydrationRoot(initialChildren);
|
25017
25017
|
};
|
25018
|
-
exports.version = "19.1.0-canary-
|
25018
|
+
exports.version = "19.1.0-canary-db7dfe05-20250319";
|
25019
25019
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25020
25020
|
"function" ===
|
25021
25021
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|