react-dom 19.2.0-canary-540cd652-20250403 → 19.2.0-canary-6a7650c7-20250405
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 +161 -157
- package/cjs/react-dom-client.production.js +256 -241
- package/cjs/react-dom-profiling.development.js +161 -157
- package/cjs/react-dom-profiling.profiling.js +272 -256
- 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
@@ -2098,19 +2098,19 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
|
|
2098
2098
|
}
|
2099
2099
|
var isInputEventSupported = !1;
|
2100
2100
|
if (canUseDOM) {
|
2101
|
-
var JSCompiler_inline_result$jscomp$
|
2101
|
+
var JSCompiler_inline_result$jscomp$299;
|
2102
2102
|
if (canUseDOM) {
|
2103
|
-
var isSupported$jscomp$
|
2104
|
-
if (!isSupported$jscomp$
|
2105
|
-
var element$jscomp$
|
2106
|
-
element$jscomp$
|
2107
|
-
isSupported$jscomp$
|
2108
|
-
"function" === typeof element$jscomp$
|
2103
|
+
var isSupported$jscomp$inline_436 = "oninput" in document;
|
2104
|
+
if (!isSupported$jscomp$inline_436) {
|
2105
|
+
var element$jscomp$inline_437 = document.createElement("div");
|
2106
|
+
element$jscomp$inline_437.setAttribute("oninput", "return;");
|
2107
|
+
isSupported$jscomp$inline_436 =
|
2108
|
+
"function" === typeof element$jscomp$inline_437.oninput;
|
2109
2109
|
}
|
2110
|
-
JSCompiler_inline_result$jscomp$
|
2111
|
-
} else JSCompiler_inline_result$jscomp$
|
2110
|
+
JSCompiler_inline_result$jscomp$299 = isSupported$jscomp$inline_436;
|
2111
|
+
} else JSCompiler_inline_result$jscomp$299 = !1;
|
2112
2112
|
isInputEventSupported =
|
2113
|
-
JSCompiler_inline_result$jscomp$
|
2113
|
+
JSCompiler_inline_result$jscomp$299 &&
|
2114
2114
|
(!document.documentMode || 9 < document.documentMode);
|
2115
2115
|
}
|
2116
2116
|
function stopWatchingForValueChange() {
|
@@ -5264,7 +5264,7 @@ function updateDeferredValueImpl(hook, prevValue, value, initialValue) {
|
|
5264
5264
|
objectIs(hook, prevValue) || (didReceiveUpdate = !0),
|
5265
5265
|
hook
|
5266
5266
|
);
|
5267
|
-
if (0 === (renderLanes & 42))
|
5267
|
+
if (0 === (renderLanes & 42) || 0 !== (renderLanes & 1073741824))
|
5268
5268
|
return (didReceiveUpdate = !0), (hook.memoizedState = value);
|
5269
5269
|
hook = requestDeferredLane();
|
5270
5270
|
currentlyRenderingFiber.lanes |= hook;
|
@@ -8057,7 +8057,7 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8057
8057
|
case 27:
|
8058
8058
|
popHostContext(workInProgress);
|
8059
8059
|
renderLanes = rootInstanceStackCursor.current;
|
8060
|
-
var type = workInProgress.type;
|
8060
|
+
var type$124 = workInProgress.type;
|
8061
8061
|
if (null !== current && null != workInProgress.stateNode)
|
8062
8062
|
current.memoizedProps !== newProps && markUpdate(workInProgress);
|
8063
8063
|
else {
|
@@ -8070,7 +8070,11 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8070
8070
|
current = contextStackCursor.current;
|
8071
8071
|
popHydrationState(workInProgress)
|
8072
8072
|
? prepareToHydrateHostInstance(workInProgress, current)
|
8073
|
-
: ((current = resolveSingletonInstance(
|
8073
|
+
: ((current = resolveSingletonInstance(
|
8074
|
+
type$124,
|
8075
|
+
newProps,
|
8076
|
+
renderLanes
|
8077
|
+
)),
|
8074
8078
|
(workInProgress.stateNode = current),
|
8075
8079
|
markUpdate(workInProgress));
|
8076
8080
|
}
|
@@ -8092,18 +8096,18 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8092
8096
|
if (popHydrationState(workInProgress))
|
8093
8097
|
prepareToHydrateHostInstance(workInProgress, current);
|
8094
8098
|
else {
|
8095
|
-
type = getOwnerDocumentFromRootContainer(
|
8099
|
+
type$124 = getOwnerDocumentFromRootContainer(
|
8096
8100
|
rootInstanceStackCursor.current
|
8097
8101
|
);
|
8098
8102
|
switch (current) {
|
8099
8103
|
case 1:
|
8100
|
-
current = type.createElementNS(
|
8104
|
+
current = type$124.createElementNS(
|
8101
8105
|
"http://www.w3.org/2000/svg",
|
8102
8106
|
renderLanes
|
8103
8107
|
);
|
8104
8108
|
break;
|
8105
8109
|
case 2:
|
8106
|
-
current = type.createElementNS(
|
8110
|
+
current = type$124.createElementNS(
|
8107
8111
|
"http://www.w3.org/1998/Math/MathML",
|
8108
8112
|
renderLanes
|
8109
8113
|
);
|
@@ -8111,27 +8115,27 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8111
8115
|
default:
|
8112
8116
|
switch (renderLanes) {
|
8113
8117
|
case "svg":
|
8114
|
-
current = type.createElementNS(
|
8118
|
+
current = type$124.createElementNS(
|
8115
8119
|
"http://www.w3.org/2000/svg",
|
8116
8120
|
renderLanes
|
8117
8121
|
);
|
8118
8122
|
break;
|
8119
8123
|
case "math":
|
8120
|
-
current = type.createElementNS(
|
8124
|
+
current = type$124.createElementNS(
|
8121
8125
|
"http://www.w3.org/1998/Math/MathML",
|
8122
8126
|
renderLanes
|
8123
8127
|
);
|
8124
8128
|
break;
|
8125
8129
|
case "script":
|
8126
|
-
current = type.createElement("div");
|
8130
|
+
current = type$124.createElement("div");
|
8127
8131
|
current.innerHTML = "<script>\x3c/script>";
|
8128
8132
|
current = current.removeChild(current.firstChild);
|
8129
8133
|
break;
|
8130
8134
|
case "select":
|
8131
8135
|
current =
|
8132
8136
|
"string" === typeof newProps.is
|
8133
|
-
? type.createElement("select", { is: newProps.is })
|
8134
|
-
: type.createElement("select");
|
8137
|
+
? type$124.createElement("select", { is: newProps.is })
|
8138
|
+
: type$124.createElement("select");
|
8135
8139
|
newProps.multiple
|
8136
8140
|
? (current.multiple = !0)
|
8137
8141
|
: newProps.size && (current.size = newProps.size);
|
@@ -8139,28 +8143,35 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8139
8143
|
default:
|
8140
8144
|
current =
|
8141
8145
|
"string" === typeof newProps.is
|
8142
|
-
? type.createElement(renderLanes, { is: newProps.is })
|
8143
|
-
: type.createElement(renderLanes);
|
8146
|
+
? type$124.createElement(renderLanes, { is: newProps.is })
|
8147
|
+
: type$124.createElement(renderLanes);
|
8144
8148
|
}
|
8145
8149
|
}
|
8146
8150
|
current[internalInstanceKey] = workInProgress;
|
8147
8151
|
current[internalPropsKey] = newProps;
|
8148
|
-
a: for (type = workInProgress.child; null !== type; ) {
|
8149
|
-
if (5 === type.tag || 6 === type.tag)
|
8150
|
-
current.appendChild(type.stateNode);
|
8151
|
-
else if (
|
8152
|
-
type.
|
8153
|
-
|
8152
|
+
a: for (type$124 = workInProgress.child; null !== type$124; ) {
|
8153
|
+
if (5 === type$124.tag || 6 === type$124.tag)
|
8154
|
+
current.appendChild(type$124.stateNode);
|
8155
|
+
else if (
|
8156
|
+
4 !== type$124.tag &&
|
8157
|
+
27 !== type$124.tag &&
|
8158
|
+
null !== type$124.child
|
8159
|
+
) {
|
8160
|
+
type$124.child.return = type$124;
|
8161
|
+
type$124 = type$124.child;
|
8154
8162
|
continue;
|
8155
8163
|
}
|
8156
|
-
if (type === workInProgress) break a;
|
8157
|
-
for (; null === type.sibling; ) {
|
8158
|
-
if (
|
8164
|
+
if (type$124 === workInProgress) break a;
|
8165
|
+
for (; null === type$124.sibling; ) {
|
8166
|
+
if (
|
8167
|
+
null === type$124.return ||
|
8168
|
+
type$124.return === workInProgress
|
8169
|
+
)
|
8159
8170
|
break a;
|
8160
|
-
type = type.return;
|
8171
|
+
type$124 = type$124.return;
|
8161
8172
|
}
|
8162
|
-
type.sibling.return = type.return;
|
8163
|
-
type = type.sibling;
|
8173
|
+
type$124.sibling.return = type$124.return;
|
8174
|
+
type$124 = type$124.sibling;
|
8164
8175
|
}
|
8165
8176
|
workInProgress.stateNode = current;
|
8166
8177
|
a: switch (
|
@@ -8195,12 +8206,12 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8195
8206
|
current = workInProgress.stateNode;
|
8196
8207
|
renderLanes = workInProgress.memoizedProps;
|
8197
8208
|
newProps = null;
|
8198
|
-
type = hydrationParentFiber;
|
8199
|
-
if (null !== type)
|
8200
|
-
switch (type.tag) {
|
8209
|
+
type$124 = hydrationParentFiber;
|
8210
|
+
if (null !== type$124)
|
8211
|
+
switch (type$124.tag) {
|
8201
8212
|
case 27:
|
8202
8213
|
case 5:
|
8203
|
-
newProps = type.memoizedProps;
|
8214
|
+
newProps = type$124.memoizedProps;
|
8204
8215
|
}
|
8205
8216
|
current[internalInstanceKey] = workInProgress;
|
8206
8217
|
current =
|
@@ -8227,20 +8238,20 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8227
8238
|
(null !== current.memoizedState &&
|
8228
8239
|
null !== current.memoizedState.dehydrated)
|
8229
8240
|
) {
|
8230
|
-
type = popHydrationState(workInProgress);
|
8241
|
+
type$124 = popHydrationState(workInProgress);
|
8231
8242
|
if (null !== newProps && null !== newProps.dehydrated) {
|
8232
8243
|
if (null === current) {
|
8233
|
-
if (!type) throw Error(formatProdErrorMessage(318));
|
8234
|
-
type = workInProgress.memoizedState;
|
8235
|
-
type = null !== type ? type.dehydrated : null;
|
8236
|
-
if (!type) throw Error(formatProdErrorMessage(317));
|
8237
|
-
type[internalInstanceKey] = workInProgress;
|
8244
|
+
if (!type$124) throw Error(formatProdErrorMessage(318));
|
8245
|
+
type$124 = workInProgress.memoizedState;
|
8246
|
+
type$124 = null !== type$124 ? type$124.dehydrated : null;
|
8247
|
+
if (!type$124) throw Error(formatProdErrorMessage(317));
|
8248
|
+
type$124[internalInstanceKey] = workInProgress;
|
8238
8249
|
bubbleProperties(workInProgress);
|
8239
8250
|
0 !== (workInProgress.mode & 2) &&
|
8240
8251
|
null !== newProps &&
|
8241
|
-
((type = workInProgress.child),
|
8242
|
-
null !== type &&
|
8243
|
-
(workInProgress.treeBaseDuration -= type.treeBaseDuration));
|
8252
|
+
((type$124 = workInProgress.child),
|
8253
|
+
null !== type$124 &&
|
8254
|
+
(workInProgress.treeBaseDuration -= type$124.treeBaseDuration));
|
8244
8255
|
} else
|
8245
8256
|
resetHydrationState(),
|
8246
8257
|
0 === (workInProgress.flags & 128) &&
|
@@ -8249,17 +8260,18 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8249
8260
|
bubbleProperties(workInProgress),
|
8250
8261
|
0 !== (workInProgress.mode & 2) &&
|
8251
8262
|
null !== newProps &&
|
8252
|
-
((type = workInProgress.child),
|
8253
|
-
null !== type &&
|
8254
|
-
(workInProgress.treeBaseDuration -=
|
8255
|
-
|
8263
|
+
((type$124 = workInProgress.child),
|
8264
|
+
null !== type$124 &&
|
8265
|
+
(workInProgress.treeBaseDuration -=
|
8266
|
+
type$124.treeBaseDuration));
|
8267
|
+
type$124 = !1;
|
8256
8268
|
} else
|
8257
|
-
(type = upgradeHydrationErrorsToRecoverable()),
|
8269
|
+
(type$124 = upgradeHydrationErrorsToRecoverable()),
|
8258
8270
|
null !== current &&
|
8259
8271
|
null !== current.memoizedState &&
|
8260
|
-
(current.memoizedState.hydrationErrors = type),
|
8261
|
-
(type = !0);
|
8262
|
-
if (!type) {
|
8272
|
+
(current.memoizedState.hydrationErrors = type$124),
|
8273
|
+
(type$124 = !0);
|
8274
|
+
if (!type$124) {
|
8263
8275
|
if (workInProgress.flags & 256)
|
8264
8276
|
return popSuspenseHandler(workInProgress), workInProgress;
|
8265
8277
|
popSuspenseHandler(workInProgress);
|
@@ -8278,16 +8290,16 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8278
8290
|
current = null !== current && null !== current.memoizedState;
|
8279
8291
|
if (renderLanes) {
|
8280
8292
|
newProps = workInProgress.child;
|
8281
|
-
type = null;
|
8293
|
+
type$124 = null;
|
8282
8294
|
null !== newProps.alternate &&
|
8283
8295
|
null !== newProps.alternate.memoizedState &&
|
8284
8296
|
null !== newProps.alternate.memoizedState.cachePool &&
|
8285
|
-
(type = newProps.alternate.memoizedState.cachePool.pool);
|
8286
|
-
var cache$
|
8297
|
+
(type$124 = newProps.alternate.memoizedState.cachePool.pool);
|
8298
|
+
var cache$136 = null;
|
8287
8299
|
null !== newProps.memoizedState &&
|
8288
8300
|
null !== newProps.memoizedState.cachePool &&
|
8289
|
-
(cache$
|
8290
|
-
cache$
|
8301
|
+
(cache$136 = newProps.memoizedState.cachePool.pool);
|
8302
|
+
cache$136 !== type$124 && (newProps.flags |= 2048);
|
8291
8303
|
}
|
8292
8304
|
renderLanes !== current &&
|
8293
8305
|
renderLanes &&
|
@@ -8314,23 +8326,23 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8314
8326
|
);
|
8315
8327
|
case 19:
|
8316
8328
|
pop(suspenseStackCursor);
|
8317
|
-
type = workInProgress.memoizedState;
|
8318
|
-
if (null === type) return bubbleProperties(workInProgress), null;
|
8329
|
+
type$124 = workInProgress.memoizedState;
|
8330
|
+
if (null === type$124) return bubbleProperties(workInProgress), null;
|
8319
8331
|
newProps = 0 !== (workInProgress.flags & 128);
|
8320
|
-
cache$
|
8321
|
-
if (null === cache$
|
8322
|
-
if (newProps) cutOffTailIfNeeded(type, !1);
|
8332
|
+
cache$136 = type$124.rendering;
|
8333
|
+
if (null === cache$136)
|
8334
|
+
if (newProps) cutOffTailIfNeeded(type$124, !1);
|
8323
8335
|
else {
|
8324
8336
|
if (
|
8325
8337
|
0 !== workInProgressRootExitStatus ||
|
8326
8338
|
(null !== current && 0 !== (current.flags & 128))
|
8327
8339
|
)
|
8328
8340
|
for (current = workInProgress.child; null !== current; ) {
|
8329
|
-
cache$
|
8330
|
-
if (null !== cache$
|
8341
|
+
cache$136 = findFirstSuspended(current);
|
8342
|
+
if (null !== cache$136) {
|
8331
8343
|
workInProgress.flags |= 128;
|
8332
|
-
cutOffTailIfNeeded(type, !1);
|
8333
|
-
current = cache$
|
8344
|
+
cutOffTailIfNeeded(type$124, !1);
|
8345
|
+
current = cache$136.updateQueue;
|
8334
8346
|
workInProgress.updateQueue = current;
|
8335
8347
|
scheduleRetryEffect(workInProgress, current);
|
8336
8348
|
workInProgress.subtreeFlags = 0;
|
@@ -8346,52 +8358,52 @@ function completeWork(current, workInProgress, renderLanes) {
|
|
8346
8358
|
}
|
8347
8359
|
current = current.sibling;
|
8348
8360
|
}
|
8349
|
-
null !== type.tail &&
|
8361
|
+
null !== type$124.tail &&
|
8350
8362
|
now$1() > workInProgressRootRenderTargetTime &&
|
8351
8363
|
((workInProgress.flags |= 128),
|
8352
8364
|
(newProps = !0),
|
8353
|
-
cutOffTailIfNeeded(type, !1),
|
8365
|
+
cutOffTailIfNeeded(type$124, !1),
|
8354
8366
|
(workInProgress.lanes = 4194304));
|
8355
8367
|
}
|
8356
8368
|
else {
|
8357
8369
|
if (!newProps)
|
8358
|
-
if (((current = findFirstSuspended(cache$
|
8370
|
+
if (((current = findFirstSuspended(cache$136)), null !== current)) {
|
8359
8371
|
if (
|
8360
8372
|
((workInProgress.flags |= 128),
|
8361
8373
|
(newProps = !0),
|
8362
8374
|
(current = current.updateQueue),
|
8363
8375
|
(workInProgress.updateQueue = current),
|
8364
8376
|
scheduleRetryEffect(workInProgress, current),
|
8365
|
-
cutOffTailIfNeeded(type, !0),
|
8366
|
-
null === type.tail &&
|
8367
|
-
"hidden" === type.tailMode &&
|
8368
|
-
!cache$
|
8377
|
+
cutOffTailIfNeeded(type$124, !0),
|
8378
|
+
null === type$124.tail &&
|
8379
|
+
"hidden" === type$124.tailMode &&
|
8380
|
+
!cache$136.alternate &&
|
8369
8381
|
!isHydrating)
|
8370
8382
|
)
|
8371
8383
|
return bubbleProperties(workInProgress), null;
|
8372
8384
|
} else
|
8373
|
-
2 * now$1() - type.renderingStartTime >
|
8385
|
+
2 * now$1() - type$124.renderingStartTime >
|
8374
8386
|
workInProgressRootRenderTargetTime &&
|
8375
8387
|
536870912 !== renderLanes &&
|
8376
8388
|
((workInProgress.flags |= 128),
|
8377
8389
|
(newProps = !0),
|
8378
|
-
cutOffTailIfNeeded(type, !1),
|
8390
|
+
cutOffTailIfNeeded(type$124, !1),
|
8379
8391
|
(workInProgress.lanes = 4194304));
|
8380
|
-
type.isBackwards
|
8381
|
-
? ((cache$
|
8382
|
-
(workInProgress.child = cache$
|
8383
|
-
: ((current = type.last),
|
8392
|
+
type$124.isBackwards
|
8393
|
+
? ((cache$136.sibling = workInProgress.child),
|
8394
|
+
(workInProgress.child = cache$136))
|
8395
|
+
: ((current = type$124.last),
|
8384
8396
|
null !== current
|
8385
|
-
? (current.sibling = cache$
|
8386
|
-
: (workInProgress.child = cache$
|
8387
|
-
(type.last = cache$
|
8397
|
+
? (current.sibling = cache$136)
|
8398
|
+
: (workInProgress.child = cache$136),
|
8399
|
+
(type$124.last = cache$136));
|
8388
8400
|
}
|
8389
|
-
if (null !== type.tail)
|
8401
|
+
if (null !== type$124.tail)
|
8390
8402
|
return (
|
8391
|
-
(workInProgress = type.tail),
|
8392
|
-
(type.rendering = workInProgress),
|
8393
|
-
(type.tail = workInProgress.sibling),
|
8394
|
-
(type.renderingStartTime = now$1()),
|
8403
|
+
(workInProgress = type$124.tail),
|
8404
|
+
(type$124.rendering = workInProgress),
|
8405
|
+
(type$124.tail = workInProgress.sibling),
|
8406
|
+
(type$124.renderingStartTime = now$1()),
|
8395
8407
|
(workInProgress.sibling = null),
|
8396
8408
|
(current = suspenseStackCursor.current),
|
8397
8409
|
push(suspenseStackCursor, newProps ? (current & 1) | 2 : current & 1),
|
@@ -8746,8 +8758,8 @@ function safelyCallComponentWillUnmount(
|
|
8746
8758
|
} else
|
8747
8759
|
try {
|
8748
8760
|
instance.componentWillUnmount();
|
8749
|
-
} catch (error$
|
8750
|
-
captureCommitPhaseError(current, nearestMountedAncestor, error$
|
8761
|
+
} catch (error$154) {
|
8762
|
+
captureCommitPhaseError(current, nearestMountedAncestor, error$154);
|
8751
8763
|
}
|
8752
8764
|
}
|
8753
8765
|
function safelyAttachRef(current, nearestMountedAncestor) {
|
@@ -8809,8 +8821,8 @@ function safelyDetachRef(current, nearestMountedAncestor) {
|
|
8809
8821
|
recordEffectDuration(current);
|
8810
8822
|
}
|
8811
8823
|
else ref(null);
|
8812
|
-
} catch (error$
|
8813
|
-
captureCommitPhaseError(current, nearestMountedAncestor, error$
|
8824
|
+
} catch (error$155) {
|
8825
|
+
captureCommitPhaseError(current, nearestMountedAncestor, error$155);
|
8814
8826
|
}
|
8815
8827
|
else ref.current = null;
|
8816
8828
|
}
|
@@ -9166,11 +9178,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) {
|
|
9166
9178
|
} else
|
9167
9179
|
try {
|
9168
9180
|
finishedRoot.componentDidMount();
|
9169
|
-
} catch (error$
|
9181
|
+
} catch (error$151) {
|
9170
9182
|
captureCommitPhaseError(
|
9171
9183
|
finishedWork,
|
9172
9184
|
finishedWork.return,
|
9173
|
-
error$
|
9185
|
+
error$151
|
9174
9186
|
);
|
9175
9187
|
}
|
9176
9188
|
else {
|
@@ -9187,11 +9199,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) {
|
|
9187
9199
|
current,
|
9188
9200
|
finishedRoot.__reactInternalSnapshotBeforeUpdate
|
9189
9201
|
);
|
9190
|
-
} catch (error$
|
9202
|
+
} catch (error$152) {
|
9191
9203
|
captureCommitPhaseError(
|
9192
9204
|
finishedWork,
|
9193
9205
|
finishedWork.return,
|
9194
|
-
error$
|
9206
|
+
error$152
|
9195
9207
|
);
|
9196
9208
|
}
|
9197
9209
|
recordEffectDuration();
|
@@ -9202,11 +9214,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) {
|
|
9202
9214
|
current,
|
9203
9215
|
finishedRoot.__reactInternalSnapshotBeforeUpdate
|
9204
9216
|
);
|
9205
|
-
} catch (error$
|
9217
|
+
} catch (error$153) {
|
9206
9218
|
captureCommitPhaseError(
|
9207
9219
|
finishedWork,
|
9208
9220
|
finishedWork.return,
|
9209
|
-
error$
|
9221
|
+
error$153
|
9210
9222
|
);
|
9211
9223
|
}
|
9212
9224
|
}
|
@@ -10016,20 +10028,20 @@ function commitReconciliationEffects(finishedWork) {
|
|
10016
10028
|
insertOrAppendPlacementNode(finishedWork, before, parent);
|
10017
10029
|
break;
|
10018
10030
|
case 5:
|
10019
|
-
var parent$
|
10031
|
+
var parent$156 = hostParentFiber.stateNode;
|
10020
10032
|
hostParentFiber.flags & 32 &&
|
10021
|
-
(setTextContent(parent$
|
10022
|
-
var before$
|
10023
|
-
insertOrAppendPlacementNode(finishedWork, before$
|
10033
|
+
(setTextContent(parent$156, ""), (hostParentFiber.flags &= -33));
|
10034
|
+
var before$157 = getHostSibling(finishedWork);
|
10035
|
+
insertOrAppendPlacementNode(finishedWork, before$157, parent$156);
|
10024
10036
|
break;
|
10025
10037
|
case 3:
|
10026
10038
|
case 4:
|
10027
|
-
var parent$
|
10028
|
-
before$
|
10039
|
+
var parent$158 = hostParentFiber.stateNode.containerInfo,
|
10040
|
+
before$159 = getHostSibling(finishedWork);
|
10029
10041
|
insertOrAppendPlacementNodeIntoContainer(
|
10030
10042
|
finishedWork,
|
10031
|
-
before$
|
10032
|
-
parent$
|
10043
|
+
before$159,
|
10044
|
+
parent$158
|
10033
10045
|
);
|
10034
10046
|
break;
|
10035
10047
|
default:
|
@@ -11304,8 +11316,8 @@ function renderRootSync(root, lanes, shouldYieldForPrerendering) {
|
|
11304
11316
|
workLoopSync();
|
11305
11317
|
memoizedUpdaters = workInProgressRootExitStatus;
|
11306
11318
|
break;
|
11307
|
-
} catch (thrownValue$
|
11308
|
-
handleThrow(root, thrownValue$
|
11319
|
+
} catch (thrownValue$183) {
|
11320
|
+
handleThrow(root, thrownValue$183);
|
11309
11321
|
}
|
11310
11322
|
while (1);
|
11311
11323
|
lanes && root.shellSuspendCounter++;
|
@@ -11395,7 +11407,11 @@ function renderRootConcurrent(root, lanes) {
|
|
11395
11407
|
case 5:
|
11396
11408
|
case 27:
|
11397
11409
|
var hostFiber = workInProgress;
|
11398
|
-
if (
|
11410
|
+
if (
|
11411
|
+
resource
|
11412
|
+
? preloadResource(resource)
|
11413
|
+
: hostFiber.stateNode.complete
|
11414
|
+
) {
|
11399
11415
|
workInProgressSuspendedReason = 0;
|
11400
11416
|
workInProgressThrownValue = null;
|
11401
11417
|
var sibling = hostFiber.sibling;
|
@@ -11428,8 +11444,8 @@ function renderRootConcurrent(root, lanes) {
|
|
11428
11444
|
}
|
11429
11445
|
workLoopConcurrentByScheduler();
|
11430
11446
|
break;
|
11431
|
-
} catch (thrownValue$
|
11432
|
-
handleThrow(root, thrownValue$
|
11447
|
+
} catch (thrownValue$185) {
|
11448
|
+
handleThrow(root, thrownValue$185);
|
11433
11449
|
}
|
11434
11450
|
while (1);
|
11435
11451
|
lastContextDependency = currentlyRenderingFiber$1 = null;
|
@@ -12153,14 +12169,14 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
|
|
12153
12169
|
isFlushingWork = !0;
|
12154
12170
|
do {
|
12155
12171
|
var didPerformSomeWork = !1;
|
12156
|
-
for (var root$
|
12172
|
+
for (var root$190 = firstScheduledRoot; null !== root$190; ) {
|
12157
12173
|
if (!onlyLegacy)
|
12158
12174
|
if (0 !== syncTransitionLanes) {
|
12159
|
-
var pendingLanes = root$
|
12175
|
+
var pendingLanes = root$190.pendingLanes;
|
12160
12176
|
if (0 === pendingLanes) var JSCompiler_inline_result = 0;
|
12161
12177
|
else {
|
12162
|
-
var suspendedLanes = root$
|
12163
|
-
pingedLanes = root$
|
12178
|
+
var suspendedLanes = root$190.suspendedLanes,
|
12179
|
+
pingedLanes = root$190.pingedLanes;
|
12164
12180
|
JSCompiler_inline_result =
|
12165
12181
|
(1 << (31 - clz32(42 | syncTransitionLanes) + 1)) - 1;
|
12166
12182
|
JSCompiler_inline_result &=
|
@@ -12174,20 +12190,20 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
|
|
12174
12190
|
}
|
12175
12191
|
0 !== JSCompiler_inline_result &&
|
12176
12192
|
((didPerformSomeWork = !0),
|
12177
|
-
performSyncWorkOnRoot(root$
|
12193
|
+
performSyncWorkOnRoot(root$190, JSCompiler_inline_result));
|
12178
12194
|
} else
|
12179
12195
|
(JSCompiler_inline_result = workInProgressRootRenderLanes),
|
12180
12196
|
(JSCompiler_inline_result = getNextLanes(
|
12181
|
-
root$
|
12182
|
-
root$
|
12183
|
-
null !== root$
|
12184
|
-
-1 !== root$
|
12197
|
+
root$190,
|
12198
|
+
root$190 === workInProgressRoot ? JSCompiler_inline_result : 0,
|
12199
|
+
null !== root$190.cancelPendingCommit ||
|
12200
|
+
-1 !== root$190.timeoutHandle
|
12185
12201
|
)),
|
12186
12202
|
0 === (JSCompiler_inline_result & 3) ||
|
12187
|
-
checkIfRootIsPrerendering(root$
|
12203
|
+
checkIfRootIsPrerendering(root$190, JSCompiler_inline_result) ||
|
12188
12204
|
((didPerformSomeWork = !0),
|
12189
|
-
performSyncWorkOnRoot(root$
|
12190
|
-
root$
|
12205
|
+
performSyncWorkOnRoot(root$190, JSCompiler_inline_result));
|
12206
|
+
root$190 = root$190.next;
|
12191
12207
|
}
|
12192
12208
|
} while (didPerformSomeWork);
|
12193
12209
|
isFlushingWork = !1;
|
@@ -12431,20 +12447,20 @@ function extractEvents$1(
|
|
12431
12447
|
}
|
12432
12448
|
}
|
12433
12449
|
for (
|
12434
|
-
var i$jscomp$
|
12435
|
-
i$jscomp$
|
12436
|
-
i$jscomp$
|
12450
|
+
var i$jscomp$inline_1611 = 0;
|
12451
|
+
i$jscomp$inline_1611 < simpleEventPluginEvents.length;
|
12452
|
+
i$jscomp$inline_1611++
|
12437
12453
|
) {
|
12438
|
-
var eventName$jscomp$
|
12439
|
-
simpleEventPluginEvents[i$jscomp$
|
12440
|
-
domEventName$jscomp$
|
12441
|
-
eventName$jscomp$
|
12442
|
-
capitalizedEvent$jscomp$
|
12443
|
-
eventName$jscomp$
|
12444
|
-
eventName$jscomp$
|
12454
|
+
var eventName$jscomp$inline_1612 =
|
12455
|
+
simpleEventPluginEvents[i$jscomp$inline_1611],
|
12456
|
+
domEventName$jscomp$inline_1613 =
|
12457
|
+
eventName$jscomp$inline_1612.toLowerCase(),
|
12458
|
+
capitalizedEvent$jscomp$inline_1614 =
|
12459
|
+
eventName$jscomp$inline_1612[0].toUpperCase() +
|
12460
|
+
eventName$jscomp$inline_1612.slice(1);
|
12445
12461
|
registerSimpleEvent(
|
12446
|
-
domEventName$jscomp$
|
12447
|
-
"on" + capitalizedEvent$jscomp$
|
12462
|
+
domEventName$jscomp$inline_1613,
|
12463
|
+
"on" + capitalizedEvent$jscomp$inline_1614
|
12448
12464
|
);
|
12449
12465
|
}
|
12450
12466
|
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
@@ -13621,34 +13637,34 @@ function setInitialProperties(domElement, tag, props) {
|
|
13621
13637
|
defaultChecked = null;
|
13622
13638
|
for (hasSrc in props)
|
13623
13639
|
if (props.hasOwnProperty(hasSrc)) {
|
13624
|
-
var propValue$
|
13625
|
-
if (null != propValue$
|
13640
|
+
var propValue$204 = props[hasSrc];
|
13641
|
+
if (null != propValue$204)
|
13626
13642
|
switch (hasSrc) {
|
13627
13643
|
case "name":
|
13628
|
-
hasSrcSet = propValue$
|
13644
|
+
hasSrcSet = propValue$204;
|
13629
13645
|
break;
|
13630
13646
|
case "type":
|
13631
|
-
propValue = propValue$
|
13647
|
+
propValue = propValue$204;
|
13632
13648
|
break;
|
13633
13649
|
case "checked":
|
13634
|
-
checked = propValue$
|
13650
|
+
checked = propValue$204;
|
13635
13651
|
break;
|
13636
13652
|
case "defaultChecked":
|
13637
|
-
defaultChecked = propValue$
|
13653
|
+
defaultChecked = propValue$204;
|
13638
13654
|
break;
|
13639
13655
|
case "value":
|
13640
|
-
propKey = propValue$
|
13656
|
+
propKey = propValue$204;
|
13641
13657
|
break;
|
13642
13658
|
case "defaultValue":
|
13643
|
-
defaultValue = propValue$
|
13659
|
+
defaultValue = propValue$204;
|
13644
13660
|
break;
|
13645
13661
|
case "children":
|
13646
13662
|
case "dangerouslySetInnerHTML":
|
13647
|
-
if (null != propValue$
|
13663
|
+
if (null != propValue$204)
|
13648
13664
|
throw Error(formatProdErrorMessage(137, tag));
|
13649
13665
|
break;
|
13650
13666
|
default:
|
13651
|
-
setProp(domElement, tag, hasSrc, propValue$
|
13667
|
+
setProp(domElement, tag, hasSrc, propValue$204, props, null);
|
13652
13668
|
}
|
13653
13669
|
}
|
13654
13670
|
initInput(
|
@@ -13787,14 +13803,14 @@ function setInitialProperties(domElement, tag, props) {
|
|
13787
13803
|
return;
|
13788
13804
|
default:
|
13789
13805
|
if (isCustomElement(tag)) {
|
13790
|
-
for (propValue$
|
13791
|
-
props.hasOwnProperty(propValue$
|
13792
|
-
((hasSrc = props[propValue$
|
13806
|
+
for (propValue$204 in props)
|
13807
|
+
props.hasOwnProperty(propValue$204) &&
|
13808
|
+
((hasSrc = props[propValue$204]),
|
13793
13809
|
void 0 !== hasSrc &&
|
13794
13810
|
setPropOnCustomElement(
|
13795
13811
|
domElement,
|
13796
13812
|
tag,
|
13797
|
-
propValue$
|
13813
|
+
propValue$204,
|
13798
13814
|
hasSrc,
|
13799
13815
|
props,
|
13800
13816
|
void 0
|
@@ -13842,14 +13858,14 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
13842
13858
|
setProp(domElement, tag, propKey, null, nextProps, lastProp);
|
13843
13859
|
}
|
13844
13860
|
}
|
13845
|
-
for (var propKey$
|
13846
|
-
var propKey = nextProps[propKey$
|
13847
|
-
lastProp = lastProps[propKey$
|
13861
|
+
for (var propKey$221 in nextProps) {
|
13862
|
+
var propKey = nextProps[propKey$221];
|
13863
|
+
lastProp = lastProps[propKey$221];
|
13848
13864
|
if (
|
13849
|
-
nextProps.hasOwnProperty(propKey$
|
13865
|
+
nextProps.hasOwnProperty(propKey$221) &&
|
13850
13866
|
(null != propKey || null != lastProp)
|
13851
13867
|
)
|
13852
|
-
switch (propKey$
|
13868
|
+
switch (propKey$221) {
|
13853
13869
|
case "type":
|
13854
13870
|
type = propKey;
|
13855
13871
|
break;
|
@@ -13878,7 +13894,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
13878
13894
|
setProp(
|
13879
13895
|
domElement,
|
13880
13896
|
tag,
|
13881
|
-
propKey$
|
13897
|
+
propKey$221,
|
13882
13898
|
propKey,
|
13883
13899
|
nextProps,
|
13884
13900
|
lastProp
|
@@ -13897,7 +13913,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
13897
13913
|
);
|
13898
13914
|
return;
|
13899
13915
|
case "select":
|
13900
|
-
propKey = value = defaultValue = propKey$
|
13916
|
+
propKey = value = defaultValue = propKey$221 = null;
|
13901
13917
|
for (type in lastProps)
|
13902
13918
|
if (
|
13903
13919
|
((lastDefaultValue = lastProps[type]),
|
@@ -13928,7 +13944,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
13928
13944
|
)
|
13929
13945
|
switch (name) {
|
13930
13946
|
case "value":
|
13931
|
-
propKey$
|
13947
|
+
propKey$221 = type;
|
13932
13948
|
break;
|
13933
13949
|
case "defaultValue":
|
13934
13950
|
defaultValue = type;
|
@@ -13949,15 +13965,15 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
13949
13965
|
tag = defaultValue;
|
13950
13966
|
lastProps = value;
|
13951
13967
|
nextProps = propKey;
|
13952
|
-
null != propKey$
|
13953
|
-
? updateOptions(domElement, !!lastProps, propKey$
|
13968
|
+
null != propKey$221
|
13969
|
+
? updateOptions(domElement, !!lastProps, propKey$221, !1)
|
13954
13970
|
: !!nextProps !== !!lastProps &&
|
13955
13971
|
(null != tag
|
13956
13972
|
? updateOptions(domElement, !!lastProps, tag, !0)
|
13957
13973
|
: updateOptions(domElement, !!lastProps, lastProps ? [] : "", !1));
|
13958
13974
|
return;
|
13959
13975
|
case "textarea":
|
13960
|
-
propKey = propKey$
|
13976
|
+
propKey = propKey$221 = null;
|
13961
13977
|
for (defaultValue in lastProps)
|
13962
13978
|
if (
|
13963
13979
|
((name = lastProps[defaultValue]),
|
@@ -13981,7 +13997,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
13981
13997
|
)
|
13982
13998
|
switch (value) {
|
13983
13999
|
case "value":
|
13984
|
-
propKey$
|
14000
|
+
propKey$221 = name;
|
13985
14001
|
break;
|
13986
14002
|
case "defaultValue":
|
13987
14003
|
propKey = name;
|
@@ -13995,17 +14011,17 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
13995
14011
|
name !== type &&
|
13996
14012
|
setProp(domElement, tag, value, name, nextProps, type);
|
13997
14013
|
}
|
13998
|
-
updateTextarea(domElement, propKey$
|
14014
|
+
updateTextarea(domElement, propKey$221, propKey);
|
13999
14015
|
return;
|
14000
14016
|
case "option":
|
14001
|
-
for (var propKey$
|
14017
|
+
for (var propKey$237 in lastProps)
|
14002
14018
|
if (
|
14003
|
-
((propKey$
|
14004
|
-
lastProps.hasOwnProperty(propKey$
|
14005
|
-
null != propKey$
|
14006
|
-
!nextProps.hasOwnProperty(propKey$
|
14019
|
+
((propKey$221 = lastProps[propKey$237]),
|
14020
|
+
lastProps.hasOwnProperty(propKey$237) &&
|
14021
|
+
null != propKey$221 &&
|
14022
|
+
!nextProps.hasOwnProperty(propKey$237))
|
14007
14023
|
)
|
14008
|
-
switch (propKey$
|
14024
|
+
switch (propKey$237) {
|
14009
14025
|
case "selected":
|
14010
14026
|
domElement.selected = !1;
|
14011
14027
|
break;
|
@@ -14013,33 +14029,33 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
14013
14029
|
setProp(
|
14014
14030
|
domElement,
|
14015
14031
|
tag,
|
14016
|
-
propKey$
|
14032
|
+
propKey$237,
|
14017
14033
|
null,
|
14018
14034
|
nextProps,
|
14019
|
-
propKey$
|
14035
|
+
propKey$221
|
14020
14036
|
);
|
14021
14037
|
}
|
14022
14038
|
for (lastDefaultValue in nextProps)
|
14023
14039
|
if (
|
14024
|
-
((propKey$
|
14040
|
+
((propKey$221 = nextProps[lastDefaultValue]),
|
14025
14041
|
(propKey = lastProps[lastDefaultValue]),
|
14026
14042
|
nextProps.hasOwnProperty(lastDefaultValue) &&
|
14027
|
-
propKey$
|
14028
|
-
(null != propKey$
|
14043
|
+
propKey$221 !== propKey &&
|
14044
|
+
(null != propKey$221 || null != propKey))
|
14029
14045
|
)
|
14030
14046
|
switch (lastDefaultValue) {
|
14031
14047
|
case "selected":
|
14032
14048
|
domElement.selected =
|
14033
|
-
propKey$
|
14034
|
-
"function" !== typeof propKey$
|
14035
|
-
"symbol" !== typeof propKey$
|
14049
|
+
propKey$221 &&
|
14050
|
+
"function" !== typeof propKey$221 &&
|
14051
|
+
"symbol" !== typeof propKey$221;
|
14036
14052
|
break;
|
14037
14053
|
default:
|
14038
14054
|
setProp(
|
14039
14055
|
domElement,
|
14040
14056
|
tag,
|
14041
14057
|
lastDefaultValue,
|
14042
|
-
propKey$
|
14058
|
+
propKey$221,
|
14043
14059
|
nextProps,
|
14044
14060
|
propKey
|
14045
14061
|
);
|
@@ -14060,24 +14076,24 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
14060
14076
|
case "track":
|
14061
14077
|
case "wbr":
|
14062
14078
|
case "menuitem":
|
14063
|
-
for (var propKey$
|
14064
|
-
(propKey$
|
14065
|
-
lastProps.hasOwnProperty(propKey$
|
14066
|
-
null != propKey$
|
14067
|
-
!nextProps.hasOwnProperty(propKey$
|
14068
|
-
setProp(domElement, tag, propKey$
|
14079
|
+
for (var propKey$242 in lastProps)
|
14080
|
+
(propKey$221 = lastProps[propKey$242]),
|
14081
|
+
lastProps.hasOwnProperty(propKey$242) &&
|
14082
|
+
null != propKey$221 &&
|
14083
|
+
!nextProps.hasOwnProperty(propKey$242) &&
|
14084
|
+
setProp(domElement, tag, propKey$242, null, nextProps, propKey$221);
|
14069
14085
|
for (checked in nextProps)
|
14070
14086
|
if (
|
14071
|
-
((propKey$
|
14087
|
+
((propKey$221 = nextProps[checked]),
|
14072
14088
|
(propKey = lastProps[checked]),
|
14073
14089
|
nextProps.hasOwnProperty(checked) &&
|
14074
|
-
propKey$
|
14075
|
-
(null != propKey$
|
14090
|
+
propKey$221 !== propKey &&
|
14091
|
+
(null != propKey$221 || null != propKey))
|
14076
14092
|
)
|
14077
14093
|
switch (checked) {
|
14078
14094
|
case "children":
|
14079
14095
|
case "dangerouslySetInnerHTML":
|
14080
|
-
if (null != propKey$
|
14096
|
+
if (null != propKey$221)
|
14081
14097
|
throw Error(formatProdErrorMessage(137, tag));
|
14082
14098
|
break;
|
14083
14099
|
default:
|
@@ -14085,7 +14101,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
14085
14101
|
domElement,
|
14086
14102
|
tag,
|
14087
14103
|
checked,
|
14088
|
-
propKey$
|
14104
|
+
propKey$221,
|
14089
14105
|
nextProps,
|
14090
14106
|
propKey
|
14091
14107
|
);
|
@@ -14093,49 +14109,49 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
|
|
14093
14109
|
return;
|
14094
14110
|
default:
|
14095
14111
|
if (isCustomElement(tag)) {
|
14096
|
-
for (var propKey$
|
14097
|
-
(propKey$
|
14098
|
-
lastProps.hasOwnProperty(propKey$
|
14099
|
-
void 0 !== propKey$
|
14100
|
-
!nextProps.hasOwnProperty(propKey$
|
14112
|
+
for (var propKey$247 in lastProps)
|
14113
|
+
(propKey$221 = lastProps[propKey$247]),
|
14114
|
+
lastProps.hasOwnProperty(propKey$247) &&
|
14115
|
+
void 0 !== propKey$221 &&
|
14116
|
+
!nextProps.hasOwnProperty(propKey$247) &&
|
14101
14117
|
setPropOnCustomElement(
|
14102
14118
|
domElement,
|
14103
14119
|
tag,
|
14104
|
-
propKey$
|
14120
|
+
propKey$247,
|
14105
14121
|
void 0,
|
14106
14122
|
nextProps,
|
14107
|
-
propKey$
|
14123
|
+
propKey$221
|
14108
14124
|
);
|
14109
14125
|
for (defaultChecked in nextProps)
|
14110
|
-
(propKey$
|
14126
|
+
(propKey$221 = nextProps[defaultChecked]),
|
14111
14127
|
(propKey = lastProps[defaultChecked]),
|
14112
14128
|
!nextProps.hasOwnProperty(defaultChecked) ||
|
14113
|
-
propKey$
|
14114
|
-
(void 0 === propKey$
|
14129
|
+
propKey$221 === propKey ||
|
14130
|
+
(void 0 === propKey$221 && void 0 === propKey) ||
|
14115
14131
|
setPropOnCustomElement(
|
14116
14132
|
domElement,
|
14117
14133
|
tag,
|
14118
14134
|
defaultChecked,
|
14119
|
-
propKey$
|
14135
|
+
propKey$221,
|
14120
14136
|
nextProps,
|
14121
14137
|
propKey
|
14122
14138
|
);
|
14123
14139
|
return;
|
14124
14140
|
}
|
14125
14141
|
}
|
14126
|
-
for (var propKey$
|
14127
|
-
(propKey$
|
14128
|
-
lastProps.hasOwnProperty(propKey$
|
14129
|
-
null != propKey$
|
14130
|
-
!nextProps.hasOwnProperty(propKey$
|
14131
|
-
setProp(domElement, tag, propKey$
|
14142
|
+
for (var propKey$252 in lastProps)
|
14143
|
+
(propKey$221 = lastProps[propKey$252]),
|
14144
|
+
lastProps.hasOwnProperty(propKey$252) &&
|
14145
|
+
null != propKey$221 &&
|
14146
|
+
!nextProps.hasOwnProperty(propKey$252) &&
|
14147
|
+
setProp(domElement, tag, propKey$252, null, nextProps, propKey$221);
|
14132
14148
|
for (lastProp in nextProps)
|
14133
|
-
(propKey$
|
14149
|
+
(propKey$221 = nextProps[lastProp]),
|
14134
14150
|
(propKey = lastProps[lastProp]),
|
14135
14151
|
!nextProps.hasOwnProperty(lastProp) ||
|
14136
|
-
propKey$
|
14137
|
-
(null == propKey$
|
14138
|
-
setProp(domElement, tag, lastProp, propKey$
|
14152
|
+
propKey$221 === propKey ||
|
14153
|
+
(null == propKey$221 && null == propKey) ||
|
14154
|
+
setProp(domElement, tag, lastProp, propKey$221, nextProps, propKey);
|
14139
14155
|
}
|
14140
14156
|
var eventsEnabled = null,
|
14141
14157
|
selectionInformation = null;
|
@@ -14744,26 +14760,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
|
14744
14760
|
"string" === typeof pendingProps.precedence
|
14745
14761
|
) {
|
14746
14762
|
type = getStyleKey(pendingProps.href);
|
14747
|
-
var styles$
|
14763
|
+
var styles$260 = getResourcesFromRoot(
|
14748
14764
|
JSCompiler_inline_result
|
14749
14765
|
).hoistableStyles,
|
14750
|
-
resource$
|
14751
|
-
resource$
|
14766
|
+
resource$261 = styles$260.get(type);
|
14767
|
+
resource$261 ||
|
14752
14768
|
((JSCompiler_inline_result =
|
14753
14769
|
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
|
14754
|
-
(resource$
|
14770
|
+
(resource$261 = {
|
14755
14771
|
type: "stylesheet",
|
14756
14772
|
instance: null,
|
14757
14773
|
count: 0,
|
14758
14774
|
state: { loading: 0, preload: null }
|
14759
14775
|
}),
|
14760
|
-
styles$
|
14761
|
-
(styles$
|
14776
|
+
styles$260.set(type, resource$261),
|
14777
|
+
(styles$260 = JSCompiler_inline_result.querySelector(
|
14762
14778
|
getStylesheetSelectorFromKey(type)
|
14763
14779
|
)) &&
|
14764
|
-
!styles$
|
14765
|
-
((resource$
|
14766
|
-
(resource$
|
14780
|
+
!styles$260._p &&
|
14781
|
+
((resource$261.instance = styles$260),
|
14782
|
+
(resource$261.state.loading = 5)),
|
14767
14783
|
preloadPropsMap.has(type) ||
|
14768
14784
|
((pendingProps = {
|
14769
14785
|
rel: "preload",
|
@@ -14776,16 +14792,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
|
|
14776
14792
|
referrerPolicy: pendingProps.referrerPolicy
|
14777
14793
|
}),
|
14778
14794
|
preloadPropsMap.set(type, pendingProps),
|
14779
|
-
styles$
|
14795
|
+
styles$260 ||
|
14780
14796
|
preloadStylesheet(
|
14781
14797
|
JSCompiler_inline_result,
|
14782
14798
|
type,
|
14783
14799
|
pendingProps,
|
14784
|
-
resource$
|
14800
|
+
resource$261.state
|
14785
14801
|
)));
|
14786
14802
|
if (currentProps && null === currentResource)
|
14787
14803
|
throw Error(formatProdErrorMessage(528, ""));
|
14788
|
-
return resource$
|
14804
|
+
return resource$261;
|
14789
14805
|
}
|
14790
14806
|
if (currentProps && null !== currentResource)
|
14791
14807
|
throw Error(formatProdErrorMessage(529, ""));
|
@@ -14882,37 +14898,37 @@ function acquireResource(hoistableRoot, resource, props) {
|
|
14882
14898
|
return (resource.instance = instance);
|
14883
14899
|
case "stylesheet":
|
14884
14900
|
styleProps = getStyleKey(props.href);
|
14885
|
-
var instance$
|
14901
|
+
var instance$266 = hoistableRoot.querySelector(
|
14886
14902
|
getStylesheetSelectorFromKey(styleProps)
|
14887
14903
|
);
|
14888
|
-
if (instance$
|
14904
|
+
if (instance$266)
|
14889
14905
|
return (
|
14890
14906
|
(resource.state.loading |= 4),
|
14891
|
-
(resource.instance = instance$
|
14892
|
-
markNodeAsHoistable(instance$
|
14893
|
-
instance$
|
14907
|
+
(resource.instance = instance$266),
|
14908
|
+
markNodeAsHoistable(instance$266),
|
14909
|
+
instance$266
|
14894
14910
|
);
|
14895
14911
|
instance = stylesheetPropsFromRawProps(props);
|
14896
14912
|
(styleProps = preloadPropsMap.get(styleProps)) &&
|
14897
14913
|
adoptPreloadPropsForStylesheet(instance, styleProps);
|
14898
|
-
instance$
|
14914
|
+
instance$266 = (
|
14899
14915
|
hoistableRoot.ownerDocument || hoistableRoot
|
14900
14916
|
).createElement("link");
|
14901
|
-
markNodeAsHoistable(instance$
|
14902
|
-
var linkInstance = instance$
|
14917
|
+
markNodeAsHoistable(instance$266);
|
14918
|
+
var linkInstance = instance$266;
|
14903
14919
|
linkInstance._p = new Promise(function (resolve, reject) {
|
14904
14920
|
linkInstance.onload = resolve;
|
14905
14921
|
linkInstance.onerror = reject;
|
14906
14922
|
});
|
14907
|
-
setInitialProperties(instance$
|
14923
|
+
setInitialProperties(instance$266, "link", instance);
|
14908
14924
|
resource.state.loading |= 4;
|
14909
|
-
insertStylesheet(instance$
|
14910
|
-
return (resource.instance = instance$
|
14925
|
+
insertStylesheet(instance$266, props.precedence, hoistableRoot);
|
14926
|
+
return (resource.instance = instance$266);
|
14911
14927
|
case "script":
|
14912
|
-
instance$
|
14928
|
+
instance$266 = getScriptKey(props.src);
|
14913
14929
|
if (
|
14914
14930
|
(styleProps = hoistableRoot.querySelector(
|
14915
|
-
getScriptSelectorFromKey(instance$
|
14931
|
+
getScriptSelectorFromKey(instance$266)
|
14916
14932
|
))
|
14917
14933
|
)
|
14918
14934
|
return (
|
@@ -14921,7 +14937,7 @@ function acquireResource(hoistableRoot, resource, props) {
|
|
14921
14937
|
styleProps
|
14922
14938
|
);
|
14923
14939
|
instance = props;
|
14924
|
-
if ((styleProps = preloadPropsMap.get(instance$
|
14940
|
+
if ((styleProps = preloadPropsMap.get(instance$266)))
|
14925
14941
|
(instance = assign({}, props)),
|
14926
14942
|
adoptPreloadPropsForScript(instance, styleProps);
|
14927
14943
|
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
|
@@ -15959,16 +15975,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15959
15975
|
0 === i && attemptExplicitHydrationTarget(target);
|
15960
15976
|
}
|
15961
15977
|
};
|
15962
|
-
var isomorphicReactPackageVersion$jscomp$
|
15978
|
+
var isomorphicReactPackageVersion$jscomp$inline_1870 = React.version;
|
15963
15979
|
if (
|
15964
|
-
"19.2.0-canary-
|
15965
|
-
isomorphicReactPackageVersion$jscomp$
|
15980
|
+
"19.2.0-canary-6a7650c7-20250405" !==
|
15981
|
+
isomorphicReactPackageVersion$jscomp$inline_1870
|
15966
15982
|
)
|
15967
15983
|
throw Error(
|
15968
15984
|
formatProdErrorMessage(
|
15969
15985
|
527,
|
15970
|
-
isomorphicReactPackageVersion$jscomp$
|
15971
|
-
"19.2.0-canary-
|
15986
|
+
isomorphicReactPackageVersion$jscomp$inline_1870,
|
15987
|
+
"19.2.0-canary-6a7650c7-20250405"
|
15972
15988
|
)
|
15973
15989
|
);
|
15974
15990
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15988,17 +16004,17 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15988
16004
|
null === componentOrElement ? null : componentOrElement.stateNode;
|
15989
16005
|
return componentOrElement;
|
15990
16006
|
};
|
15991
|
-
var internals$jscomp$
|
16007
|
+
var internals$jscomp$inline_1877 = {
|
15992
16008
|
bundleType: 0,
|
15993
|
-
version: "19.2.0-canary-
|
16009
|
+
version: "19.2.0-canary-6a7650c7-20250405",
|
15994
16010
|
rendererPackageName: "react-dom",
|
15995
16011
|
currentDispatcherRef: ReactSharedInternals,
|
15996
|
-
reconcilerVersion: "19.2.0-canary-
|
16012
|
+
reconcilerVersion: "19.2.0-canary-6a7650c7-20250405",
|
15997
16013
|
getLaneLabelMap: function () {
|
15998
16014
|
for (
|
15999
|
-
var map = new Map(), lane = 1, index$
|
16000
|
-
31 > index$
|
16001
|
-
index$
|
16015
|
+
var map = new Map(), lane = 1, index$283 = 0;
|
16016
|
+
31 > index$283;
|
16017
|
+
index$283++
|
16002
16018
|
) {
|
16003
16019
|
var label = getLabelForLane(lane);
|
16004
16020
|
map.set(lane, label);
|
@@ -16011,16 +16027,16 @@ var internals$jscomp$inline_1884 = {
|
|
16011
16027
|
}
|
16012
16028
|
};
|
16013
16029
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
16014
|
-
var hook$jscomp$
|
16030
|
+
var hook$jscomp$inline_2306 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
16015
16031
|
if (
|
16016
|
-
!hook$jscomp$
|
16017
|
-
hook$jscomp$
|
16032
|
+
!hook$jscomp$inline_2306.isDisabled &&
|
16033
|
+
hook$jscomp$inline_2306.supportsFiber
|
16018
16034
|
)
|
16019
16035
|
try {
|
16020
|
-
(rendererID = hook$jscomp$
|
16021
|
-
internals$jscomp$
|
16036
|
+
(rendererID = hook$jscomp$inline_2306.inject(
|
16037
|
+
internals$jscomp$inline_1877
|
16022
16038
|
)),
|
16023
|
-
(injectedHook = hook$jscomp$
|
16039
|
+
(injectedHook = hook$jscomp$inline_2306);
|
16024
16040
|
} catch (err) {}
|
16025
16041
|
}
|
16026
16042
|
function noop() {}
|
@@ -16273,7 +16289,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16273
16289
|
exports.useFormStatus = function () {
|
16274
16290
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16275
16291
|
};
|
16276
|
-
exports.version = "19.2.0-canary-
|
16292
|
+
exports.version = "19.2.0-canary-6a7650c7-20250405";
|
16277
16293
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16278
16294
|
"function" ===
|
16279
16295
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|