-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Update Preferences state #21
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 18 18
Lines 889 889
Branches 97 97
=====================================
Hits 889 889
Continue to review full report at Codecov.
|
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.
Good catch, looks good.
* 32.0.3 * update changelog * use marjor Co-authored-by: github-actions <[email protected]> Co-authored-by: Ricky Miller <[email protected]>
Bump TypeScript and fix compile errors. Specifically, an error that's caught is now typed as `unknown`, so accessing `message` on that error object won't work anymore. This is fixed using a type guard. Also bump `typedoc` to fix peer dependency warnings.
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
* 5.1.6; update batch request handling * remove Promise wrapping * simplify _handleBatch implementation * add clarifying comments * standardize internal errors Co-authored-by: Dan Finlay <[email protected]>
This PR fixes some Preferences Controller state updating inside GABA but not in the general state.