-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Avoid unnecessary observable notifications of Iterable or Map fields #951
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #951 +/- ##
==========================================
- Coverage 99.00% 98.99% -0.01%
==========================================
Files 57 57
Lines 2000 1997 -3
==========================================
- Hits 1980 1977 -3
Misses 20 20
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
51e1462
to
3445cbe
Compare
👷 Deploy request for mobx pending review.Visit the deploys page to approve it
|
Will need to go to |
@pavanpodila done |
Describe the changes proposed in this Pull Request.
Following up on pr #844, perform deep equals if value is
Iterable
orMap
.Pull Request Checklist
pubspec.yaml
is updated.major
/minor
/patch
/patch-count
, depending on the complexity of changemelos run set_version
command from the root directory