react-markup 0.0.0-experimental-97cdd5d3-20250710 → 0.0.0-experimental-2f0e7e57-20250715
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.
|
@@ -5190,6 +5190,13 @@
|
|
|
5190
5190
|
map,
|
|
5191
5191
|
path
|
|
5192
5192
|
) {
|
|
5193
|
+
if (
|
|
5194
|
+
void 0 === response._debugChannel &&
|
|
5195
|
+
"pending" === referencedChunk.status &&
|
|
5196
|
+
parentObject[0] === REACT_ELEMENT_TYPE &&
|
|
5197
|
+
("4" === key || "5" === key)
|
|
5198
|
+
)
|
|
5199
|
+
return null;
|
|
5193
5200
|
if (initializingHandler) {
|
|
5194
5201
|
var handler = initializingHandler;
|
|
5195
5202
|
handler.deps++;
|
|
@@ -16552,5 +16559,5 @@
|
|
|
16552
16559
|
});
|
|
16553
16560
|
});
|
|
16554
16561
|
};
|
|
16555
|
-
exports.version = "19.2.0-experimental-
|
|
16562
|
+
exports.version = "19.2.0-experimental-2f0e7e57-20250715";
|
|
16556
16563
|
})();
|
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-2f0e7e57-20250715",
|
|
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-2f0e7e57-20250715"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|