mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Unlike a normal `signal()`, a `linkedSignal()` can be in an error state when its computation fails. Currently, there's a bug where `linkedSignal.update` does not account for this error state, and will pass the internal `ERRORED` `Symbol` as the current value to the updater function. This commit fixes the issue by having `update()` check and throw the error instead of calling the updater function. |
||
|---|---|---|
| .. | ||
| defer | ||
| devtools | ||
| di | ||
| dom-navigation | ||
| event-dispatch | ||
| signals | ||