"Find all references" in VSCode not working
Bug? useSuspenseQuery -> isFetching doesn't change
useSuspenseQuery
then new data fetch but test2.isFetching
doesn't update at all.
When I do test
function that invalidate query then test2.isFetching
is updating to true while data is fetching. ...Questions around trpc with next.js app router
withTRPC<AppRouter>
still required? The docs show it: https://trpc.io/docs/v9/nextjs#5-configure-_apptsx but it looks like the example is around the pages router and not app router.
I am using createTRPCNext<AppRouter>
am I meant to use both createTRPCNext
as well as withTRPC
?
...Correct tRPC implementation (NextJS AppDir)
how to import superjson in express?
Is it possible to have more than one TRPC client (React Query)?
How to try a Post request?
tRPC with Next Intl
Invalid response or stream interrupted
Checking the connection status from the client side
Suddenly started getting a `TRPCClientError: Unexpected token '<', "<!DOCTYPE...` error
Is having multiple tRPC instances in a single monorepo package an anti pattern?
Can I use WebSocket with tRPC for the card game
How do I implement API key authorization along with JWT authorization in tRPC?
context
:
```ts...How to check websocket is alive from client?
Call and await multiple mutations within one clientside procedure
mutateAsync
return type!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').
Is there a way to call procedures more directly without a router?
Issue creating server - v11
I can't read the value of the env variable, it returns undefined