react-markup 0.0.0-experimental-b01722d5-20241114 → 0.0.0-experimental-4beb1fd8-20241118
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.
|
@@ -8433,7 +8433,7 @@
|
|
|
8433
8433
|
log = Math.log,
|
|
8434
8434
|
LN2 = Math.LN2,
|
|
8435
8435
|
SuspenseException = Error(
|
|
8436
|
-
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use
|
|
8436
|
+
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."
|
|
8437
8437
|
),
|
|
8438
8438
|
suspendedThenable = null,
|
|
8439
8439
|
objectIs = "function" === typeof Object.is ? Object.is : is,
|
|
@@ -8635,5 +8635,5 @@
|
|
|
8635
8635
|
});
|
|
8636
8636
|
});
|
|
8637
8637
|
};
|
|
8638
|
-
exports.version = "19.0.0-experimental-
|
|
8638
|
+
exports.version = "19.0.0-experimental-4beb1fd8-20241118";
|
|
8639
8639
|
})();
|
|
@@ -2701,7 +2701,7 @@ function clz32Fallback(x) {
|
|
|
2701
2701
|
return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0;
|
|
2702
2702
|
}
|
|
2703
2703
|
var SuspenseException = Error(
|
|
2704
|
-
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use
|
|
2704
|
+
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."
|
|
2705
2705
|
);
|
|
2706
2706
|
function noop$2() {}
|
|
2707
2707
|
function trackUsedThenable(thenableState, thenable, index) {
|
|
@@ -5710,4 +5710,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
5710
5710
|
});
|
|
5711
5711
|
});
|
|
5712
5712
|
};
|
|
5713
|
-
exports.version = "19.0.0-experimental-
|
|
5713
|
+
exports.version = "19.0.0-experimental-4beb1fd8-20241118";
|
|
@@ -11776,7 +11776,7 @@
|
|
|
11776
11776
|
MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
|
|
11777
11777
|
ASYNC_ITERATOR = Symbol.asyncIterator,
|
|
11778
11778
|
SuspenseException$1 = Error(
|
|
11779
|
-
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use
|
|
11779
|
+
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."
|
|
11780
11780
|
),
|
|
11781
11781
|
suspendedThenable$1 = null,
|
|
11782
11782
|
currentRequest$1 = null,
|
|
@@ -12835,7 +12835,7 @@
|
|
|
12835
12835
|
log = Math.log,
|
|
12836
12836
|
LN2 = Math.LN2,
|
|
12837
12837
|
SuspenseException = Error(
|
|
12838
|
-
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use
|
|
12838
|
+
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."
|
|
12839
12839
|
),
|
|
12840
12840
|
suspendedThenable = null,
|
|
12841
12841
|
objectIs = "function" === typeof Object.is ? Object.is : is,
|
|
@@ -13178,5 +13178,5 @@
|
|
|
13178
13178
|
});
|
|
13179
13179
|
});
|
|
13180
13180
|
};
|
|
13181
|
-
exports.version = "19.0.0-experimental-
|
|
13181
|
+
exports.version = "19.0.0-experimental-4beb1fd8-20241118";
|
|
13182
13182
|
})();
|
|
@@ -133,7 +133,7 @@ function getIteratorFn(maybeIterable) {
|
|
|
133
133
|
}
|
|
134
134
|
var ASYNC_ITERATOR = Symbol.asyncIterator,
|
|
135
135
|
SuspenseException$1 = Error(
|
|
136
|
-
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use
|
|
136
|
+
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."
|
|
137
137
|
);
|
|
138
138
|
function noop$4() {}
|
|
139
139
|
function trackUsedThenable$1(thenableState, thenable, index) {
|
|
@@ -5607,7 +5607,7 @@ function clz32Fallback(x) {
|
|
|
5607
5607
|
return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0;
|
|
5608
5608
|
}
|
|
5609
5609
|
var SuspenseException = Error(
|
|
5610
|
-
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use
|
|
5610
|
+
"Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."
|
|
5611
5611
|
);
|
|
5612
5612
|
function noop$2() {}
|
|
5613
5613
|
function trackUsedThenable(thenableState, thenable, index) {
|
|
@@ -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-4beb1fd8-20241118";
|
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-4beb1fd8-20241118",
|
|
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-4beb1fd8-20241118"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|