Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(throwError): removed deprecated call patterns #7157

Merged

Conversation

demensky
Copy link
Contributor

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

BREAKING CHANGE: `throwError(error)` call pattern is no longer available. Use `throwError(() => error)`
…er) call pattern

BREAKING CHANGE: `throwError(errorFactory, scheduler)` call pattern is no longer available. [Read more](https://rxjs.dev/deprecations/scheduler-argument).
@benlesh benlesh merged commit f031611 into ReactiveX:master Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants