react-markup 0.0.0-experimental-7670501b-20241124 → 0.0.0-experimental-5b0ef217-20241202
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.
|
@@ -3143,7 +3143,7 @@
|
|
|
3143
3143
|
) {
|
|
3144
3144
|
if (void 0 === temporaryReferences)
|
|
3145
3145
|
throw Error(
|
|
3146
|
-
"Only plain objects, and a few built-ins, can be passed to Server
|
|
3146
|
+
"Only plain objects, and a few built-ins, can be passed to Server Functions. Classes or null prototypes are not supported." +
|
|
3147
3147
|
describeObjectForErrorMessage(this, key)
|
|
3148
3148
|
);
|
|
3149
3149
|
return "$T";
|
|
@@ -13178,5 +13178,5 @@
|
|
|
13178
13178
|
});
|
|
13179
13179
|
});
|
|
13180
13180
|
};
|
|
13181
|
-
exports.version = "19.0.0-experimental-
|
|
13181
|
+
exports.version = "19.0.0-experimental-5b0ef217-20241202";
|
|
13182
13182
|
})();
|
|
@@ -2107,7 +2107,7 @@ function processReply(
|
|
|
2107
2107
|
) {
|
|
2108
2108
|
if (void 0 === temporaryReferences)
|
|
2109
2109
|
throw Error(
|
|
2110
|
-
"Only plain objects, and a few built-ins, can be passed to Server
|
|
2110
|
+
"Only plain objects, and a few built-ins, can be passed to Server Functions. Classes or null prototypes are not supported."
|
|
2111
2111
|
);
|
|
2112
2112
|
return "$T";
|
|
2113
2113
|
}
|
|
@@ -8696,4 +8696,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
8696
8696
|
});
|
|
8697
8697
|
});
|
|
8698
8698
|
};
|
|
8699
|
-
exports.version = "19.0.0-experimental-
|
|
8699
|
+
exports.version = "19.0.0-experimental-5b0ef217-20241202";
|
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-5b0ef217-20241202",
|
|
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-5b0ef217-20241202"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|