next.js/packages/next/src/api/error.react-server.ts
error.react-server.ts8 lines209 B
export function unstable_catchError(): never {
  throw new Error(
    '`unstable_catchError` can only be used in Client Components.'
  )
}

export type { ErrorInfo } from '../client/components/error-boundary'
Quest for Codev2.0.0
/
SIGN IN