-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix(angular-query): fix type of isSuccess, isError, isPending, isIdle #7923
Conversation
d70964e
to
081cba0
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 62dc7a8. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
commit: @tanstack/angular-query-devtools-experimental
@tanstack/angular-query-experimental
@tanstack/eslint-plugin-query
@tanstack/query-async-storage-persister
@tanstack/query-broadcast-client-experimental
@tanstack/query-core
@tanstack/query-devtools
@tanstack/query-persist-client-core
@tanstack/query-sync-storage-persister
@tanstack/react-query
@tanstack/react-query-devtools
@tanstack/react-query-next-experimental
@tanstack/react-query-persist-client
@tanstack/solid-query
@tanstack/solid-query-devtools
@tanstack/solid-query-persist-client
@tanstack/svelte-query
@tanstack/svelte-query-devtools
@tanstack/svelte-query-persist-client
@tanstack/vue-query
@tanstack/vue-query-devtools
More templates
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7923 +/- ##
===========================================
+ Coverage 44.64% 86.58% +41.93%
===========================================
Files 187 18 -169
Lines 7090 231 -6859
Branches 1575 34 -1541
===========================================
- Hits 3165 200 -2965
+ Misses 3562 31 -3531
+ Partials 363 0 -363
|
Hi |
Sure, contact me on the TanStack Discord or Twitter. I'll be going on holiday next 3 weeks, feel free to contact me but not sure if I'll be online. Also note that some open issues to be resolved for a non-experimental release are not just code in the adapter:
|
@arnoud-dv Thank you for merging my PR! |
This PR fixes #7401