react-markup 0.0.0-experimental-1eaccd82-20240816 → 0.0.0-experimental-a960b92c-20240819
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.
|
@@ -5057,7 +5057,7 @@
|
|
|
5057
5057
|
} else internalInstance.queue = null;
|
|
5058
5058
|
}
|
|
5059
5059
|
var nextChildren = callRenderInDEV(instance);
|
|
5060
|
-
if (1 === request.status) throw
|
|
5060
|
+
if (1 === request.status) throw null;
|
|
5061
5061
|
instance.props !== resolvedProps &&
|
|
5062
5062
|
(didWarnAboutReassigningProps ||
|
|
5063
5063
|
console.error(
|
|
@@ -5089,7 +5089,7 @@
|
|
|
5089
5089
|
props,
|
|
5090
5090
|
void 0
|
|
5091
5091
|
);
|
|
5092
|
-
if (1 === request.status) throw
|
|
5092
|
+
if (1 === request.status) throw null;
|
|
5093
5093
|
var hasId = 0 !== localIdCounter,
|
|
5094
5094
|
actionStateCount = actionStateCounter,
|
|
5095
5095
|
actionStateMatchingIndex$jscomp$0 = actionStateMatchingIndex;
|
|
@@ -5329,8 +5329,7 @@
|
|
|
5329
5329
|
(boundarySegment.status = 1);
|
|
5330
5330
|
} catch (thrownValue) {
|
|
5331
5331
|
throw (
|
|
5332
|
-
((boundarySegment.status =
|
|
5333
|
-
thrownValue === AbortSigil ? 3 : 4),
|
|
5332
|
+
((boundarySegment.status = 1 === request.status ? 3 : 4),
|
|
5334
5333
|
thrownValue)
|
|
5335
5334
|
);
|
|
5336
5335
|
} finally {
|
|
@@ -5375,7 +5374,7 @@
|
|
|
5375
5374
|
}
|
|
5376
5375
|
} catch (thrownValue$2) {
|
|
5377
5376
|
newBoundary.status = 4;
|
|
5378
|
-
if (
|
|
5377
|
+
if (1 === request.status) {
|
|
5379
5378
|
contentRootSegment.status = 3;
|
|
5380
5379
|
var error = request.fatalError;
|
|
5381
5380
|
} else
|
|
@@ -5536,7 +5535,7 @@
|
|
|
5536
5535
|
return;
|
|
5537
5536
|
case REACT_LAZY_TYPE:
|
|
5538
5537
|
var Component = callLazyInitInDEV(type);
|
|
5539
|
-
if (1 === request.status) throw
|
|
5538
|
+
if (1 === request.status) throw null;
|
|
5540
5539
|
renderElement(request, task, keyPath, Component, props, ref);
|
|
5541
5540
|
return;
|
|
5542
5541
|
}
|
|
@@ -5827,7 +5826,7 @@
|
|
|
5827
5826
|
);
|
|
5828
5827
|
case REACT_LAZY_TYPE:
|
|
5829
5828
|
node = callLazyInitInDEV(node);
|
|
5830
|
-
if (1 === request.status) throw
|
|
5829
|
+
if (1 === request.status) throw null;
|
|
5831
5830
|
renderNodeDestructive(request, task, node, childIndex);
|
|
5832
5831
|
return;
|
|
5833
5832
|
}
|
|
@@ -6754,7 +6753,9 @@
|
|
|
6754
6753
|
erroredReplay(
|
|
6755
6754
|
request$jscomp$0,
|
|
6756
6755
|
request.blockedBoundary,
|
|
6757
|
-
|
|
6756
|
+
1 === request$jscomp$0.status
|
|
6757
|
+
? request$jscomp$0.fatalError
|
|
6758
|
+
: x,
|
|
6758
6759
|
errorInfo,
|
|
6759
6760
|
request.replay.nodes,
|
|
6760
6761
|
request.replay.slots,
|
|
@@ -6799,7 +6800,7 @@
|
|
|
6799
6800
|
var x$jscomp$0 =
|
|
6800
6801
|
thrownValue === SuspenseException
|
|
6801
6802
|
? getSuspendedThenable()
|
|
6802
|
-
:
|
|
6803
|
+
: 1 === request.status
|
|
6803
6804
|
? request.fatalError
|
|
6804
6805
|
: thrownValue;
|
|
6805
6806
|
if ("object" === typeof x$jscomp$0 && null !== x$jscomp$0) {
|
|
@@ -8448,7 +8449,6 @@
|
|
|
8448
8449
|
},
|
|
8449
8450
|
callLazyInitInDEV =
|
|
8450
8451
|
callLazyInit["react-stack-bottom-frame"].bind(callLazyInit),
|
|
8451
|
-
AbortSigil = {},
|
|
8452
8452
|
didWarnAboutBadClass = {},
|
|
8453
8453
|
didWarnAboutContextTypes = {},
|
|
8454
8454
|
didWarnAboutContextTypeOnFunctionComponent = {},
|
|
@@ -8511,5 +8511,5 @@
|
|
|
8511
8511
|
});
|
|
8512
8512
|
});
|
|
8513
8513
|
};
|
|
8514
|
-
exports.version = "19.0.0-experimental-
|
|
8514
|
+
exports.version = "19.0.0-experimental-a960b92c-20240819";
|
|
8515
8515
|
})();
|
|
@@ -3314,7 +3314,6 @@ function createRequest(
|
|
|
3314
3314
|
formState
|
|
3315
3315
|
);
|
|
3316
3316
|
}
|
|
3317
|
-
var AbortSigil = {};
|
|
3318
3317
|
function pingTask(request, task) {
|
|
3319
3318
|
request.pingedTasks.push(task);
|
|
3320
3319
|
1 === request.pingedTasks.length &&
|
|
@@ -3643,14 +3642,14 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
3643
3642
|
}
|
|
3644
3643
|
else defaultProps.queue = null;
|
|
3645
3644
|
type = newProps.render();
|
|
3646
|
-
if (1 === request.status) throw
|
|
3645
|
+
if (1 === request.status) throw null;
|
|
3647
3646
|
props = task.keyPath;
|
|
3648
3647
|
task.keyPath = keyPath;
|
|
3649
3648
|
renderNodeDestructive(request, task, type, -1);
|
|
3650
3649
|
task.keyPath = props;
|
|
3651
3650
|
} else {
|
|
3652
3651
|
type = renderWithHooks(request, task, keyPath, type, props, void 0);
|
|
3653
|
-
if (1 === request.status) throw
|
|
3652
|
+
if (1 === request.status) throw null;
|
|
3654
3653
|
finishFunctionComponent(
|
|
3655
3654
|
request,
|
|
3656
3655
|
task,
|
|
@@ -3830,8 +3829,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
3830
3829
|
renderNode(request, task, ref, -1), (propName.status = 1);
|
|
3831
3830
|
} catch (thrownValue) {
|
|
3832
3831
|
throw (
|
|
3833
|
-
((propName.status =
|
|
3834
|
-
thrownValue)
|
|
3832
|
+
((propName.status = 1 === request.status ? 3 : 4), thrownValue)
|
|
3835
3833
|
);
|
|
3836
3834
|
} finally {
|
|
3837
3835
|
(task.blockedSegment = contextType), (task.keyPath = type);
|
|
@@ -3872,7 +3870,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
3872
3870
|
}
|
|
3873
3871
|
} catch (thrownValue$18) {
|
|
3874
3872
|
(propName$23.status = 4),
|
|
3875
|
-
|
|
3873
|
+
1 === request.status
|
|
3876
3874
|
? ((textEmbedded.status = 3), (newProps = request.fatalError))
|
|
3877
3875
|
: ((textEmbedded.status = 4), (newProps = thrownValue$18)),
|
|
3878
3876
|
(defaultProps = getThrownInfo(task.componentStack)),
|
|
@@ -3984,7 +3982,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
|
|
|
3984
3982
|
case REACT_LAZY_TYPE:
|
|
3985
3983
|
newProps = type._init;
|
|
3986
3984
|
type = newProps(type._payload);
|
|
3987
|
-
if (1 === request.status) throw
|
|
3985
|
+
if (1 === request.status) throw null;
|
|
3988
3986
|
renderElement(request, task, keyPath, type, props, ref);
|
|
3989
3987
|
return;
|
|
3990
3988
|
}
|
|
@@ -4220,7 +4218,7 @@ function retryNode(request, task) {
|
|
|
4220
4218
|
case REACT_LAZY_TYPE:
|
|
4221
4219
|
childNodes = node._init;
|
|
4222
4220
|
node = childNodes(node._payload);
|
|
4223
|
-
if (1 === request.status) throw
|
|
4221
|
+
if (1 === request.status) throw null;
|
|
4224
4222
|
renderNodeDestructive(request, task, node, childIndex);
|
|
4225
4223
|
return;
|
|
4226
4224
|
}
|
|
@@ -4957,7 +4955,9 @@ function performWork(request$jscomp$1) {
|
|
|
4957
4955
|
erroredReplay(
|
|
4958
4956
|
request$jscomp$0,
|
|
4959
4957
|
task.blockedBoundary,
|
|
4960
|
-
|
|
4958
|
+
1 === request$jscomp$0.status
|
|
4959
|
+
? request$jscomp$0.fatalError
|
|
4960
|
+
: x,
|
|
4961
4961
|
errorInfo,
|
|
4962
4962
|
task.replay.nodes,
|
|
4963
4963
|
task.replay.slots
|
|
@@ -4993,7 +4993,7 @@ function performWork(request$jscomp$1) {
|
|
|
4993
4993
|
var x$jscomp$0 =
|
|
4994
4994
|
thrownValue === SuspenseException
|
|
4995
4995
|
? getSuspendedThenable()
|
|
4996
|
-
:
|
|
4996
|
+
: 1 === request.status
|
|
4997
4997
|
? request.fatalError
|
|
4998
4998
|
: thrownValue;
|
|
4999
4999
|
if ("object" === typeof x$jscomp$0 && null !== x$jscomp$0) {
|
|
@@ -5617,4 +5617,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
5617
5617
|
});
|
|
5618
5618
|
});
|
|
5619
5619
|
};
|
|
5620
|
-
exports.version = "19.0.0-experimental-
|
|
5620
|
+
exports.version = "19.0.0-experimental-a960b92c-20240819";
|