.
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user