-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: angular change detection mutation observer #1531
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +15.6 kB (+0.5%) Total Size: 3.13 MB
|
@@ -0,0 +1,28 @@ | |||
module.exports = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, love the linter rule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't know much about angular but it looks like it does what the PR description says, LGTM
we get periodic reports of performance issues with angular
angular change detection patches browser methods
we do change detection too
so we fight each other
this
TODO