Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): avoid slow stringification when checking for duplicates in…
… dev mode (#58521) When we check for duplicates in dev mode, we end up stringifying an `LView` even if we don't report an error. This can be expensive in large views. These changes work around the issue by only generating the string when we have an error to throw. Fixes #58509. PR Close #58521
- Loading branch information