Sync#6
Merged
xiaoyu2er merged 7 commits intoTanStack-dev:mainfrom May 8, 2025
Merged
Conversation
…`useQuery` (#8683) * fix(react-query): fix no error on wrong type annotation * test(react-query): remove an unused var * feat: use NoInfer from query-core * ci: apply automated fixes * fix: fix eslint error (disable) --------- Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* test(query-test-utils): init * refactor(tests): replace createQueryClient with new QueryClient instantiation across test files * refactor(tests): remove unused imports in utils test file * refactor(tests): replace fetcher functions with sleep-based implementations in query tests * refactor(tests): replace simpleFetcher with sleep-based implementations in query tests * fix(query-core): update test:build script to remove pnpm prefix * refactor(tests): extract query function into a variable for clarity in useQuery tests * chore(tsconfig): remove temporary Vitest TypeScript configuration file * chore: add @tanstack/query-test-utils as a devDependency in multiple packages --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
…ry skipToken error handling (#9114) Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
…pToken error handling (#9113) Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
…oken error handling (#9112) Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
Co-authored-by: MINSEONG KIM <65233075+minseong0324@users.noreply.github.com>
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.
No description provided.