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
|
@@ -4859,7 +4859,7 @@
|
|
|
4859
4859
|
100 < thenableState.shellSuspendCounter
|
|
4860
4860
|
)
|
|
4861
4861
|
throw Error(
|
|
4862
|
-
"
|
|
4862
|
+
"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."
|
|
4863
4863
|
);
|
|
4864
4864
|
thenableState = thenable;
|
|
4865
4865
|
thenableState.status = "pending";
|
|
@@ -5059,7 +5059,10 @@
|
|
|
5059
5059
|
didWarnAboutAsyncClientComponent.has(nextRenderLanes) ||
|
|
5060
5060
|
(didWarnAboutAsyncClientComponent.add(nextRenderLanes),
|
|
5061
5061
|
console.error(
|
|
5062
|
-
"
|
|
5062
|
+
"%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.",
|
|
5063
|
+
null === nextRenderLanes
|
|
5064
|
+
? "An unknown Component"
|
|
5065
|
+
: "<" + nextRenderLanes + ">"
|
|
5063
5066
|
));
|
|
5064
5067
|
workInProgress.memoizedState = null;
|
|
5065
5068
|
workInProgress.updateQueue = null;
|
|
@@ -6400,14 +6403,14 @@
|
|
|
6400
6403
|
(
|
|
6401
6404
|
idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1))
|
|
6402
6405
|
).toString(32) + treeId;
|
|
6403
|
-
identifierPrefix = "
|
|
6406
|
+
identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId;
|
|
6404
6407
|
treeId = localIdCounter++;
|
|
6405
6408
|
0 < treeId && (identifierPrefix += "H" + treeId.toString(32));
|
|
6406
|
-
identifierPrefix += "
|
|
6409
|
+
identifierPrefix += "\u00bb";
|
|
6407
6410
|
} else
|
|
6408
6411
|
(treeId = globalClientIdCounter++),
|
|
6409
6412
|
(identifierPrefix =
|
|
6410
|
-
"
|
|
6413
|
+
"\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb");
|
|
6411
6414
|
return (hook.memoizedState = identifierPrefix);
|
|
6412
6415
|
}
|
|
6413
6416
|
function mountRefresh() {
|
|
@@ -8973,32 +8976,32 @@
|
|
|
8973
8976
|
return current;
|
|
8974
8977
|
}
|
|
8975
8978
|
function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
|
8976
|
-
var
|
|
8977
|
-
var
|
|
8979
|
+
var JSCompiler_object_inline_digest_2430;
|
|
8980
|
+
var JSCompiler_object_inline_stack_2431 = workInProgress.pendingProps;
|
|
8978
8981
|
shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
|
|
8979
|
-
var
|
|
8982
|
+
var JSCompiler_object_inline_componentStack_2432 = !1;
|
|
8980
8983
|
var didSuspend = 0 !== (workInProgress.flags & 128);
|
|
8981
|
-
(
|
|
8982
|
-
(
|
|
8984
|
+
(JSCompiler_object_inline_digest_2430 = didSuspend) ||
|
|
8985
|
+
(JSCompiler_object_inline_digest_2430 =
|
|
8983
8986
|
null !== current && null === current.memoizedState
|
|
8984
8987
|
? !1
|
|
8985
8988
|
: 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
|
|
8986
|
-
|
|
8987
|
-
((
|
|
8989
|
+
JSCompiler_object_inline_digest_2430 &&
|
|
8990
|
+
((JSCompiler_object_inline_componentStack_2432 = !0),
|
|
8988
8991
|
(workInProgress.flags &= -129));
|
|
8989
|
-
|
|
8992
|
+
JSCompiler_object_inline_digest_2430 = 0 !== (workInProgress.flags & 32);
|
|
8990
8993
|
workInProgress.flags &= -33;
|
|
8991
8994
|
if (null === current) {
|
|
8992
8995
|
if (isHydrating) {
|
|
8993
|
-
|
|
8996
|
+
JSCompiler_object_inline_componentStack_2432
|
|
8994
8997
|
? pushPrimaryTreeSuspenseHandler(workInProgress)
|
|
8995
8998
|
: reuseSuspenseHandlerOnStack(workInProgress);
|
|
8996
8999
|
if (isHydrating) {
|
|
8997
|
-
var
|
|
9000
|
+
var JSCompiler_object_inline_message_2429 = nextHydratableInstance;
|
|
8998
9001
|
var JSCompiler_temp;
|
|
8999
|
-
if (!(JSCompiler_temp = !
|
|
9002
|
+
if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2429)) {
|
|
9000
9003
|
c: {
|
|
9001
|
-
var instance =
|
|
9004
|
+
var instance = JSCompiler_object_inline_message_2429;
|
|
9002
9005
|
for (
|
|
9003
9006
|
JSCompiler_temp = rootOrSingletonContext;
|
|
9004
9007
|
8 !== instance.nodeType;
|
|
@@ -9040,77 +9043,77 @@
|
|
|
9040
9043
|
JSCompiler_temp &&
|
|
9041
9044
|
(warnNonHydratedInstance(
|
|
9042
9045
|
workInProgress,
|
|
9043
|
-
|
|
9046
|
+
JSCompiler_object_inline_message_2429
|
|
9044
9047
|
),
|
|
9045
9048
|
throwOnHydrationMismatch(workInProgress));
|
|
9046
9049
|
}
|
|
9047
|
-
|
|
9050
|
+
JSCompiler_object_inline_message_2429 = workInProgress.memoizedState;
|
|
9048
9051
|
if (
|
|
9049
|
-
null !==
|
|
9050
|
-
((
|
|
9051
|
-
|
|
9052
|
-
null !==
|
|
9052
|
+
null !== JSCompiler_object_inline_message_2429 &&
|
|
9053
|
+
((JSCompiler_object_inline_message_2429 =
|
|
9054
|
+
JSCompiler_object_inline_message_2429.dehydrated),
|
|
9055
|
+
null !== JSCompiler_object_inline_message_2429)
|
|
9053
9056
|
)
|
|
9054
9057
|
return (
|
|
9055
|
-
isSuspenseInstanceFallback(
|
|
9058
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429)
|
|
9056
9059
|
? (workInProgress.lanes = 32)
|
|
9057
9060
|
: (workInProgress.lanes = 536870912),
|
|
9058
9061
|
null
|
|
9059
9062
|
);
|
|
9060
9063
|
popSuspenseHandler(workInProgress);
|
|
9061
9064
|
}
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
|
|
9065
|
-
|
|
9066
|
-
if (
|
|
9065
|
+
JSCompiler_object_inline_message_2429 =
|
|
9066
|
+
JSCompiler_object_inline_stack_2431.children;
|
|
9067
|
+
JSCompiler_object_inline_stack_2431 =
|
|
9068
|
+
JSCompiler_object_inline_stack_2431.fallback;
|
|
9069
|
+
if (JSCompiler_object_inline_componentStack_2432)
|
|
9067
9070
|
return (
|
|
9068
9071
|
reuseSuspenseHandlerOnStack(workInProgress),
|
|
9069
|
-
(
|
|
9072
|
+
(JSCompiler_object_inline_componentStack_2432 =
|
|
9070
9073
|
workInProgress.mode),
|
|
9071
|
-
(
|
|
9074
|
+
(JSCompiler_object_inline_message_2429 =
|
|
9072
9075
|
mountWorkInProgressOffscreenFiber(
|
|
9073
9076
|
{
|
|
9074
9077
|
mode: "hidden",
|
|
9075
|
-
children:
|
|
9078
|
+
children: JSCompiler_object_inline_message_2429
|
|
9076
9079
|
},
|
|
9077
|
-
|
|
9080
|
+
JSCompiler_object_inline_componentStack_2432
|
|
9078
9081
|
)),
|
|
9079
|
-
(
|
|
9080
|
-
|
|
9081
|
-
|
|
9082
|
+
(JSCompiler_object_inline_stack_2431 = createFiberFromFragment(
|
|
9083
|
+
JSCompiler_object_inline_stack_2431,
|
|
9084
|
+
JSCompiler_object_inline_componentStack_2432,
|
|
9082
9085
|
renderLanes,
|
|
9083
9086
|
null
|
|
9084
9087
|
)),
|
|
9085
|
-
(
|
|
9086
|
-
(
|
|
9087
|
-
(
|
|
9088
|
-
|
|
9089
|
-
(workInProgress.child =
|
|
9090
|
-
(
|
|
9088
|
+
(JSCompiler_object_inline_message_2429.return = workInProgress),
|
|
9089
|
+
(JSCompiler_object_inline_stack_2431.return = workInProgress),
|
|
9090
|
+
(JSCompiler_object_inline_message_2429.sibling =
|
|
9091
|
+
JSCompiler_object_inline_stack_2431),
|
|
9092
|
+
(workInProgress.child = JSCompiler_object_inline_message_2429),
|
|
9093
|
+
(JSCompiler_object_inline_componentStack_2432 =
|
|
9091
9094
|
workInProgress.child),
|
|
9092
|
-
(
|
|
9095
|
+
(JSCompiler_object_inline_componentStack_2432.memoizedState =
|
|
9093
9096
|
mountSuspenseOffscreenState(renderLanes)),
|
|
9094
|
-
(
|
|
9097
|
+
(JSCompiler_object_inline_componentStack_2432.childLanes =
|
|
9095
9098
|
getRemainingWorkInPrimaryTree(
|
|
9096
9099
|
current,
|
|
9097
|
-
|
|
9100
|
+
JSCompiler_object_inline_digest_2430,
|
|
9098
9101
|
renderLanes
|
|
9099
9102
|
)),
|
|
9100
9103
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
|
9101
|
-
|
|
9104
|
+
JSCompiler_object_inline_stack_2431
|
|
9102
9105
|
);
|
|
9103
9106
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
|
9104
9107
|
return mountSuspensePrimaryChildren(
|
|
9105
9108
|
workInProgress,
|
|
9106
|
-
|
|
9109
|
+
JSCompiler_object_inline_message_2429
|
|
9107
9110
|
);
|
|
9108
9111
|
}
|
|
9109
9112
|
var prevState = current.memoizedState;
|
|
9110
9113
|
if (
|
|
9111
9114
|
null !== prevState &&
|
|
9112
|
-
((
|
|
9113
|
-
null !==
|
|
9115
|
+
((JSCompiler_object_inline_message_2429 = prevState.dehydrated),
|
|
9116
|
+
null !== JSCompiler_object_inline_message_2429)
|
|
9114
9117
|
) {
|
|
9115
9118
|
if (didSuspend)
|
|
9116
9119
|
workInProgress.flags & 256
|
|
@@ -9127,94 +9130,94 @@
|
|
|
9127
9130
|
(workInProgress.flags |= 128),
|
|
9128
9131
|
(workInProgress = null))
|
|
9129
9132
|
: (reuseSuspenseHandlerOnStack(workInProgress),
|
|
9130
|
-
(
|
|
9131
|
-
|
|
9132
|
-
(
|
|
9133
|
-
(
|
|
9133
|
+
(JSCompiler_object_inline_componentStack_2432 =
|
|
9134
|
+
JSCompiler_object_inline_stack_2431.fallback),
|
|
9135
|
+
(JSCompiler_object_inline_message_2429 = workInProgress.mode),
|
|
9136
|
+
(JSCompiler_object_inline_stack_2431 =
|
|
9134
9137
|
mountWorkInProgressOffscreenFiber(
|
|
9135
9138
|
{
|
|
9136
9139
|
mode: "visible",
|
|
9137
|
-
children:
|
|
9140
|
+
children: JSCompiler_object_inline_stack_2431.children
|
|
9138
9141
|
},
|
|
9139
|
-
|
|
9142
|
+
JSCompiler_object_inline_message_2429
|
|
9140
9143
|
)),
|
|
9141
|
-
(
|
|
9144
|
+
(JSCompiler_object_inline_componentStack_2432 =
|
|
9142
9145
|
createFiberFromFragment(
|
|
9143
|
-
|
|
9144
|
-
|
|
9146
|
+
JSCompiler_object_inline_componentStack_2432,
|
|
9147
|
+
JSCompiler_object_inline_message_2429,
|
|
9145
9148
|
renderLanes,
|
|
9146
9149
|
null
|
|
9147
9150
|
)),
|
|
9148
|
-
(
|
|
9149
|
-
(
|
|
9150
|
-
(
|
|
9151
|
+
(JSCompiler_object_inline_componentStack_2432.flags |= 2),
|
|
9152
|
+
(JSCompiler_object_inline_stack_2431.return = workInProgress),
|
|
9153
|
+
(JSCompiler_object_inline_componentStack_2432.return =
|
|
9151
9154
|
workInProgress),
|
|
9152
|
-
(
|
|
9153
|
-
|
|
9154
|
-
(workInProgress.child =
|
|
9155
|
+
(JSCompiler_object_inline_stack_2431.sibling =
|
|
9156
|
+
JSCompiler_object_inline_componentStack_2432),
|
|
9157
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2431),
|
|
9155
9158
|
reconcileChildFibers(
|
|
9156
9159
|
workInProgress,
|
|
9157
9160
|
current.child,
|
|
9158
9161
|
null,
|
|
9159
9162
|
renderLanes
|
|
9160
9163
|
),
|
|
9161
|
-
(
|
|
9162
|
-
(
|
|
9164
|
+
(JSCompiler_object_inline_stack_2431 = workInProgress.child),
|
|
9165
|
+
(JSCompiler_object_inline_stack_2431.memoizedState =
|
|
9163
9166
|
mountSuspenseOffscreenState(renderLanes)),
|
|
9164
|
-
(
|
|
9167
|
+
(JSCompiler_object_inline_stack_2431.childLanes =
|
|
9165
9168
|
getRemainingWorkInPrimaryTree(
|
|
9166
9169
|
current,
|
|
9167
|
-
|
|
9170
|
+
JSCompiler_object_inline_digest_2430,
|
|
9168
9171
|
renderLanes
|
|
9169
9172
|
)),
|
|
9170
9173
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
|
9171
9174
|
(workInProgress =
|
|
9172
|
-
|
|
9175
|
+
JSCompiler_object_inline_componentStack_2432));
|
|
9173
9176
|
else if (
|
|
9174
9177
|
(pushPrimaryTreeSuspenseHandler(workInProgress),
|
|
9175
9178
|
isHydrating &&
|
|
9176
9179
|
console.error(
|
|
9177
9180
|
"We should not be hydrating here. This is a bug in React. Please file a bug."
|
|
9178
9181
|
),
|
|
9179
|
-
isSuspenseInstanceFallback(
|
|
9182
|
+
isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429))
|
|
9180
9183
|
) {
|
|
9181
|
-
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
if (
|
|
9185
|
-
JSCompiler_temp =
|
|
9186
|
-
var message =
|
|
9187
|
-
instance =
|
|
9188
|
-
var componentStack =
|
|
9184
|
+
JSCompiler_object_inline_digest_2430 =
|
|
9185
|
+
JSCompiler_object_inline_message_2429.nextSibling &&
|
|
9186
|
+
JSCompiler_object_inline_message_2429.nextSibling.dataset;
|
|
9187
|
+
if (JSCompiler_object_inline_digest_2430) {
|
|
9188
|
+
JSCompiler_temp = JSCompiler_object_inline_digest_2430.dgst;
|
|
9189
|
+
var message = JSCompiler_object_inline_digest_2430.msg;
|
|
9190
|
+
instance = JSCompiler_object_inline_digest_2430.stck;
|
|
9191
|
+
var componentStack = JSCompiler_object_inline_digest_2430.cstck;
|
|
9189
9192
|
}
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
|
|
9193
|
-
JSCompiler_temp =
|
|
9193
|
+
JSCompiler_object_inline_message_2429 = message;
|
|
9194
|
+
JSCompiler_object_inline_digest_2430 = JSCompiler_temp;
|
|
9195
|
+
JSCompiler_object_inline_stack_2431 = instance;
|
|
9196
|
+
JSCompiler_temp = JSCompiler_object_inline_componentStack_2432 =
|
|
9194
9197
|
componentStack;
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
? Error(
|
|
9198
|
+
JSCompiler_object_inline_componentStack_2432 =
|
|
9199
|
+
JSCompiler_object_inline_message_2429
|
|
9200
|
+
? Error(JSCompiler_object_inline_message_2429)
|
|
9198
9201
|
: Error(
|
|
9199
9202
|
"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
|
|
9200
9203
|
);
|
|
9201
|
-
|
|
9202
|
-
|
|
9203
|
-
|
|
9204
|
-
|
|
9205
|
-
|
|
9204
|
+
JSCompiler_object_inline_componentStack_2432.stack =
|
|
9205
|
+
JSCompiler_object_inline_stack_2431 || "";
|
|
9206
|
+
JSCompiler_object_inline_componentStack_2432.digest =
|
|
9207
|
+
JSCompiler_object_inline_digest_2430;
|
|
9208
|
+
JSCompiler_object_inline_digest_2430 =
|
|
9206
9209
|
void 0 === JSCompiler_temp ? null : JSCompiler_temp;
|
|
9207
|
-
|
|
9208
|
-
value:
|
|
9210
|
+
JSCompiler_object_inline_stack_2431 = {
|
|
9211
|
+
value: JSCompiler_object_inline_componentStack_2432,
|
|
9209
9212
|
source: null,
|
|
9210
|
-
stack:
|
|
9213
|
+
stack: JSCompiler_object_inline_digest_2430
|
|
9211
9214
|
};
|
|
9212
|
-
"string" === typeof
|
|
9215
|
+
"string" === typeof JSCompiler_object_inline_digest_2430 &&
|
|
9213
9216
|
CapturedStacks.set(
|
|
9214
|
-
|
|
9215
|
-
|
|
9217
|
+
JSCompiler_object_inline_componentStack_2432,
|
|
9218
|
+
JSCompiler_object_inline_stack_2431
|
|
9216
9219
|
);
|
|
9217
|
-
queueHydrationError(
|
|
9220
|
+
queueHydrationError(JSCompiler_object_inline_stack_2431);
|
|
9218
9221
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
|
9219
9222
|
current,
|
|
9220
9223
|
workInProgress,
|
|
@@ -9228,44 +9231,44 @@
|
|
|
9228
9231
|
renderLanes,
|
|
9229
9232
|
!1
|
|
9230
9233
|
),
|
|
9231
|
-
(
|
|
9234
|
+
(JSCompiler_object_inline_digest_2430 =
|
|
9232
9235
|
0 !== (renderLanes & current.childLanes)),
|
|
9233
|
-
didReceiveUpdate ||
|
|
9236
|
+
didReceiveUpdate || JSCompiler_object_inline_digest_2430)
|
|
9234
9237
|
) {
|
|
9235
|
-
|
|
9238
|
+
JSCompiler_object_inline_digest_2430 = workInProgressRoot;
|
|
9236
9239
|
if (
|
|
9237
|
-
null !==
|
|
9238
|
-
((
|
|
9239
|
-
(
|
|
9240
|
-
0 !== (
|
|
9240
|
+
null !== JSCompiler_object_inline_digest_2430 &&
|
|
9241
|
+
((JSCompiler_object_inline_stack_2431 = renderLanes & -renderLanes),
|
|
9242
|
+
(JSCompiler_object_inline_stack_2431 =
|
|
9243
|
+
0 !== (JSCompiler_object_inline_stack_2431 & 42)
|
|
9241
9244
|
? 1
|
|
9242
9245
|
: getBumpedLaneForHydrationByLane(
|
|
9243
|
-
|
|
9246
|
+
JSCompiler_object_inline_stack_2431
|
|
9244
9247
|
)),
|
|
9245
|
-
(
|
|
9248
|
+
(JSCompiler_object_inline_stack_2431 =
|
|
9246
9249
|
0 !==
|
|
9247
|
-
(
|
|
9248
|
-
(
|
|
9250
|
+
(JSCompiler_object_inline_stack_2431 &
|
|
9251
|
+
(JSCompiler_object_inline_digest_2430.suspendedLanes |
|
|
9249
9252
|
renderLanes))
|
|
9250
9253
|
? 0
|
|
9251
|
-
:
|
|
9252
|
-
0 !==
|
|
9253
|
-
|
|
9254
|
+
: JSCompiler_object_inline_stack_2431),
|
|
9255
|
+
0 !== JSCompiler_object_inline_stack_2431 &&
|
|
9256
|
+
JSCompiler_object_inline_stack_2431 !== prevState.retryLane)
|
|
9254
9257
|
)
|
|
9255
9258
|
throw (
|
|
9256
|
-
((prevState.retryLane =
|
|
9259
|
+
((prevState.retryLane = JSCompiler_object_inline_stack_2431),
|
|
9257
9260
|
enqueueConcurrentRenderForLane(
|
|
9258
9261
|
current,
|
|
9259
|
-
|
|
9262
|
+
JSCompiler_object_inline_stack_2431
|
|
9260
9263
|
),
|
|
9261
9264
|
scheduleUpdateOnFiber(
|
|
9262
|
-
|
|
9265
|
+
JSCompiler_object_inline_digest_2430,
|
|
9263
9266
|
current,
|
|
9264
|
-
|
|
9267
|
+
JSCompiler_object_inline_stack_2431
|
|
9265
9268
|
),
|
|
9266
9269
|
SelectiveHydrationException)
|
|
9267
9270
|
);
|
|
9268
|
-
|
|
9271
|
+
JSCompiler_object_inline_message_2429.data ===
|
|
9269
9272
|
SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
|
|
9270
9273
|
workInProgress = retrySuspenseComponentWithoutHydrating(
|
|
9271
9274
|
current,
|
|
@@ -9273,14 +9276,14 @@
|
|
|
9273
9276
|
renderLanes
|
|
9274
9277
|
);
|
|
9275
9278
|
} else
|
|
9276
|
-
|
|
9279
|
+
JSCompiler_object_inline_message_2429.data ===
|
|
9277
9280
|
SUSPENSE_PENDING_START_DATA
|
|
9278
9281
|
? ((workInProgress.flags |= 192),
|
|
9279
9282
|
(workInProgress.child = current.child),
|
|
9280
9283
|
(workInProgress = null))
|
|
9281
9284
|
: ((current = prevState.treeContext),
|
|
9282
9285
|
(nextHydratableInstance = getNextHydratable(
|
|
9283
|
-
|
|
9286
|
+
JSCompiler_object_inline_message_2429.nextSibling
|
|
9284
9287
|
)),
|
|
9285
9288
|
(hydrationParentFiber = workInProgress),
|
|
9286
9289
|
(isHydrating = !0),
|
|
@@ -9298,57 +9301,57 @@
|
|
|
9298
9301
|
(treeContextProvider = workInProgress)),
|
|
9299
9302
|
(workInProgress = mountSuspensePrimaryChildren(
|
|
9300
9303
|
workInProgress,
|
|
9301
|
-
|
|
9304
|
+
JSCompiler_object_inline_stack_2431.children
|
|
9302
9305
|
)),
|
|
9303
9306
|
(workInProgress.flags |= 4096));
|
|
9304
9307
|
return workInProgress;
|
|
9305
9308
|
}
|
|
9306
|
-
if (
|
|
9309
|
+
if (JSCompiler_object_inline_componentStack_2432)
|
|
9307
9310
|
return (
|
|
9308
9311
|
reuseSuspenseHandlerOnStack(workInProgress),
|
|
9309
|
-
(
|
|
9310
|
-
|
|
9311
|
-
(
|
|
9312
|
+
(JSCompiler_object_inline_componentStack_2432 =
|
|
9313
|
+
JSCompiler_object_inline_stack_2431.fallback),
|
|
9314
|
+
(JSCompiler_object_inline_message_2429 = workInProgress.mode),
|
|
9312
9315
|
(JSCompiler_temp = current.child),
|
|
9313
9316
|
(instance = JSCompiler_temp.sibling),
|
|
9314
|
-
(
|
|
9317
|
+
(JSCompiler_object_inline_stack_2431 = createWorkInProgress(
|
|
9315
9318
|
JSCompiler_temp,
|
|
9316
9319
|
{
|
|
9317
9320
|
mode: "hidden",
|
|
9318
|
-
children:
|
|
9321
|
+
children: JSCompiler_object_inline_stack_2431.children
|
|
9319
9322
|
}
|
|
9320
9323
|
)),
|
|
9321
|
-
(
|
|
9324
|
+
(JSCompiler_object_inline_stack_2431.subtreeFlags =
|
|
9322
9325
|
JSCompiler_temp.subtreeFlags & 65011712),
|
|
9323
9326
|
null !== instance
|
|
9324
|
-
? (
|
|
9327
|
+
? (JSCompiler_object_inline_componentStack_2432 =
|
|
9325
9328
|
createWorkInProgress(
|
|
9326
9329
|
instance,
|
|
9327
|
-
|
|
9330
|
+
JSCompiler_object_inline_componentStack_2432
|
|
9328
9331
|
))
|
|
9329
|
-
: ((
|
|
9332
|
+
: ((JSCompiler_object_inline_componentStack_2432 =
|
|
9330
9333
|
createFiberFromFragment(
|
|
9331
|
-
|
|
9332
|
-
|
|
9334
|
+
JSCompiler_object_inline_componentStack_2432,
|
|
9335
|
+
JSCompiler_object_inline_message_2429,
|
|
9333
9336
|
renderLanes,
|
|
9334
9337
|
null
|
|
9335
9338
|
)),
|
|
9336
|
-
(
|
|
9337
|
-
(
|
|
9339
|
+
(JSCompiler_object_inline_componentStack_2432.flags |= 2)),
|
|
9340
|
+
(JSCompiler_object_inline_componentStack_2432.return =
|
|
9338
9341
|
workInProgress),
|
|
9339
|
-
(
|
|
9340
|
-
(
|
|
9341
|
-
|
|
9342
|
-
(workInProgress.child =
|
|
9343
|
-
(
|
|
9344
|
-
|
|
9345
|
-
(
|
|
9346
|
-
(
|
|
9347
|
-
null ===
|
|
9348
|
-
? (
|
|
9342
|
+
(JSCompiler_object_inline_stack_2431.return = workInProgress),
|
|
9343
|
+
(JSCompiler_object_inline_stack_2431.sibling =
|
|
9344
|
+
JSCompiler_object_inline_componentStack_2432),
|
|
9345
|
+
(workInProgress.child = JSCompiler_object_inline_stack_2431),
|
|
9346
|
+
(JSCompiler_object_inline_stack_2431 =
|
|
9347
|
+
JSCompiler_object_inline_componentStack_2432),
|
|
9348
|
+
(JSCompiler_object_inline_componentStack_2432 = workInProgress.child),
|
|
9349
|
+
(JSCompiler_object_inline_message_2429 = current.child.memoizedState),
|
|
9350
|
+
null === JSCompiler_object_inline_message_2429
|
|
9351
|
+
? (JSCompiler_object_inline_message_2429 =
|
|
9349
9352
|
mountSuspenseOffscreenState(renderLanes))
|
|
9350
9353
|
: ((JSCompiler_temp =
|
|
9351
|
-
|
|
9354
|
+
JSCompiler_object_inline_message_2429.cachePool),
|
|
9352
9355
|
null !== JSCompiler_temp
|
|
9353
9356
|
? ((instance = CacheContext._currentValue),
|
|
9354
9357
|
(JSCompiler_temp =
|
|
@@ -9356,37 +9359,37 @@
|
|
|
9356
9359
|
? { parent: instance, pool: instance }
|
|
9357
9360
|
: JSCompiler_temp))
|
|
9358
9361
|
: (JSCompiler_temp = getSuspendedCache()),
|
|
9359
|
-
(
|
|
9362
|
+
(JSCompiler_object_inline_message_2429 = {
|
|
9360
9363
|
baseLanes:
|
|
9361
|
-
|
|
9364
|
+
JSCompiler_object_inline_message_2429.baseLanes | renderLanes,
|
|
9362
9365
|
cachePool: JSCompiler_temp
|
|
9363
9366
|
})),
|
|
9364
|
-
(
|
|
9365
|
-
|
|
9366
|
-
(
|
|
9367
|
+
(JSCompiler_object_inline_componentStack_2432.memoizedState =
|
|
9368
|
+
JSCompiler_object_inline_message_2429),
|
|
9369
|
+
(JSCompiler_object_inline_componentStack_2432.childLanes =
|
|
9367
9370
|
getRemainingWorkInPrimaryTree(
|
|
9368
9371
|
current,
|
|
9369
|
-
|
|
9372
|
+
JSCompiler_object_inline_digest_2430,
|
|
9370
9373
|
renderLanes
|
|
9371
9374
|
)),
|
|
9372
9375
|
(workInProgress.memoizedState = SUSPENDED_MARKER),
|
|
9373
|
-
|
|
9376
|
+
JSCompiler_object_inline_stack_2431
|
|
9374
9377
|
);
|
|
9375
9378
|
pushPrimaryTreeSuspenseHandler(workInProgress);
|
|
9376
9379
|
renderLanes = current.child;
|
|
9377
9380
|
current = renderLanes.sibling;
|
|
9378
9381
|
renderLanes = createWorkInProgress(renderLanes, {
|
|
9379
9382
|
mode: "visible",
|
|
9380
|
-
children:
|
|
9383
|
+
children: JSCompiler_object_inline_stack_2431.children
|
|
9381
9384
|
});
|
|
9382
9385
|
renderLanes.return = workInProgress;
|
|
9383
9386
|
renderLanes.sibling = null;
|
|
9384
9387
|
null !== current &&
|
|
9385
|
-
((
|
|
9386
|
-
null ===
|
|
9388
|
+
((JSCompiler_object_inline_digest_2430 = workInProgress.deletions),
|
|
9389
|
+
null === JSCompiler_object_inline_digest_2430
|
|
9387
9390
|
? ((workInProgress.deletions = [current]),
|
|
9388
9391
|
(workInProgress.flags |= 16))
|
|
9389
|
-
:
|
|
9392
|
+
: JSCompiler_object_inline_digest_2430.push(current));
|
|
9390
9393
|
workInProgress.child = renderLanes;
|
|
9391
9394
|
workInProgress.memoizedState = null;
|
|
9392
9395
|
return renderLanes;
|
|
@@ -24756,11 +24759,11 @@
|
|
|
24756
24759
|
};
|
|
24757
24760
|
(function () {
|
|
24758
24761
|
var isomorphicReactPackageVersion = React.version;
|
|
24759
|
-
if ("19.1.0-canary-
|
|
24762
|
+
if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
|
|
24760
24763
|
throw Error(
|
|
24761
24764
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
24762
24765
|
(isomorphicReactPackageVersion +
|
|
24763
|
-
"\n - react-dom: 19.1.0-canary-
|
|
24766
|
+
"\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
24764
24767
|
);
|
|
24765
24768
|
})();
|
|
24766
24769
|
("function" === typeof Map &&
|
|
@@ -24797,10 +24800,10 @@
|
|
|
24797
24800
|
!(function () {
|
|
24798
24801
|
var internals = {
|
|
24799
24802
|
bundleType: 1,
|
|
24800
|
-
version: "19.1.0-canary-
|
|
24803
|
+
version: "19.1.0-canary-ebc22ef7-20250225",
|
|
24801
24804
|
rendererPackageName: "react-dom",
|
|
24802
24805
|
currentDispatcherRef: ReactSharedInternals,
|
|
24803
|
-
reconcilerVersion: "19.1.0-canary-
|
|
24806
|
+
reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225"
|
|
24804
24807
|
};
|
|
24805
24808
|
internals.overrideHookState = overrideHookState;
|
|
24806
24809
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -24944,7 +24947,7 @@
|
|
|
24944
24947
|
listenToAllSupportedEvents(container);
|
|
24945
24948
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
24946
24949
|
};
|
|
24947
|
-
exports.version = "19.1.0-canary-
|
|
24950
|
+
exports.version = "19.1.0-canary-ebc22ef7-20250225";
|
|
24948
24951
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
24949
24952
|
"function" ===
|
|
24950
24953
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|