mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7c1b4a49ae
This commit fixes an error in the looping logic of `ApplicationRef.tick` when the tick skips straight to render hooks. In this case, if a render hook makes a state update that requires a view refresh, we would never actually refresh the view and just loop until we hit the loop limit. PR Close #55623