Floppy DiskF
tRPC2y ago
2 replies
Floppy Disk

Attempted import error: 'hashQueryKey'

./node_modules/@trpc/react-query/dist/createHooksInternal-063195fc.mjs
Attempted import error: 'hashQueryKey' is not exported from '@tanstack/react-query' (imported as 'hashQueryKey').

    "@tanstack/react-query": "^5.51.11",
    "@trpc/client": "^10.45.2",
    "@trpc/react-query": "^10.45.2",


I noticed this comment:
Attempted import error: 'hashQueryKey' is not exported from '@tanstack/react-query' issue
And I wonder if I should rather downgrade React Query or upgrade trpc?
Was this page helpful?