TRPCContextState not found in v10
In our v9 app, we used TRPCContextState from internals to type out TRPC utils, importing it like
Is there a quick alternative to this? Can't find it in the the latest trpc10 code packages.
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.