rxjs icon indicating copy to clipboard operation
rxjs copied to clipboard

feat(throwError): removed deprecated call patterns

Open demensky opened this issue 2 years ago • 0 comments

BREAKING CHANGE: throwError(error) call pattern is no longer available. Use throwError(() => error).
BREAKING CHANGE: throwError(errorFactory, scheduler) call pattern is no longer available. Read more. Related issue (if exists): #6367

demensky avatar Jun 29 '22 22:06 demensky