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 ?

How to divide public and private routes?
Websocket connection failed.
extra json property added after data when consuming a query hook.
json
object that I have to use to access the data & it does not exist on the type.
Problem using next+ssg
