NickN
tRPC3y ago
12 replies
Nick

TRPCContextState not found in v10

In our v9 app, we used TRPCContextState from internals to type out TRPC utils, importing it like import { TRPCContextState } from '@trpc/react-query/dist/declarations/src/internals/context'; and using it in types like trpcUtils: TRPCContextState<AppRouter, any>;

Is there a quick alternative to this? Can't find it in the the latest trpc10 code packages.
Was this page helpful?