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

Fix deprecation warnings with RxJS library #3894

Closed
jmacura opened this issue Mar 10, 2023 · 2 comments
Closed

Fix deprecation warnings with RxJS library #3894

jmacura opened this issue Mar 10, 2023 · 2 comments
Assignees
Milestone

Comments

@jmacura
Copy link
Collaborator

jmacura commented Mar 10, 2023

Bug

Describe the bug
Some methods and usage patterns are deprecated in RxJS 7 and will be dropped in RxJS 8. So let's get ready for a future.

Additional context
RxJS 8 is nowhere near yet, but better keep this in mind.

@FilipLeitner
Copy link
Collaborator

This seems to be resolved as all forkJoins are refactored. Other than that we use just basic operators or types which are not being deprecated or changed

@jmacura jmacura modified the milestones: Future, 12.0 May 30, 2023
@jmacura
Copy link
Collaborator Author

jmacura commented May 30, 2023

This seems to be resolved as all forkJoins are refactored. Other than that we use just basic operators or types which are not being deprecated or changed

Right. This issue was related to forkJoin() and toPromise() patterns. I can't find any deprecated usage any more so closing this issue 👍

btw, there are some first alpha releases of rxjs 8 but still a long road ahead: ReactiveX/rxjs#6367

@jmacura jmacura closed this as completed May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants