react-markup 0.0.0-experimental-a757cb76-20251002 → 0.0.0-experimental-85c427d8-20251003
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.
|
@@ -8149,6 +8149,7 @@
|
|
|
8149
8149
|
var boundary = segment.boundary;
|
|
8150
8150
|
if (null === boundary)
|
|
8151
8151
|
return flushSubtree(request, destination, segment, hoistableState);
|
|
8152
|
+
segment.boundary = null;
|
|
8152
8153
|
boundary.parentFlushed = !0;
|
|
8153
8154
|
if (4 === boundary.status)
|
|
8154
8155
|
return (
|
|
@@ -9834,5 +9835,5 @@
|
|
|
9834
9835
|
});
|
|
9835
9836
|
});
|
|
9836
9837
|
};
|
|
9837
|
-
exports.version = "19.3.0-experimental-
|
|
9838
|
+
exports.version = "19.3.0-experimental-85c427d8-20251003";
|
|
9838
9839
|
})();
|
|
@@ -6199,6 +6199,7 @@ function flushSegment(request, destination, segment, hoistableState) {
|
|
|
6199
6199
|
var boundary = segment.boundary;
|
|
6200
6200
|
if (null === boundary)
|
|
6201
6201
|
return flushSubtree(request, destination, segment, hoistableState);
|
|
6202
|
+
segment.boundary = null;
|
|
6202
6203
|
boundary.parentFlushed = !0;
|
|
6203
6204
|
if (4 === boundary.status)
|
|
6204
6205
|
return (
|
|
@@ -6795,4 +6796,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
6795
6796
|
});
|
|
6796
6797
|
});
|
|
6797
6798
|
};
|
|
6798
|
-
exports.version = "19.3.0-experimental-
|
|
6799
|
+
exports.version = "19.3.0-experimental-85c427d8-20251003";
|
|
@@ -14803,6 +14803,7 @@
|
|
|
14803
14803
|
var boundary = segment.boundary;
|
|
14804
14804
|
if (null === boundary)
|
|
14805
14805
|
return flushSubtree(request, destination, segment, hoistableState);
|
|
14806
|
+
segment.boundary = null;
|
|
14806
14807
|
boundary.parentFlushed = !0;
|
|
14807
14808
|
if (4 === boundary.status)
|
|
14808
14809
|
return (
|
|
@@ -17131,5 +17132,5 @@
|
|
|
17131
17132
|
});
|
|
17132
17133
|
});
|
|
17133
17134
|
};
|
|
17134
|
-
exports.version = "19.3.0-experimental-
|
|
17135
|
+
exports.version = "19.3.0-experimental-85c427d8-20251003";
|
|
17135
17136
|
})();
|
|
@@ -9229,6 +9229,7 @@ function flushSegment(request, destination, segment, hoistableState) {
|
|
|
9229
9229
|
var boundary = segment.boundary;
|
|
9230
9230
|
if (null === boundary)
|
|
9231
9231
|
return flushSubtree(request, destination, segment, hoistableState);
|
|
9232
|
+
segment.boundary = null;
|
|
9232
9233
|
boundary.parentFlushed = !0;
|
|
9233
9234
|
if (4 === boundary.status)
|
|
9234
9235
|
return (
|
|
@@ -10063,4 +10064,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
10063
10064
|
});
|
|
10064
10065
|
});
|
|
10065
10066
|
};
|
|
10066
|
-
exports.version = "19.3.0-experimental-
|
|
10067
|
+
exports.version = "19.3.0-experimental-85c427d8-20251003";
|
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-85c427d8-20251003",
|
|
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-85c427d8-20251003"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|