-
Notifications
You must be signed in to change notification settings - Fork 12
Wave 2: Upgrade rxjs to ^7.8 and remove rxjs-compat #420
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
base: devin/1782947720-angular20-core-upgrade
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 Poll content fetches lack error handling, now with different RxJS 7 unhandled-error semantics The (Refers to lines 28-31) Was this helpful? React with 👍 or 👎 to provide feedback. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Acknowledged — pre-existing behavior, and the single-argument |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Info: Unused Observable import retained in feed component
Line 2 imports
Observablefromrxjs, but it is never used anywhere in theFeedComponentclass. This was also unused before the PR (imported fromrxjspreviously). A minor cleanup opportunity — lint rules should catch this.(Refers to line 2)
Was this helpful? React with 👍 or 👎 to provide feedback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pre-existing unused import, not touched by this PR — leaving it for the Wave 4 lint tooling pass to catch.