feat(vue-query): useInfiniteQuery options support maybe ref type#8956
Merged
DamianOsipiuk merged 3 commits intoTanStack:mainfrom Apr 10, 2025
Merged
Conversation
|
View your CI Pipeline Execution ↗ for commit 6977598.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8956 +/- ##
===========================================
+ Coverage 44.09% 71.01% +26.91%
===========================================
Files 201 19 -182
Lines 8025 483 -7542
Branches 1762 136 -1626
===========================================
- Hits 3539 343 -3196
+ Misses 4058 110 -3948
+ Partials 428 30 -398
🚀 New features to boost your workflow:
|
Contributor
Author
|
@DamianOsipiuk Please review this, thank you |
| TError, | ||
| TData, | ||
| TQueryData, | ||
| TQueryFnData, |
Contributor
There was a problem hiding this comment.
I'm not sure if this is a proper change. Why this is needed?
Contributor
Author
There was a problem hiding this comment.
Oops! that's my fault, I'm already fix it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The useInfiniteQuery can directly use Ref in the runtime, but it's not supported at the Type level.