X Tutup
Skip to content

fix(core): run linked signal equality check without reactive consumer#67509

Open
JoostK wants to merge 1 commit intoangular:mainfrom
JoostK:signals/linked-signal-equal-errors
Open

fix(core): run linked signal equality check without reactive consumer#67509
JoostK wants to merge 1 commit intoangular:mainfrom
JoostK:signals/linked-signal-equal-errors

Conversation

@JoostK
Copy link
Member

@JoostK JoostK commented Mar 8, 2026

This commit ports the changes in #55818 from computed to linkedSignal, which duplicates the core logic to recompute the downstream value for an upstream change.

This commit ports the changes in angular#55818 from `computed` to `linkedSignal`,
which duplicates the core logic to recompute the downstream value for an
upstream change.
@JoostK JoostK added target: patch This PR is targeted for the next patch release requires: TGP This PR requires a passing TGP before merging is allowed labels Mar 8, 2026
@pullapprove pullapprove bot requested a review from rahatarmanahmed March 8, 2026 10:11
@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label Mar 8, 2026
@ngbot ngbot bot added this to the Backlog milestone Mar 8, 2026
@rahatarmanahmed rahatarmanahmed requested review from mturco and removed request for rahatarmanahmed March 9, 2026 14:43
@JeanMeche
Copy link
Member

I can take care of the TGP tomorrow.

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 requires: TGP This PR requires a passing TGP before merging is allowed target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup