Skip to content

fix(react-query): fix to show type error on wrong type annotation in useQuery #8683

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

Merged
merged 10 commits into from
May 7, 2025
Prev Previous commit
Next Next commit
test(react-query): remove an unused var
  • Loading branch information
skiende74 committed Feb 21, 2025
commit e6a6c1ef1cb8d62f254a379c7ebcf3e16aa443c1
2 changes: 1 addition & 1 deletion packages/react-query/src/__tests__/useQuery.test-d.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertType, describe, expectTypeOf, it } from 'vitest'
import { describe, expectTypeOf, it } from 'vitest'
import { useQuery } from '../useQuery'
import { queryOptions } from '../queryOptions'
import type { OmitKeyof } from '..'
Expand Down