RubberDucker
RubberDucker5mo ago

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').
./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",
"@tanstack/react-query": "^5.51.11",
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
I noticed this comment: https://discord.com/channels/867764511159091230/1165319830111518761/1165759004224528394 And I wonder if I should rather downgrade React Query or upgrade trpc?
1 Reply
RubberDucker
RubberDuckerOP5mo ago
I downgraded to: "@tanstack/react-query": "^4.36.1", and it works fine