angular/devtools/projects
AleksanderBodurri 170211cb71 fix(devtools): issue where on initial render DevTools would not load properly (#61812)
Commit 3e70d64 introduced cdk version 20.0.0-rc2 which introduced a change to how the cdk virtual scroll sets some internal state.

Previously in DevTools we were using a computed incorrectly to respond to changes in the directive forest and apply them to the underlying datasource. With the change to the CDK shown above, this incorrect usage caused us to attempt to update underlying signals in the virtual scroll directive while within a computed callback, throwing an error.

This commit corrects our usage by swapping from a computed to an effect, allowing the underlying signals in the scroll directive to be updated without error.

PR Close #61812
2025-06-02 12:36:17 -04:00
..
demo-no-zone build: migrate devtools to use ng-project (#61317) 2025-05-14 08:51:20 -07:00
demo-standalone refactor(devtools): switch default font to material symbols (#61281) 2025-05-20 08:53:51 +00:00
ng-devtools fix(devtools): issue where on initial render DevTools would not load properly (#61812) 2025-06-02 12:36:17 -04:00
ng-devtools-backend refactor(devtools): fixing PR comments and adding unit tests (#59999) 2025-05-30 09:48:12 -04:00
protocol feat(devtools): inspect signals (#61540) 2025-06-02 09:35:30 -04:00
shared-utils build: rename devtools ts_library to ts_project (#61317) 2025-05-14 08:51:21 -07:00
shell-browser feat(devtools): inspect signals (#61540) 2025-06-02 09:35:30 -04:00