wilddragon-site/node_modules/next/dist/api/error.react-server.js

9 lines
305 B
JavaScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
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