CrymeLord
CCConvex Community
•Created by CrymeLord on 1/3/2025 in #support-community
Type error when using useSuspenseQuery with convexQuery
In a vanilla Tanstack Start / Convex app, I have a query:
And when I try to use that like this:
I get this type error:
Type 'typeof skipToken' is not assignable to type 'QueryFunction<any, ["convexQuery", FunctionReference<"query", "public", { id: Id<"users">; }, any, string | undefined>, { id: Id<"users">; }], never>'.
Not sure what's going on there 🤷55 replies