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(migrations): control flow migration fails for async pipe with unboxing of observable #52972

Closed

Conversation

AnthonyFr75
Copy link
Contributor

Update control flow syntax to use 'as' for proper async pipe handling, accounting for variable whitespace before 'let'.

Fixes #52756

@devversion devversion requested review from jessicajaniuk and removed request for devversion November 16, 2023 18:25
Copy link
Contributor

@jessicajaniuk jessicajaniuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great. Just need to add it to the other spots, too.

@jessicajaniuk
Copy link
Contributor

@AnthonyFr75 Also, lint is failing because your commit is missing a body. While you're amending the commit, you could switch fix(core) to fix(migrations). Both are technically fine, but the latter is more correct.

@jessicajaniuk jessicajaniuk added action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews target: patch This PR is targeted for the next patch release area: migrations Issues related to `ng update` migrations labels Nov 16, 2023
@ngbot ngbot bot added this to the Backlog milestone Nov 16, 2023
@AnthonyFr75 AnthonyFr75 changed the title fix(core): control flow migration fails for async pipe with unboxing of observable fix(migrations): control flow migration fails for async pipe with unboxing of observable Nov 19, 2023
Copy link
Contributor

@jessicajaniuk jessicajaniuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for this!

@jessicajaniuk jessicajaniuk added action: merge The PR is ready for merge by the caretaker and removed action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels Nov 20, 2023
…oxing of observable (angular#52756)

Update control flow syntax to use 'as' for proper async pipe handling, accounting for variable whitespace before 'let'.

Fixes angular#52756
@AndrewKushnir
Copy link
Contributor

This PR was merged into the repository by commit e33f6e0.

AndrewKushnir pushed a commit that referenced this pull request Nov 20, 2023
…oxing of observable (#52756) (#52972)

Update control flow syntax to use 'as' for proper async pipe handling, accounting for variable whitespace before 'let'.

Fixes #52756

PR Close #52972
tbondwilkinson pushed a commit to tbondwilkinson/angular that referenced this pull request Dec 6, 2023
…oxing of observable (angular#52756) (angular#52972)

Update control flow syntax to use 'as' for proper async pipe handling, accounting for variable whitespace before 'let'.

Fixes angular#52756

PR Close angular#52972
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 21, 2023
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
…oxing of observable (angular#52756) (angular#52972)

Update control flow syntax to use 'as' for proper async pipe handling, accounting for variable whitespace before 'let'.

Fixes angular#52756

PR Close angular#52972
rlmestre pushed a commit to rlmestre/angular that referenced this pull request Jan 26, 2024
…oxing of observable (angular#52756) (angular#52972)

Update control flow syntax to use 'as' for proper async pipe handling, accounting for variable whitespace before 'let'.

Fixes angular#52756

PR Close angular#52972
amilamen pushed a commit to amilamen/angular that referenced this pull request Jan 26, 2024
…oxing of observable (angular#52756) (angular#52972)

Update control flow syntax to use 'as' for proper async pipe handling, accounting for variable whitespace before 'let'.

Fixes angular#52756

PR Close angular#52972
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: migrations Issues related to `ng update` migrations target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Control flow migration fails for async pipe with unboxing of observable.
3 participants