-
-
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
feat: add wrap with observer assist #949
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #949 +/- ##
=======================================
Coverage 99.00% 99.00%
=======================================
Files 57 57
Lines 2006 2006
=======================================
Hits 1986 1986
Misses 20 20
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
Looks like a cool addition. We could do a lot more with this I think. A few ideas:
|
Already exists in |
👷 Deploy request for mobx pending review.Visit the deploys page to approve it
|
73dbb6d
to
ac1d3ff
Compare
…ers when `observe` with fireImmediately
@@ -0,0 +1,52 @@ | |||
mobx_lint is a developer tool for users of mobx, designed to help stop common issues and simplify repetitive tasks. |
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.
I think we should mention this in the docs as well so folks can see it easily on the website ... perhaps it can be a separate PR
Hi @amondnet, can we move this package under the mobx publisher ? |
Describe the changes proposed in this Pull Request.
If the PR fixes a specific issue, reference the issue with
Fixes #
.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