We (me + @pupbrained) have a solidstart app bootstrapped with create-jd-app, using trpc, prisma, zod, and solidquery. We have a component that hits our api:
However, it doesn't work... at all. The query errors with
No QueryClient set, use QueryClientProvider to set one
No QueryClient set, use QueryClientProvider to set one
. We tried putting the provider in both root.tsx and this component. First image attached shows the trpc procedure for getInfinitePosts, second image shows our root.tsx