react-markup 0.0.0-experimental-fbcda19a-20250317 → 0.0.0-experimental-db7dfe05-20250319
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5401,10 +5401,17 @@
|
|
|
5401
5401
|
task.keyPath = _prevKeyPath3;
|
|
5402
5402
|
return;
|
|
5403
5403
|
case REACT_VIEW_TRANSITION_TYPE:
|
|
5404
|
-
var
|
|
5404
|
+
var prevKeyPath$jscomp$3 = task.keyPath;
|
|
5405
5405
|
task.keyPath = keyPath;
|
|
5406
|
-
|
|
5407
|
-
|
|
5406
|
+
if (null != props.name && "auto" !== props.name)
|
|
5407
|
+
renderNodeDestructive(request, task, props.children, -1);
|
|
5408
|
+
else {
|
|
5409
|
+
var prevTreeContext = task.treeContext;
|
|
5410
|
+
task.treeContext = pushTreeContext(prevTreeContext, 1, 0);
|
|
5411
|
+
renderNode(request, task, props.children, -1);
|
|
5412
|
+
task.treeContext = prevTreeContext;
|
|
5413
|
+
}
|
|
5414
|
+
task.keyPath = prevKeyPath$jscomp$3;
|
|
5408
5415
|
return;
|
|
5409
5416
|
case REACT_SCOPE_TYPE:
|
|
5410
5417
|
throw Error(
|
|
@@ -5421,7 +5428,7 @@
|
|
|
5421
5428
|
task.keyPath = _prevKeyPath;
|
|
5422
5429
|
}
|
|
5423
5430
|
} else {
|
|
5424
|
-
var prevKeyPath$jscomp$
|
|
5431
|
+
var prevKeyPath$jscomp$4 = task.keyPath,
|
|
5425
5432
|
parentBoundary = task.blockedBoundary,
|
|
5426
5433
|
parentPreamble = task.blockedPreamble,
|
|
5427
5434
|
parentHoistableState = task.hoistableState,
|
|
@@ -5496,7 +5503,7 @@
|
|
|
5496
5503
|
} finally {
|
|
5497
5504
|
(task.blockedSegment = parentSegment),
|
|
5498
5505
|
(task.blockedPreamble = parentPreamble),
|
|
5499
|
-
(task.keyPath = prevKeyPath$jscomp$
|
|
5506
|
+
(task.keyPath = prevKeyPath$jscomp$4);
|
|
5500
5507
|
}
|
|
5501
5508
|
var suspendedPrimaryTask = createRenderTask(
|
|
5502
5509
|
request,
|
|
@@ -5579,7 +5586,7 @@
|
|
|
5579
5586
|
(task.blockedPreamble = parentPreamble),
|
|
5580
5587
|
(task.hoistableState = parentHoistableState),
|
|
5581
5588
|
(task.blockedSegment = parentSegment),
|
|
5582
|
-
(task.keyPath = prevKeyPath$jscomp$
|
|
5589
|
+
(task.keyPath = prevKeyPath$jscomp$4);
|
|
5583
5590
|
}
|
|
5584
5591
|
var suspendedFallbackTask = createRenderTask(
|
|
5585
5592
|
request,
|
|
@@ -5640,7 +5647,7 @@
|
|
|
5640
5647
|
var value$jscomp$0 = props.value,
|
|
5641
5648
|
children$jscomp$1 = props.children;
|
|
5642
5649
|
var prevSnapshot = task.context;
|
|
5643
|
-
var prevKeyPath$jscomp$
|
|
5650
|
+
var prevKeyPath$jscomp$5 = task.keyPath;
|
|
5644
5651
|
var prevValue = type._currentValue2;
|
|
5645
5652
|
type._currentValue2 = value$jscomp$0;
|
|
5646
5653
|
void 0 !== type._currentRenderer2 &&
|
|
@@ -5683,7 +5690,7 @@
|
|
|
5683
5690
|
var JSCompiler_inline_result$jscomp$0 = (currentActiveSnapshot =
|
|
5684
5691
|
prevSnapshot$jscomp$0.parent);
|
|
5685
5692
|
task.context = JSCompiler_inline_result$jscomp$0;
|
|
5686
|
-
task.keyPath = prevKeyPath$jscomp$
|
|
5693
|
+
task.keyPath = prevKeyPath$jscomp$5;
|
|
5687
5694
|
prevSnapshot !== task.context &&
|
|
5688
5695
|
console.error(
|
|
5689
5696
|
"Popping the context provider did not return back to the original snapshot. This is a bug in React."
|
|
@@ -5697,10 +5704,10 @@
|
|
|
5697
5704
|
"A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."
|
|
5698
5705
|
);
|
|
5699
5706
|
var newChildren = render(context$jscomp$0._currentValue2),
|
|
5700
|
-
prevKeyPath$jscomp$
|
|
5707
|
+
prevKeyPath$jscomp$6 = task.keyPath;
|
|
5701
5708
|
task.keyPath = keyPath;
|
|
5702
5709
|
renderNodeDestructive(request, task, newChildren, -1);
|
|
5703
|
-
task.keyPath = prevKeyPath$jscomp$
|
|
5710
|
+
task.keyPath = prevKeyPath$jscomp$6;
|
|
5704
5711
|
return;
|
|
5705
5712
|
case REACT_LAZY_TYPE:
|
|
5706
5713
|
var Component = callLazyInitInDEV(type);
|
|
@@ -8921,5 +8928,5 @@
|
|
|
8921
8928
|
});
|
|
8922
8929
|
});
|
|
8923
8930
|
};
|
|
8924
|
-
exports.version = "19.1.0-experimental-
|
|
8931
|
+
exports.version = "19.1.0-experimental-db7dfe05-20250319";
|
|
8925
8932
|
})();
|
|
@@ -3906,7 +3906,12 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
3906
3906
|
case REACT_VIEW_TRANSITION_TYPE:
|
|
3907
3907
|
type = task.keyPath;
|
|
3908
3908
|
task.keyPath = keyPath;
|
|
3909
|
-
|
|
3909
|
+
null != props.name && "auto" !== props.name
|
|
3910
|
+
? renderNodeDestructive(request, task, props.children, -1)
|
|
3911
|
+
: ((keyPath = task.treeContext),
|
|
3912
|
+
(task.treeContext = pushTreeContext(keyPath, 1, 0)),
|
|
3913
|
+
renderNode(request, task, props.children, -1),
|
|
3914
|
+
(task.treeContext = keyPath));
|
|
3910
3915
|
task.keyPath = type;
|
|
3911
3916
|
return;
|
|
3912
3917
|
case REACT_SCOPE_TYPE:
|
|
@@ -4574,9 +4579,9 @@ function trackPostpone(request, trackedPostpones, task, segment) {
|
|
|
4574
4579
|
addToReplayParent(segment, boundaryKeyPath[0], trackedPostpones);
|
|
4575
4580
|
return;
|
|
4576
4581
|
}
|
|
4577
|
-
var boundaryNode$
|
|
4578
|
-
void 0 === boundaryNode$
|
|
4579
|
-
? ((boundaryNode$
|
|
4582
|
+
var boundaryNode$33 = trackedPostpones.workingMap.get(boundaryKeyPath);
|
|
4583
|
+
void 0 === boundaryNode$33
|
|
4584
|
+
? ((boundaryNode$33 = [
|
|
4580
4585
|
boundaryKeyPath[1],
|
|
4581
4586
|
boundaryKeyPath[2],
|
|
4582
4587
|
children,
|
|
@@ -4584,13 +4589,13 @@ function trackPostpone(request, trackedPostpones, task, segment) {
|
|
|
4584
4589
|
fallbackReplayNode,
|
|
4585
4590
|
boundary.rootSegmentID
|
|
4586
4591
|
]),
|
|
4587
|
-
trackedPostpones.workingMap.set(boundaryKeyPath, boundaryNode$
|
|
4592
|
+
trackedPostpones.workingMap.set(boundaryKeyPath, boundaryNode$33),
|
|
4588
4593
|
addToReplayParent(
|
|
4589
|
-
boundaryNode$
|
|
4594
|
+
boundaryNode$33,
|
|
4590
4595
|
boundaryKeyPath[0],
|
|
4591
4596
|
trackedPostpones
|
|
4592
4597
|
))
|
|
4593
|
-
: ((boundaryKeyPath = boundaryNode$
|
|
4598
|
+
: ((boundaryKeyPath = boundaryNode$33),
|
|
4594
4599
|
(boundaryKeyPath[4] = fallbackReplayNode),
|
|
4595
4600
|
(boundaryKeyPath[5] = boundary.rootSegmentID));
|
|
4596
4601
|
}
|
|
@@ -4744,15 +4749,15 @@ function renderNode(request, task, node, childIndex) {
|
|
|
4744
4749
|
chunkLength = segment.chunks.length;
|
|
4745
4750
|
try {
|
|
4746
4751
|
return renderNodeDestructive(request, task, node, childIndex);
|
|
4747
|
-
} catch (thrownValue$
|
|
4752
|
+
} catch (thrownValue$45) {
|
|
4748
4753
|
if (
|
|
4749
4754
|
(resetHooksState(),
|
|
4750
4755
|
(segment.children.length = childrenLength),
|
|
4751
4756
|
(segment.chunks.length = chunkLength),
|
|
4752
4757
|
(childIndex =
|
|
4753
|
-
thrownValue$
|
|
4758
|
+
thrownValue$45 === SuspenseException
|
|
4754
4759
|
? getSuspendedThenable()
|
|
4755
|
-
: thrownValue$
|
|
4760
|
+
: thrownValue$45),
|
|
4756
4761
|
"object" === typeof childIndex && null !== childIndex)
|
|
4757
4762
|
) {
|
|
4758
4763
|
if ("function" === typeof childIndex.then) {
|
|
@@ -4953,16 +4958,16 @@ function abortTask(task, request, error) {
|
|
|
4953
4958
|
}
|
|
4954
4959
|
} else {
|
|
4955
4960
|
boundary.pendingTasks--;
|
|
4956
|
-
var trackedPostpones$
|
|
4961
|
+
var trackedPostpones$48 = request.trackedPostpones;
|
|
4957
4962
|
if (4 !== boundary.status) {
|
|
4958
|
-
if (null !== trackedPostpones$
|
|
4963
|
+
if (null !== trackedPostpones$48 && null !== segment)
|
|
4959
4964
|
return (
|
|
4960
4965
|
"object" === typeof error &&
|
|
4961
4966
|
null !== error &&
|
|
4962
4967
|
error.$$typeof === REACT_POSTPONE_TYPE
|
|
4963
4968
|
? logPostpone(request, error.message, errorInfo)
|
|
4964
4969
|
: logRecoverableError(request, error, errorInfo),
|
|
4965
|
-
trackPostpone(request, trackedPostpones$
|
|
4970
|
+
trackPostpone(request, trackedPostpones$48, task, segment),
|
|
4966
4971
|
boundary.fallbackAbortableTasks.forEach(function (fallbackTask) {
|
|
4967
4972
|
return abortTask(fallbackTask, request, error);
|
|
4968
4973
|
}),
|
|
@@ -5266,13 +5271,13 @@ function performWork(request$jscomp$1) {
|
|
|
5266
5271
|
null !== request.trackedPostpones &&
|
|
5267
5272
|
x$jscomp$0.$$typeof === REACT_POSTPONE_TYPE
|
|
5268
5273
|
) {
|
|
5269
|
-
var trackedPostpones$
|
|
5274
|
+
var trackedPostpones$52 = request.trackedPostpones;
|
|
5270
5275
|
task.abortSet.delete(task);
|
|
5271
5276
|
var postponeInfo = getThrownInfo(task.componentStack);
|
|
5272
5277
|
logPostpone(request, x$jscomp$0.message, postponeInfo);
|
|
5273
5278
|
trackPostpone(
|
|
5274
5279
|
request,
|
|
5275
|
-
trackedPostpones$
|
|
5280
|
+
trackedPostpones$52,
|
|
5276
5281
|
task,
|
|
5277
5282
|
segment$jscomp$0
|
|
5278
5283
|
);
|
|
@@ -5817,11 +5822,11 @@ function flushCompletedQueues(request, destination) {
|
|
|
5817
5822
|
completedBoundaries.splice(0, i);
|
|
5818
5823
|
var partialBoundaries = request.partialBoundaries;
|
|
5819
5824
|
for (i = 0; i < partialBoundaries.length; i++) {
|
|
5820
|
-
var boundary$
|
|
5825
|
+
var boundary$55 = partialBoundaries[i];
|
|
5821
5826
|
a: {
|
|
5822
5827
|
clientRenderedBoundaries = request;
|
|
5823
5828
|
boundary = destination;
|
|
5824
|
-
var completedSegments = boundary$
|
|
5829
|
+
var completedSegments = boundary$55.completedSegments;
|
|
5825
5830
|
for (
|
|
5826
5831
|
JSCompiler_inline_result = 0;
|
|
5827
5832
|
JSCompiler_inline_result < completedSegments.length;
|
|
@@ -5831,7 +5836,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
5831
5836
|
!flushPartiallyCompletedSegment(
|
|
5832
5837
|
clientRenderedBoundaries,
|
|
5833
5838
|
boundary,
|
|
5834
|
-
boundary$
|
|
5839
|
+
boundary$55,
|
|
5835
5840
|
completedSegments[JSCompiler_inline_result]
|
|
5836
5841
|
)
|
|
5837
5842
|
) {
|
|
@@ -5843,7 +5848,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
5843
5848
|
completedSegments.splice(0, JSCompiler_inline_result);
|
|
5844
5849
|
JSCompiler_inline_result$jscomp$0 = writeHoistablesForBoundary(
|
|
5845
5850
|
boundary,
|
|
5846
|
-
boundary$
|
|
5851
|
+
boundary$55.contentState,
|
|
5847
5852
|
clientRenderedBoundaries.renderState
|
|
5848
5853
|
);
|
|
5849
5854
|
}
|
|
@@ -5915,8 +5920,8 @@ function abort(request, reason) {
|
|
|
5915
5920
|
}
|
|
5916
5921
|
null !== request.destination &&
|
|
5917
5922
|
flushCompletedQueues(request, request.destination);
|
|
5918
|
-
} catch (error$
|
|
5919
|
-
logRecoverableError(request, error$
|
|
5923
|
+
} catch (error$57) {
|
|
5924
|
+
logRecoverableError(request, error$57, {}), fatalError(request, error$57);
|
|
5920
5925
|
}
|
|
5921
5926
|
}
|
|
5922
5927
|
function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
@@ -5990,4 +5995,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
5990
5995
|
});
|
|
5991
5996
|
});
|
|
5992
5997
|
};
|
|
5993
|
-
exports.version = "19.1.0-experimental-
|
|
5998
|
+
exports.version = "19.1.0-experimental-db7dfe05-20250319";
|
|
@@ -9679,10 +9679,17 @@
|
|
|
9679
9679
|
task.keyPath = _prevKeyPath3;
|
|
9680
9680
|
return;
|
|
9681
9681
|
case REACT_VIEW_TRANSITION_TYPE:
|
|
9682
|
-
var
|
|
9682
|
+
var prevKeyPath$jscomp$3 = task.keyPath;
|
|
9683
9683
|
task.keyPath = keyPath;
|
|
9684
|
-
|
|
9685
|
-
|
|
9684
|
+
if (null != props.name && "auto" !== props.name)
|
|
9685
|
+
renderNodeDestructive(request, task, props.children, -1);
|
|
9686
|
+
else {
|
|
9687
|
+
var prevTreeContext = task.treeContext;
|
|
9688
|
+
task.treeContext = pushTreeContext(prevTreeContext, 1, 0);
|
|
9689
|
+
renderNode(request, task, props.children, -1);
|
|
9690
|
+
task.treeContext = prevTreeContext;
|
|
9691
|
+
}
|
|
9692
|
+
task.keyPath = prevKeyPath$jscomp$3;
|
|
9686
9693
|
return;
|
|
9687
9694
|
case REACT_SCOPE_TYPE:
|
|
9688
9695
|
throw Error(
|
|
@@ -9699,7 +9706,7 @@
|
|
|
9699
9706
|
task.keyPath = _prevKeyPath;
|
|
9700
9707
|
}
|
|
9701
9708
|
} else {
|
|
9702
|
-
var prevKeyPath$jscomp$
|
|
9709
|
+
var prevKeyPath$jscomp$4 = task.keyPath,
|
|
9703
9710
|
parentBoundary = task.blockedBoundary,
|
|
9704
9711
|
parentPreamble = task.blockedPreamble,
|
|
9705
9712
|
parentHoistableState = task.hoistableState,
|
|
@@ -9774,7 +9781,7 @@
|
|
|
9774
9781
|
} finally {
|
|
9775
9782
|
(task.blockedSegment = parentSegment),
|
|
9776
9783
|
(task.blockedPreamble = parentPreamble),
|
|
9777
|
-
(task.keyPath = prevKeyPath$jscomp$
|
|
9784
|
+
(task.keyPath = prevKeyPath$jscomp$4);
|
|
9778
9785
|
}
|
|
9779
9786
|
var suspendedPrimaryTask = createRenderTask(
|
|
9780
9787
|
request,
|
|
@@ -9857,7 +9864,7 @@
|
|
|
9857
9864
|
(task.blockedPreamble = parentPreamble),
|
|
9858
9865
|
(task.hoistableState = parentHoistableState),
|
|
9859
9866
|
(task.blockedSegment = parentSegment),
|
|
9860
|
-
(task.keyPath = prevKeyPath$jscomp$
|
|
9867
|
+
(task.keyPath = prevKeyPath$jscomp$4);
|
|
9861
9868
|
}
|
|
9862
9869
|
var suspendedFallbackTask = createRenderTask(
|
|
9863
9870
|
request,
|
|
@@ -9918,7 +9925,7 @@
|
|
|
9918
9925
|
var value$jscomp$0 = props.value,
|
|
9919
9926
|
children$jscomp$1 = props.children;
|
|
9920
9927
|
var prevSnapshot = task.context;
|
|
9921
|
-
var prevKeyPath$jscomp$
|
|
9928
|
+
var prevKeyPath$jscomp$5 = task.keyPath;
|
|
9922
9929
|
var prevValue = type._currentValue2;
|
|
9923
9930
|
type._currentValue2 = value$jscomp$0;
|
|
9924
9931
|
void 0 !== type._currentRenderer2 &&
|
|
@@ -9961,7 +9968,7 @@
|
|
|
9961
9968
|
var JSCompiler_inline_result$jscomp$0 = (currentActiveSnapshot =
|
|
9962
9969
|
prevSnapshot$jscomp$0.parent);
|
|
9963
9970
|
task.context = JSCompiler_inline_result$jscomp$0;
|
|
9964
|
-
task.keyPath = prevKeyPath$jscomp$
|
|
9971
|
+
task.keyPath = prevKeyPath$jscomp$5;
|
|
9965
9972
|
prevSnapshot !== task.context &&
|
|
9966
9973
|
console.error(
|
|
9967
9974
|
"Popping the context provider did not return back to the original snapshot. This is a bug in React."
|
|
@@ -9975,10 +9982,10 @@
|
|
|
9975
9982
|
"A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."
|
|
9976
9983
|
);
|
|
9977
9984
|
var newChildren = render(context$jscomp$0._currentValue2),
|
|
9978
|
-
prevKeyPath$jscomp$
|
|
9985
|
+
prevKeyPath$jscomp$6 = task.keyPath;
|
|
9979
9986
|
task.keyPath = keyPath;
|
|
9980
9987
|
renderNodeDestructive(request, task, newChildren, -1);
|
|
9981
|
-
task.keyPath = prevKeyPath$jscomp$
|
|
9988
|
+
task.keyPath = prevKeyPath$jscomp$6;
|
|
9982
9989
|
return;
|
|
9983
9990
|
case REACT_LAZY_TYPE:
|
|
9984
9991
|
var Component = callLazyInitInDEV(type);
|
|
@@ -13668,5 +13675,5 @@
|
|
|
13668
13675
|
});
|
|
13669
13676
|
});
|
|
13670
13677
|
};
|
|
13671
|
-
exports.version = "19.1.0-experimental-
|
|
13678
|
+
exports.version = "19.1.0-experimental-db7dfe05-20250319";
|
|
13672
13679
|
})();
|
|
@@ -6612,7 +6612,12 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
6612
6612
|
case REACT_VIEW_TRANSITION_TYPE:
|
|
6613
6613
|
type = task.keyPath;
|
|
6614
6614
|
task.keyPath = keyPath;
|
|
6615
|
-
|
|
6615
|
+
null != props.name && "auto" !== props.name
|
|
6616
|
+
? renderNodeDestructive(request, task, props.children, -1)
|
|
6617
|
+
: ((keyPath = task.treeContext),
|
|
6618
|
+
(task.treeContext = pushTreeContext(keyPath, 1, 0)),
|
|
6619
|
+
renderNode(request, task, props.children, -1),
|
|
6620
|
+
(task.treeContext = keyPath));
|
|
6616
6621
|
task.keyPath = type;
|
|
6617
6622
|
return;
|
|
6618
6623
|
case REACT_SCOPE_TYPE:
|
|
@@ -7275,9 +7280,9 @@ function trackPostpone(request, trackedPostpones, task, segment) {
|
|
|
7275
7280
|
addToReplayParent(segment, boundaryKeyPath[0], trackedPostpones);
|
|
7276
7281
|
return;
|
|
7277
7282
|
}
|
|
7278
|
-
var boundaryNode$
|
|
7279
|
-
void 0 === boundaryNode$
|
|
7280
|
-
? ((boundaryNode$
|
|
7283
|
+
var boundaryNode$95 = trackedPostpones.workingMap.get(boundaryKeyPath);
|
|
7284
|
+
void 0 === boundaryNode$95
|
|
7285
|
+
? ((boundaryNode$95 = [
|
|
7281
7286
|
boundaryKeyPath[1],
|
|
7282
7287
|
boundaryKeyPath[2],
|
|
7283
7288
|
children,
|
|
@@ -7285,13 +7290,13 @@ function trackPostpone(request, trackedPostpones, task, segment) {
|
|
|
7285
7290
|
fallbackReplayNode,
|
|
7286
7291
|
boundary.rootSegmentID
|
|
7287
7292
|
]),
|
|
7288
|
-
trackedPostpones.workingMap.set(boundaryKeyPath, boundaryNode$
|
|
7293
|
+
trackedPostpones.workingMap.set(boundaryKeyPath, boundaryNode$95),
|
|
7289
7294
|
addToReplayParent(
|
|
7290
|
-
boundaryNode$
|
|
7295
|
+
boundaryNode$95,
|
|
7291
7296
|
boundaryKeyPath[0],
|
|
7292
7297
|
trackedPostpones
|
|
7293
7298
|
))
|
|
7294
|
-
: ((boundaryKeyPath = boundaryNode$
|
|
7299
|
+
: ((boundaryKeyPath = boundaryNode$95),
|
|
7295
7300
|
(boundaryKeyPath[4] = fallbackReplayNode),
|
|
7296
7301
|
(boundaryKeyPath[5] = boundary.rootSegmentID));
|
|
7297
7302
|
}
|
|
@@ -7445,15 +7450,15 @@ function renderNode(request, task, node, childIndex) {
|
|
|
7445
7450
|
chunkLength = segment.chunks.length;
|
|
7446
7451
|
try {
|
|
7447
7452
|
return renderNodeDestructive(request, task, node, childIndex);
|
|
7448
|
-
} catch (thrownValue$
|
|
7453
|
+
} catch (thrownValue$107) {
|
|
7449
7454
|
if (
|
|
7450
7455
|
(resetHooksState(),
|
|
7451
7456
|
(segment.children.length = childrenLength),
|
|
7452
7457
|
(segment.chunks.length = chunkLength),
|
|
7453
7458
|
(childIndex =
|
|
7454
|
-
thrownValue$
|
|
7459
|
+
thrownValue$107 === SuspenseException
|
|
7455
7460
|
? getSuspendedThenable()
|
|
7456
|
-
: thrownValue$
|
|
7461
|
+
: thrownValue$107),
|
|
7457
7462
|
"object" === typeof childIndex && null !== childIndex)
|
|
7458
7463
|
) {
|
|
7459
7464
|
if ("function" === typeof childIndex.then) {
|
|
@@ -7654,16 +7659,16 @@ function abortTask(task, request, error) {
|
|
|
7654
7659
|
}
|
|
7655
7660
|
} else {
|
|
7656
7661
|
boundary.pendingTasks--;
|
|
7657
|
-
var trackedPostpones$
|
|
7662
|
+
var trackedPostpones$110 = request.trackedPostpones;
|
|
7658
7663
|
if (4 !== boundary.status) {
|
|
7659
|
-
if (null !== trackedPostpones$
|
|
7664
|
+
if (null !== trackedPostpones$110 && null !== segment)
|
|
7660
7665
|
return (
|
|
7661
7666
|
"object" === typeof error &&
|
|
7662
7667
|
null !== error &&
|
|
7663
7668
|
error.$$typeof === REACT_POSTPONE_TYPE
|
|
7664
7669
|
? logPostpone(request, error.message, errorInfo)
|
|
7665
7670
|
: logRecoverableError(request, error, errorInfo),
|
|
7666
|
-
trackPostpone(request, trackedPostpones$
|
|
7671
|
+
trackPostpone(request, trackedPostpones$110, task, segment),
|
|
7667
7672
|
boundary.fallbackAbortableTasks.forEach(function (fallbackTask) {
|
|
7668
7673
|
return abortTask(fallbackTask, request, error);
|
|
7669
7674
|
}),
|
|
@@ -7967,13 +7972,13 @@ function performWork(request$jscomp$1) {
|
|
|
7967
7972
|
null !== request.trackedPostpones &&
|
|
7968
7973
|
x$jscomp$0.$$typeof === REACT_POSTPONE_TYPE
|
|
7969
7974
|
) {
|
|
7970
|
-
var trackedPostpones$
|
|
7975
|
+
var trackedPostpones$114 = request.trackedPostpones;
|
|
7971
7976
|
task.abortSet.delete(task);
|
|
7972
7977
|
var postponeInfo = getThrownInfo(task.componentStack);
|
|
7973
7978
|
logPostpone(request, x$jscomp$0.message, postponeInfo);
|
|
7974
7979
|
trackPostpone(
|
|
7975
7980
|
request,
|
|
7976
|
-
trackedPostpones$
|
|
7981
|
+
trackedPostpones$114,
|
|
7977
7982
|
task,
|
|
7978
7983
|
segment$jscomp$0
|
|
7979
7984
|
);
|
|
@@ -8518,11 +8523,11 @@ function flushCompletedQueues(request, destination) {
|
|
|
8518
8523
|
completedBoundaries.splice(0, i);
|
|
8519
8524
|
var partialBoundaries = request.partialBoundaries;
|
|
8520
8525
|
for (i = 0; i < partialBoundaries.length; i++) {
|
|
8521
|
-
var boundary$
|
|
8526
|
+
var boundary$117 = partialBoundaries[i];
|
|
8522
8527
|
a: {
|
|
8523
8528
|
clientRenderedBoundaries = request;
|
|
8524
8529
|
boundary = destination;
|
|
8525
|
-
var completedSegments = boundary$
|
|
8530
|
+
var completedSegments = boundary$117.completedSegments;
|
|
8526
8531
|
for (
|
|
8527
8532
|
JSCompiler_inline_result = 0;
|
|
8528
8533
|
JSCompiler_inline_result < completedSegments.length;
|
|
@@ -8532,7 +8537,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
8532
8537
|
!flushPartiallyCompletedSegment(
|
|
8533
8538
|
clientRenderedBoundaries,
|
|
8534
8539
|
boundary,
|
|
8535
|
-
boundary$
|
|
8540
|
+
boundary$117,
|
|
8536
8541
|
completedSegments[JSCompiler_inline_result]
|
|
8537
8542
|
)
|
|
8538
8543
|
) {
|
|
@@ -8544,7 +8549,7 @@ function flushCompletedQueues(request, destination) {
|
|
|
8544
8549
|
completedSegments.splice(0, JSCompiler_inline_result);
|
|
8545
8550
|
JSCompiler_inline_result$jscomp$0 = writeHoistablesForBoundary(
|
|
8546
8551
|
boundary,
|
|
8547
|
-
boundary$
|
|
8552
|
+
boundary$117.contentState,
|
|
8548
8553
|
clientRenderedBoundaries.renderState
|
|
8549
8554
|
);
|
|
8550
8555
|
}
|
|
@@ -8616,8 +8621,8 @@ function abort(request, reason) {
|
|
|
8616
8621
|
}
|
|
8617
8622
|
null !== request.destination &&
|
|
8618
8623
|
flushCompletedQueues(request, request.destination);
|
|
8619
|
-
} catch (error$
|
|
8620
|
-
logRecoverableError(request, error$
|
|
8624
|
+
} catch (error$119) {
|
|
8625
|
+
logRecoverableError(request, error$119, {}), fatalError(request, error$119);
|
|
8621
8626
|
}
|
|
8622
8627
|
}
|
|
8623
8628
|
function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
@@ -8928,4 +8933,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
8928
8933
|
});
|
|
8929
8934
|
});
|
|
8930
8935
|
};
|
|
8931
|
-
exports.version = "19.1.0-experimental-
|
|
8936
|
+
exports.version = "19.1.0-experimental-db7dfe05-20250319";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-markup",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-db7dfe05-20250319",
|
|
4
4
|
"description": "React package generating embedded markup such as e-mails with support for Server Components.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://react.dev/",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"react": "0.0.0-experimental-
|
|
20
|
+
"react": "0.0.0-experimental-db7dfe05-20250319"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|