react-markup 0.0.0-experimental-d6cb4e77-20240911 → 0.0.0-experimental-47352209-20240912
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.
|
@@ -5667,6 +5667,7 @@
|
|
|
5667
5667
|
resumedBoundary.rootSegmentID = type;
|
|
5668
5668
|
task.blockedBoundary = resumedBoundary;
|
|
5669
5669
|
task.hoistableState = resumedBoundary.contentState;
|
|
5670
|
+
task.keyPath = keyPath;
|
|
5670
5671
|
task.replay = { nodes: ref, slots: name, pendingTasks: 1 };
|
|
5671
5672
|
try {
|
|
5672
5673
|
renderNode(request, task, content, -1);
|
|
@@ -8624,5 +8625,5 @@
|
|
|
8624
8625
|
});
|
|
8625
8626
|
});
|
|
8626
8627
|
};
|
|
8627
|
-
exports.version = "19.0.0-experimental-
|
|
8628
|
+
exports.version = "19.0.0-experimental-47352209-20240912";
|
|
8628
8629
|
})();
|
|
@@ -4131,6 +4131,7 @@ function retryNode(request, task) {
|
|
|
4131
4131
|
resumedBoundary.rootSegmentID = ref;
|
|
4132
4132
|
task.blockedBoundary = resumedBoundary;
|
|
4133
4133
|
task.hoistableState = resumedBoundary.contentState;
|
|
4134
|
+
task.keyPath = key;
|
|
4134
4135
|
task.replay = {
|
|
4135
4136
|
nodes: replay,
|
|
4136
4137
|
slots: name,
|
|
@@ -5701,4 +5702,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
5701
5702
|
});
|
|
5702
5703
|
});
|
|
5703
5704
|
};
|
|
5704
|
-
exports.version = "19.0.0-experimental-
|
|
5705
|
+
exports.version = "19.0.0-experimental-47352209-20240912";
|
|
@@ -9483,6 +9483,7 @@
|
|
|
9483
9483
|
resumedBoundary.rootSegmentID = type;
|
|
9484
9484
|
task.blockedBoundary = resumedBoundary;
|
|
9485
9485
|
task.hoistableState = resumedBoundary.contentState;
|
|
9486
|
+
task.keyPath = keyPath;
|
|
9486
9487
|
task.replay = { nodes: ref, slots: name, pendingTasks: 1 };
|
|
9487
9488
|
try {
|
|
9488
9489
|
renderNode(request, task, content, -1);
|
|
@@ -13001,5 +13002,5 @@
|
|
|
13001
13002
|
});
|
|
13002
13003
|
});
|
|
13003
13004
|
};
|
|
13004
|
-
exports.version = "19.0.0-experimental-
|
|
13005
|
+
exports.version = "19.0.0-experimental-47352209-20240912";
|
|
13005
13006
|
})();
|
|
@@ -6849,6 +6849,7 @@ function retryNode(request, task) {
|
|
|
6849
6849
|
resumedBoundary.rootSegmentID = ref;
|
|
6850
6850
|
task.blockedBoundary = resumedBoundary;
|
|
6851
6851
|
task.hoistableState = resumedBoundary.contentState;
|
|
6852
|
+
task.keyPath = key;
|
|
6852
6853
|
task.replay = {
|
|
6853
6854
|
nodes: replay,
|
|
6854
6855
|
slots: name,
|
|
@@ -8657,4 +8658,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
8657
8658
|
});
|
|
8658
8659
|
});
|
|
8659
8660
|
};
|
|
8660
|
-
exports.version = "19.0.0-experimental-
|
|
8661
|
+
exports.version = "19.0.0-experimental-47352209-20240912";
|
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-47352209-20240912",
|
|
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-47352209-20240912"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|