-
Notifications
You must be signed in to change notification settings - Fork 209
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
Make 'RefreshState' public #1158
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #1158 +/- ##
==========================================
+ Coverage 77.79% 77.80% +0.01%
==========================================
Files 45 45
Lines 1725 1726 +1
Branches 343 346 +3
==========================================
+ Hits 1342 1343 +1
- Misses 342 343 +1
+ Partials 41 40 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
change is good, what surprises me is that |
Can you guido me how to get it updated? npm run build doesnt seem to do the trick |
I guess you will need to add this type to the index.ts.. |
@pamapa think this is better |
thanks for contributing |
* make 'RefreshState' public
Should fix #1157