9 lines
305 B
JavaScript
9 lines
305 B
JavaScript
export function unstable_catchError() {
|
|
throw Object.defineProperty(new Error('`unstable_catchError` can only be used in Client Components.'), "__NEXT_ERROR_CODE", {
|
|
value: "E1139",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
|
|
//# sourceMappingURL=error.react-server.js.map
|