Type error when using useSuspenseQuery with convexQuery
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
