react-dom 19.3.0-canary-c9ddee7e-20251031 → 19.3.0-canary-561ee24d-20251101
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 +200 -178
- package/cjs/react-dom-client.production.js +260 -225
- package/cjs/react-dom-profiling.development.js +200 -178
- package/cjs/react-dom-profiling.profiling.js +293 -258
- package/cjs/react-dom-server-legacy.browser.development.js +52 -31
- package/cjs/react-dom-server-legacy.browser.production.js +82 -81
- package/cjs/react-dom-server-legacy.node.development.js +52 -31
- package/cjs/react-dom-server-legacy.node.production.js +82 -81
- package/cjs/react-dom-server.browser.development.js +55 -34
- package/cjs/react-dom-server.browser.production.js +65 -64
- package/cjs/react-dom-server.bun.development.js +54 -34
- package/cjs/react-dom-server.bun.production.js +65 -64
- package/cjs/react-dom-server.edge.development.js +55 -34
- package/cjs/react-dom-server.edge.production.js +65 -64
- package/cjs/react-dom-server.node.development.js +55 -34
- package/cjs/react-dom-server.node.production.js +65 -64
- 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
|
@@ -4361,46 +4361,51 @@ function renderSuspenseListRows(request, task, keyPath, rows, revealOrder) {
|
|
|
4361
4361
|
0 === --previousSuspenseListRow.pendingTasks &&
|
|
4362
4362
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
|
4363
4363
|
else {
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
for (
|
|
4368
|
-
|
|
4364
|
+
resumeSlots = task.blockedSegment;
|
|
4365
|
+
n = resumeSlots.children.length;
|
|
4366
|
+
i = resumeSlots.chunks.length;
|
|
4367
|
+
for (node = 0; node < keyPath; node++) {
|
|
4368
|
+
resumeSegmentID =
|
|
4369
|
+
"unstable_legacy-backwards" === revealOrder ? keyPath - 1 - node : node;
|
|
4370
|
+
var node$40 = rows[resumeSegmentID];
|
|
4369
4371
|
task.row = previousSuspenseListRow = createSuspenseListRow(
|
|
4370
4372
|
previousSuspenseListRow
|
|
4371
4373
|
);
|
|
4372
|
-
task.treeContext = pushTreeContext(
|
|
4373
|
-
|
|
4374
|
+
task.treeContext = pushTreeContext(
|
|
4375
|
+
prevTreeContext,
|
|
4376
|
+
keyPath,
|
|
4377
|
+
resumeSegmentID
|
|
4378
|
+
);
|
|
4379
|
+
var newSegment = createPendingSegment(
|
|
4374
4380
|
request,
|
|
4375
|
-
|
|
4381
|
+
i,
|
|
4376
4382
|
null,
|
|
4377
4383
|
task.formatContext,
|
|
4378
|
-
0 ===
|
|
4384
|
+
0 === resumeSegmentID ? resumeSlots.lastPushedText : !0,
|
|
4379
4385
|
!0
|
|
4380
4386
|
);
|
|
4381
|
-
|
|
4382
|
-
task.blockedSegment =
|
|
4387
|
+
resumeSlots.children.splice(n, 0, newSegment);
|
|
4388
|
+
task.blockedSegment = newSegment;
|
|
4383
4389
|
try {
|
|
4384
|
-
renderNode(request, task, node,
|
|
4390
|
+
renderNode(request, task, node$40, resumeSegmentID),
|
|
4385
4391
|
pushSegmentFinale(
|
|
4386
|
-
|
|
4392
|
+
newSegment.chunks,
|
|
4387
4393
|
request.renderState,
|
|
4388
|
-
|
|
4389
|
-
|
|
4394
|
+
newSegment.lastPushedText,
|
|
4395
|
+
newSegment.textEmbedded
|
|
4390
4396
|
),
|
|
4391
|
-
(
|
|
4392
|
-
finishedSegment(request, task.blockedBoundary,
|
|
4397
|
+
(newSegment.status = 1),
|
|
4398
|
+
finishedSegment(request, task.blockedBoundary, newSegment),
|
|
4393
4399
|
0 === --previousSuspenseListRow.pendingTasks &&
|
|
4394
4400
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
|
4395
4401
|
} catch (thrownValue) {
|
|
4396
4402
|
throw (
|
|
4397
|
-
((
|
|
4398
|
-
thrownValue)
|
|
4403
|
+
((newSegment.status = 12 === request.status ? 3 : 4), thrownValue)
|
|
4399
4404
|
);
|
|
4400
4405
|
}
|
|
4401
4406
|
}
|
|
4402
|
-
task.blockedSegment =
|
|
4403
|
-
|
|
4407
|
+
task.blockedSegment = resumeSlots;
|
|
4408
|
+
resumeSlots.lastPushedText = !1;
|
|
4404
4409
|
}
|
|
4405
4410
|
null !== prevRow &&
|
|
4406
4411
|
null !== previousSuspenseListRow &&
|
|
@@ -4477,9 +4482,9 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4477
4482
|
var defaultProps = type.defaultProps;
|
|
4478
4483
|
if (defaultProps) {
|
|
4479
4484
|
newProps === props && (newProps = assign({}, newProps, props));
|
|
4480
|
-
for (var propName$
|
|
4481
|
-
void 0 === newProps[propName$
|
|
4482
|
-
(newProps[propName$
|
|
4485
|
+
for (var propName$45 in defaultProps)
|
|
4486
|
+
void 0 === newProps[propName$45] &&
|
|
4487
|
+
(newProps[propName$45] = defaultProps[propName$45]);
|
|
4483
4488
|
}
|
|
4484
4489
|
var JSCompiler_inline_result = newProps;
|
|
4485
4490
|
var context = emptyContextObject,
|
|
@@ -4612,7 +4617,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4612
4617
|
task.formatContext = prevContext;
|
|
4613
4618
|
task.keyPath = prevKeyPath$jscomp$0;
|
|
4614
4619
|
} else {
|
|
4615
|
-
var children$
|
|
4620
|
+
var children$42 = pushStartInstance(
|
|
4616
4621
|
segment.chunks,
|
|
4617
4622
|
type,
|
|
4618
4623
|
props,
|
|
@@ -4624,13 +4629,13 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4624
4629
|
segment.lastPushedText
|
|
4625
4630
|
);
|
|
4626
4631
|
segment.lastPushedText = !1;
|
|
4627
|
-
var prevContext$
|
|
4628
|
-
prevKeyPath$
|
|
4632
|
+
var prevContext$43 = task.formatContext,
|
|
4633
|
+
prevKeyPath$44 = task.keyPath;
|
|
4629
4634
|
task.keyPath = keyPath;
|
|
4630
4635
|
if (
|
|
4631
4636
|
3 ===
|
|
4632
4637
|
(task.formatContext = getChildFormatContext(
|
|
4633
|
-
prevContext$
|
|
4638
|
+
prevContext$43,
|
|
4634
4639
|
type,
|
|
4635
4640
|
props
|
|
4636
4641
|
)).insertionMode
|
|
@@ -4647,7 +4652,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4647
4652
|
task.blockedSegment = preambleSegment;
|
|
4648
4653
|
try {
|
|
4649
4654
|
(preambleSegment.status = 6),
|
|
4650
|
-
renderNode(request, task, children$
|
|
4655
|
+
renderNode(request, task, children$42, -1),
|
|
4651
4656
|
pushSegmentFinale(
|
|
4652
4657
|
preambleSegment.chunks,
|
|
4653
4658
|
request.renderState,
|
|
@@ -4659,9 +4664,9 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4659
4664
|
} finally {
|
|
4660
4665
|
task.blockedSegment = segment;
|
|
4661
4666
|
}
|
|
4662
|
-
} else renderNode(request, task, children$
|
|
4663
|
-
task.formatContext = prevContext$
|
|
4664
|
-
task.keyPath = prevKeyPath$
|
|
4667
|
+
} else renderNode(request, task, children$42, -1);
|
|
4668
|
+
task.formatContext = prevContext$43;
|
|
4669
|
+
task.keyPath = prevKeyPath$44;
|
|
4665
4670
|
a: {
|
|
4666
4671
|
var target = segment.chunks,
|
|
4667
4672
|
resumableState = request.resumableState;
|
|
@@ -4686,19 +4691,19 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4686
4691
|
case "wbr":
|
|
4687
4692
|
break a;
|
|
4688
4693
|
case "body":
|
|
4689
|
-
if (1 >= prevContext$
|
|
4694
|
+
if (1 >= prevContext$43.insertionMode) {
|
|
4690
4695
|
resumableState.hasBody = !0;
|
|
4691
4696
|
break a;
|
|
4692
4697
|
}
|
|
4693
4698
|
break;
|
|
4694
4699
|
case "html":
|
|
4695
|
-
if (0 === prevContext$
|
|
4700
|
+
if (0 === prevContext$43.insertionMode) {
|
|
4696
4701
|
resumableState.hasHtml = !0;
|
|
4697
4702
|
break a;
|
|
4698
4703
|
}
|
|
4699
4704
|
break;
|
|
4700
4705
|
case "head":
|
|
4701
|
-
if (1 >= prevContext$
|
|
4706
|
+
if (1 >= prevContext$43.insertionMode) break a;
|
|
4702
4707
|
}
|
|
4703
4708
|
target.push(endChunkForTag(type));
|
|
4704
4709
|
}
|
|
@@ -4727,10 +4732,10 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4727
4732
|
} else if ("hidden" !== props.mode) {
|
|
4728
4733
|
segment$jscomp$0.chunks.push("\x3c!--&--\x3e");
|
|
4729
4734
|
segment$jscomp$0.lastPushedText = !1;
|
|
4730
|
-
var prevKeyPath$
|
|
4735
|
+
var prevKeyPath$47 = task.keyPath;
|
|
4731
4736
|
task.keyPath = keyPath;
|
|
4732
4737
|
renderNode(request, task, props.children, -1);
|
|
4733
|
-
task.keyPath = prevKeyPath$
|
|
4738
|
+
task.keyPath = prevKeyPath$47;
|
|
4734
4739
|
segment$jscomp$0.chunks.push("\x3c!--/&--\x3e");
|
|
4735
4740
|
segment$jscomp$0.lastPushedText = !1;
|
|
4736
4741
|
}
|
|
@@ -4739,11 +4744,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4739
4744
|
a: {
|
|
4740
4745
|
var children$jscomp$0 = props.children,
|
|
4741
4746
|
revealOrder = props.revealOrder;
|
|
4742
|
-
if (
|
|
4743
|
-
"forwards" === revealOrder ||
|
|
4744
|
-
"backwards" === revealOrder ||
|
|
4745
|
-
"unstable_legacy-backwards" === revealOrder
|
|
4746
|
-
) {
|
|
4747
|
+
if ("independent" !== revealOrder && "together" !== revealOrder) {
|
|
4747
4748
|
if (isArrayImpl(children$jscomp$0)) {
|
|
4748
4749
|
renderSuspenseListRows(
|
|
4749
4750
|
request,
|
|
@@ -4775,7 +4776,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4775
4776
|
}
|
|
4776
4777
|
}
|
|
4777
4778
|
if ("together" === revealOrder) {
|
|
4778
|
-
var prevKeyPath$
|
|
4779
|
+
var prevKeyPath$41 = task.keyPath,
|
|
4779
4780
|
prevRow = task.row,
|
|
4780
4781
|
newRow = (task.row = createSuspenseListRow(null));
|
|
4781
4782
|
newRow.boundaries = [];
|
|
@@ -4784,7 +4785,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
4784
4785
|
renderNodeDestructive(request, task, children$jscomp$0, -1);
|
|
4785
4786
|
0 === --newRow.pendingTasks &&
|
|
4786
4787
|
finishSuspenseListRow(request, newRow);
|
|
4787
|
-
task.keyPath = prevKeyPath$
|
|
4788
|
+
task.keyPath = prevKeyPath$41;
|
|
4788
4789
|
task.row = prevRow;
|
|
4789
4790
|
null !== prevRow &&
|
|
4790
4791
|
0 < newRow.pendingTasks &&
|
|
@@ -5778,21 +5779,21 @@ function renderNode(request, task, node, childIndex) {
|
|
|
5778
5779
|
chunkLength = segment.chunks.length;
|
|
5779
5780
|
try {
|
|
5780
5781
|
return renderNodeDestructive(request, task, node, childIndex);
|
|
5781
|
-
} catch (thrownValue$
|
|
5782
|
+
} catch (thrownValue$64) {
|
|
5782
5783
|
if (
|
|
5783
5784
|
(resetHooksState(),
|
|
5784
5785
|
(segment.children.length = childrenLength),
|
|
5785
5786
|
(segment.chunks.length = chunkLength),
|
|
5786
5787
|
(node =
|
|
5787
|
-
thrownValue$
|
|
5788
|
+
thrownValue$64 === SuspenseException
|
|
5788
5789
|
? getSuspendedThenable()
|
|
5789
|
-
: thrownValue$
|
|
5790
|
+
: thrownValue$64),
|
|
5790
5791
|
12 !== request.status && "object" === typeof node && null !== node)
|
|
5791
5792
|
) {
|
|
5792
5793
|
if ("function" === typeof node.then) {
|
|
5793
5794
|
segment = node;
|
|
5794
5795
|
node =
|
|
5795
|
-
thrownValue$
|
|
5796
|
+
thrownValue$64 === SuspenseException
|
|
5796
5797
|
? getThenableStateAfterSuspending()
|
|
5797
5798
|
: null;
|
|
5798
5799
|
request = spawnNewSuspendedRenderTask(request, task, node).ping;
|
|
@@ -5807,7 +5808,7 @@ function renderNode(request, task, node, childIndex) {
|
|
|
5807
5808
|
}
|
|
5808
5809
|
if ("Maximum call stack size exceeded" === node.message) {
|
|
5809
5810
|
segment =
|
|
5810
|
-
thrownValue$
|
|
5811
|
+
thrownValue$64 === SuspenseException
|
|
5811
5812
|
? getThenableStateAfterSuspending()
|
|
5812
5813
|
: null;
|
|
5813
5814
|
segment = spawnNewSuspendedRenderTask(request, task, segment);
|
|
@@ -5925,12 +5926,12 @@ function abortTask(task, request, error) {
|
|
|
5925
5926
|
0 === request.pendingRootTasks && completeShell(request);
|
|
5926
5927
|
}
|
|
5927
5928
|
} else {
|
|
5928
|
-
var trackedPostpones$
|
|
5929
|
+
var trackedPostpones$65 = request.trackedPostpones;
|
|
5929
5930
|
if (4 !== boundary.status) {
|
|
5930
|
-
if (null !== trackedPostpones$
|
|
5931
|
+
if (null !== trackedPostpones$65 && null !== segment)
|
|
5931
5932
|
return (
|
|
5932
5933
|
logRecoverableError(request, error, errorInfo),
|
|
5933
|
-
trackPostpone(request, trackedPostpones$
|
|
5934
|
+
trackPostpone(request, trackedPostpones$65, task, segment),
|
|
5934
5935
|
boundary.fallbackAbortableTasks.forEach(function (fallbackTask) {
|
|
5935
5936
|
return abortTask(fallbackTask, request, error);
|
|
5936
5937
|
}),
|
|
@@ -6878,12 +6879,12 @@ function flushCompletedQueues(request, destination) {
|
|
|
6878
6879
|
flushingPartialBoundaries = !0;
|
|
6879
6880
|
var partialBoundaries = request.partialBoundaries;
|
|
6880
6881
|
for (i = 0; i < partialBoundaries.length; i++) {
|
|
6881
|
-
var boundary$
|
|
6882
|
+
var boundary$71 = partialBoundaries[i];
|
|
6882
6883
|
a: {
|
|
6883
6884
|
clientRenderedBoundaries = request;
|
|
6884
6885
|
boundary = destination;
|
|
6885
|
-
flushedByteSize = boundary$
|
|
6886
|
-
var completedSegments = boundary$
|
|
6886
|
+
flushedByteSize = boundary$71.byteSize;
|
|
6887
|
+
var completedSegments = boundary$71.completedSegments;
|
|
6887
6888
|
for (
|
|
6888
6889
|
JSCompiler_inline_result = 0;
|
|
6889
6890
|
JSCompiler_inline_result < completedSegments.length;
|
|
@@ -6893,7 +6894,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
6893
6894
|
!flushPartiallyCompletedSegment(
|
|
6894
6895
|
clientRenderedBoundaries,
|
|
6895
6896
|
boundary,
|
|
6896
|
-
boundary$
|
|
6897
|
+
boundary$71,
|
|
6897
6898
|
completedSegments[JSCompiler_inline_result]
|
|
6898
6899
|
)
|
|
6899
6900
|
) {
|
|
@@ -6903,10 +6904,10 @@ function flushCompletedQueues(request, destination) {
|
|
|
6903
6904
|
break a;
|
|
6904
6905
|
}
|
|
6905
6906
|
completedSegments.splice(0, JSCompiler_inline_result);
|
|
6906
|
-
var row = boundary$
|
|
6907
|
+
var row = boundary$71.row;
|
|
6907
6908
|
null !== row &&
|
|
6908
6909
|
row.together &&
|
|
6909
|
-
1 === boundary$
|
|
6910
|
+
1 === boundary$71.pendingTasks &&
|
|
6910
6911
|
(1 === row.pendingTasks
|
|
6911
6912
|
? unblockSuspenseListRow(
|
|
6912
6913
|
clientRenderedBoundaries,
|
|
@@ -6916,7 +6917,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
6916
6917
|
: row.pendingTasks--);
|
|
6917
6918
|
JSCompiler_inline_result$jscomp$0 = writeHoistablesForBoundary(
|
|
6918
6919
|
boundary,
|
|
6919
|
-
boundary$
|
|
6920
|
+
boundary$71.contentState,
|
|
6920
6921
|
clientRenderedBoundaries.renderState
|
|
6921
6922
|
);
|
|
6922
6923
|
}
|
|
@@ -7011,8 +7012,8 @@ function abort(request, reason) {
|
|
|
7011
7012
|
}
|
|
7012
7013
|
null !== request.destination &&
|
|
7013
7014
|
flushCompletedQueues(request, request.destination);
|
|
7014
|
-
} catch (error$
|
|
7015
|
-
logRecoverableError(request, error$
|
|
7015
|
+
} catch (error$73) {
|
|
7016
|
+
logRecoverableError(request, error$73, {}), fatalError(request, error$73);
|
|
7016
7017
|
}
|
|
7017
7018
|
}
|
|
7018
7019
|
function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
@@ -7075,11 +7076,11 @@ function getPostponedState(request) {
|
|
|
7075
7076
|
}
|
|
7076
7077
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7077
7078
|
var isomorphicReactPackageVersion = React.version;
|
|
7078
|
-
if ("19.3.0-canary-
|
|
7079
|
+
if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
|
|
7079
7080
|
throw Error(
|
|
7080
7081
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7081
7082
|
(isomorphicReactPackageVersion +
|
|
7082
|
-
"\n - react-dom: 19.3.0-canary-
|
|
7083
|
+
"\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7083
7084
|
);
|
|
7084
7085
|
}
|
|
7085
7086
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7632,4 +7633,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
|
|
7632
7633
|
}
|
|
7633
7634
|
};
|
|
7634
7635
|
};
|
|
7635
|
-
exports.version = "19.3.0-canary-
|
|
7636
|
+
exports.version = "19.3.0-canary-561ee24d-20251101";
|
|
@@ -5141,8 +5141,6 @@
|
|
|
5141
5141
|
if (null != debugInfo)
|
|
5142
5142
|
for (var i = debugInfo.length - 1; 0 <= i; i--) {
|
|
5143
5143
|
var info = debugInfo[i];
|
|
5144
|
-
if ("string" === typeof info.name) break;
|
|
5145
|
-
if ("number" === typeof info.time) break;
|
|
5146
5144
|
if (null != info.awaited) {
|
|
5147
5145
|
var bestStack = null == info.debugStack ? info.awaited : info;
|
|
5148
5146
|
if (void 0 !== bestStack.debugStack) {
|
|
@@ -5419,45 +5417,52 @@
|
|
|
5419
5417
|
0 === --previousSuspenseListRow.pendingTasks &&
|
|
5420
5418
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
|
5421
5419
|
else {
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
for (
|
|
5426
|
-
|
|
5420
|
+
resumeSlots = task.blockedSegment;
|
|
5421
|
+
n = resumeSlots.children.length;
|
|
5422
|
+
i = resumeSlots.chunks.length;
|
|
5423
|
+
for (node = 0; node < keyPath; node++) {
|
|
5424
|
+
resumeSegmentID =
|
|
5425
|
+
"unstable_legacy-backwards" === revealOrder
|
|
5426
|
+
? keyPath - 1 - node
|
|
5427
|
+
: node;
|
|
5428
|
+
var _node3 = rows[resumeSegmentID];
|
|
5427
5429
|
task.row = previousSuspenseListRow = createSuspenseListRow(
|
|
5428
5430
|
previousSuspenseListRow
|
|
5429
5431
|
);
|
|
5430
|
-
task.treeContext = pushTreeContext(
|
|
5431
|
-
|
|
5432
|
+
task.treeContext = pushTreeContext(
|
|
5433
|
+
prevTreeContext,
|
|
5434
|
+
keyPath,
|
|
5435
|
+
resumeSegmentID
|
|
5436
|
+
);
|
|
5437
|
+
var newSegment = createPendingSegment(
|
|
5432
5438
|
request,
|
|
5433
|
-
|
|
5439
|
+
i,
|
|
5434
5440
|
null,
|
|
5435
5441
|
task.formatContext,
|
|
5436
|
-
0 ===
|
|
5442
|
+
0 === resumeSegmentID ? resumeSlots.lastPushedText : !0,
|
|
5437
5443
|
!0
|
|
5438
5444
|
);
|
|
5439
|
-
|
|
5440
|
-
task.blockedSegment =
|
|
5441
|
-
warnForMissingKey(request, task,
|
|
5445
|
+
resumeSlots.children.splice(n, 0, newSegment);
|
|
5446
|
+
task.blockedSegment = newSegment;
|
|
5447
|
+
warnForMissingKey(request, task, _node3);
|
|
5442
5448
|
try {
|
|
5443
|
-
renderNode(request, task,
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
(
|
|
5448
|
-
finishedSegment(request, task.blockedBoundary,
|
|
5449
|
+
renderNode(request, task, _node3, resumeSegmentID),
|
|
5450
|
+
newSegment.lastPushedText &&
|
|
5451
|
+
newSegment.textEmbedded &&
|
|
5452
|
+
newSegment.chunks.push(textSeparator),
|
|
5453
|
+
(newSegment.status = COMPLETED),
|
|
5454
|
+
finishedSegment(request, task.blockedBoundary, newSegment),
|
|
5449
5455
|
0 === --previousSuspenseListRow.pendingTasks &&
|
|
5450
5456
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
|
5451
5457
|
} catch (thrownValue) {
|
|
5452
5458
|
throw (
|
|
5453
|
-
((
|
|
5454
|
-
12 === request.status ? ABORTED : ERRORED),
|
|
5459
|
+
((newSegment.status = 12 === request.status ? ABORTED : ERRORED),
|
|
5455
5460
|
thrownValue)
|
|
5456
5461
|
);
|
|
5457
5462
|
}
|
|
5458
5463
|
}
|
|
5459
|
-
task.blockedSegment =
|
|
5460
|
-
|
|
5464
|
+
task.blockedSegment = resumeSlots;
|
|
5465
|
+
resumeSlots.lastPushedText = !1;
|
|
5461
5466
|
}
|
|
5462
5467
|
null !== prevRow &&
|
|
5463
5468
|
null !== previousSuspenseListRow &&
|
|
@@ -6124,11 +6129,7 @@
|
|
|
6124
6129
|
a: {
|
|
6125
6130
|
var children$jscomp$0 = props.children,
|
|
6126
6131
|
revealOrder = props.revealOrder;
|
|
6127
|
-
if (
|
|
6128
|
-
"forwards" === revealOrder ||
|
|
6129
|
-
"backwards" === revealOrder ||
|
|
6130
|
-
"unstable_legacy-backwards" === revealOrder
|
|
6131
|
-
) {
|
|
6132
|
+
if ("independent" !== revealOrder && "together" !== revealOrder) {
|
|
6132
6133
|
if (isArrayImpl(children$jscomp$0)) {
|
|
6133
6134
|
renderSuspenseListRows(
|
|
6134
6135
|
request,
|
|
@@ -7556,9 +7557,28 @@
|
|
|
7556
7557
|
}
|
|
7557
7558
|
var errorInfo = getThrownInfo(task.componentStack),
|
|
7558
7559
|
node = task.node;
|
|
7559
|
-
null !== node &&
|
|
7560
|
+
if (null !== node && "object" === typeof node) {
|
|
7561
|
+
for (
|
|
7562
|
+
var debugInfo = node._debugInfo;
|
|
7563
|
+
"object" === typeof node &&
|
|
7564
|
+
null !== node &&
|
|
7565
|
+
node.$$typeof === REACT_LAZY_TYPE;
|
|
7566
|
+
|
|
7567
|
+
) {
|
|
7568
|
+
var payload = node._payload;
|
|
7569
|
+
if ("fulfilled" === payload.status) node = payload.value;
|
|
7570
|
+
else break;
|
|
7571
|
+
}
|
|
7560
7572
|
"object" === typeof node &&
|
|
7561
|
-
|
|
7573
|
+
null !== node &&
|
|
7574
|
+
(isArrayImpl(node) ||
|
|
7575
|
+
"function" === typeof node[ASYNC_ITERATOR] ||
|
|
7576
|
+
node.$$typeof === REACT_ELEMENT_TYPE ||
|
|
7577
|
+
node.$$typeof === REACT_LAZY_TYPE) &&
|
|
7578
|
+
isArrayImpl(node._debugInfo) &&
|
|
7579
|
+
(debugInfo = node._debugInfo);
|
|
7580
|
+
pushHaltedAwaitOnComponentStack(task, debugInfo);
|
|
7581
|
+
}
|
|
7562
7582
|
if (null === boundary) {
|
|
7563
7583
|
if (13 !== request.status && request.status !== CLOSED) {
|
|
7564
7584
|
boundary = task.replay;
|
|
@@ -8990,11 +9010,11 @@
|
|
|
8990
9010
|
}
|
|
8991
9011
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8992
9012
|
var isomorphicReactPackageVersion = React.version;
|
|
8993
|
-
if ("19.3.0-canary-
|
|
9013
|
+
if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
|
|
8994
9014
|
throw Error(
|
|
8995
9015
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8996
9016
|
(isomorphicReactPackageVersion +
|
|
8997
|
-
"\n - react-dom: 19.3.0-canary-
|
|
9017
|
+
"\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8998
9018
|
);
|
|
8999
9019
|
}
|
|
9000
9020
|
var React = require("react"),
|
|
@@ -9017,6 +9037,7 @@
|
|
|
9017
9037
|
REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"),
|
|
9018
9038
|
REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
|
|
9019
9039
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
9040
|
+
ASYNC_ITERATOR = Symbol.asyncIterator,
|
|
9020
9041
|
isArrayImpl = Array.isArray,
|
|
9021
9042
|
jsxPropsParents = new WeakMap(),
|
|
9022
9043
|
jsxChildrenParents = new WeakMap(),
|
|
@@ -10795,5 +10816,5 @@
|
|
|
10795
10816
|
startWork(request);
|
|
10796
10817
|
});
|
|
10797
10818
|
};
|
|
10798
|
-
exports.version = "19.3.0-canary-
|
|
10819
|
+
exports.version = "19.3.0-canary-561ee24d-20251101";
|
|
10799
10820
|
})();
|