Migrating to V10 from V9
Authentication broke after bump to v10 from v9

Show a spinner when any mutation is loading?
Sharing schemas between server and client
v10 Migration interop, router doesnt have attributes

Recommended file structure for next.js?
[trpc].ts
file is getting huge and unwieldily - wondering what the recommendations are out there for organizing?Unhandled Runtime ErrorTRPCClientError
Weird error when running unit test
10.0.0-proxy-beta.5
works just fine, error occurs on 10.0.0-proxy-beta.6
with the introduction of @swc/helpers
.
Sharing middleware between TRPC servers
MiddlewareFunction
that can be reused between multiple TRPC instances?...Is `trpc.withTRPC` for Next supposed to work with pages or only `_app`?
TRPClientError

Are there any example of subscriptions working with react native ?
Recommended way to prefetch client-side
queryClient.prefetchQuery(['todos', input], queryFn)
queryClient.prefetchQuery(['todos', input], queryFn)
Revalidate API route from procedure
Modifying payload client-side before caching
category_id
in each of the items returned e.g.:
```
[
{ category_id: 1, ...},
{ category_id: 2, ... },...errorFormatter is not being called?
const caller = lunaRouter.createCaller({});
...
API Response caching not working on vercel ⁉

when throwing a TRPCError, is there a way to include an internal error code ?
