NEEGHAN
CCConvex Community
•Created by NEEGHAN on 4/27/2025 in #support-community
`useQuery` returning type `never`
I have a monorepo with PNPM workspaces and TS project references and in one package
@ns/convex
I have all the Convex code and in another @nx/nextjs-app
I develop my Next.js client. Everything works well, except that TypeScript infers useQuery
's return type to never
.
Has anyone else encountered this? Got any idea how to solve it?13 replies