-
-
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(eslint-plugin-query): relax property order rule to ignore relative order of getPreviousPageParam and getNextPageParam #8074
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit e7545cd. 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. |
More templates
@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
commit: |
1c0cfd6
to
074dc30
Compare
…e order of getPreviousPageParam and getNextPageParam
074dc30
to
e7545cd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8074 +/- ##
===========================================
+ Coverage 44.97% 84.89% +39.92%
===========================================
Files 199 15 -184
Lines 7362 490 -6872
Branches 1660 181 -1479
===========================================
- Hits 3311 416 -2895
+ Misses 3674 57 -3617
+ Partials 377 17 -360
|
@schiller-manuel In v5.57.1 I see the error:
Previous version (5.56.1) works great. The code is like this: const { data, isFetching, isLoading, hasNextPage, fetchNextPage } =
useInfiniteQuery({
...communitiesQuery({
filters: {
...fieldValues,
placementFormats: ........,
},
}),
refetchOnMount: false,
})
``` |
No description provided.