Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cdk/tree): resolve maximum call stack error (#29754)
The CDK tree was calling `ChangeDetectorRef.detectChanges` recursively for each node in the tree which was overflowing the call stack with some larger trees. These changes resolve the issue by only calling `detectChanges` on the root. Fixes #29733. (cherry picked from commit be004b8)
- Loading branch information