You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdk/scrolling): Prevent virtual scroll 'flickering' with zoneless (#31316)
* fix(cdk/scrolling): Prevent virtual scroll 'flickering' with zoneless
This commit reworks the change detection coalescing to use signal and effects, which ensures the transform and the afterNextRender are applied within the same application tick without any awkward workarounds or fiddling with being inside or outside the zone
* fixup! fix(cdk/scrolling): Prevent virtual scroll 'flickering' with zoneless
* fixup! fix(cdk/scrolling): Prevent virtual scroll 'flickering' with zoneless
0 commit comments