-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Exposing errorUpdateCount on useQuery #3532
Exposing errorUpdateCount on useQuery #3532
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 6b27d33:
|
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.
looks really good already 🙌
as suggested Co-authored-by: Dominik Dorfmeister <[email protected]>
please check prettier:
|
some test are failing - please add |
now there are conflicts, sorry 🙈 . can you please resolve them? |
hopefully it's ok now sorry for trouble |
Codecov Report
@@ Coverage Diff @@
## master #3532 +/- ##
=======================================
Coverage 96.35% 96.35%
=======================================
Files 45 45
Lines 2277 2277
Branches 637 637
=======================================
Hits 2194 2194
Misses 80 80
Partials 3 3
Continue to review full report at Codecov.
|
🎉 This PR is included in version 3.38.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This reverts commit 558878c.
* expose errorUpdateCount on useQuery * refactored test slightly * Update docs/src/pages/reference/useQuery.md as suggested Co-authored-by: Dominik Dorfmeister <[email protected]> * removed the first click as we fetch on default, * prettier * added errorUpdateCount to failed tests. * prettier Co-authored-by: Dominik Dorfmeister <[email protected]>
🎉 This PR is included in version 4.0.0-beta.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
exposing errorUpdateCount state,