Frontend Development ยท Angular
What is a common mistake with change detection and OnPush in Angular?
A common mistake is mutating an input object in place and expecting an OnPush child to detect the change from a new reference that was never created.