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(core): signals should be tracked when embeddedViewRef.detectChanges is called #55719

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

atscott
Copy link
Contributor

@atscott atscott commented May 7, 2024

This commit fixes an issue where signals in embedded views are not tracked if they are refreshed with EmbeddedViewRef.detectChanges directly. We had previously assumed that embedded views were always refreshed along with their hosts.

@atscott atscott added the area: core Issues related to the framework runtime label May 7, 2024
@ngbot ngbot bot added this to the Backlog milestone May 7, 2024
@atscott atscott added the target: patch This PR is targeted for the next patch release label May 7, 2024
@atscott atscott requested a review from alxhub May 7, 2024 22:38
@atscott atscott force-pushed the reactiveconsumerembeddedviews branch from 525f882 to 9342ac6 Compare May 7, 2024 22:38
…es is called

This commit fixes an issue where signals in embedded views are not
tracked if they are refreshed with `EmbeddedViewRef.detectChanges`
directly. We had previously assumed that embedded views were always
refreshed along with their hosts.
@atscott atscott force-pushed the reactiveconsumerembeddedviews branch from 9342ac6 to 1903d99 Compare May 20, 2024 21:55
@atscott atscott marked this pull request as ready for review May 20, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant