convexQuery with tanstack/db
but I found a little problem which is that convexQuery doesn't return a queryFn, and expects tanstack query to use the defaultFn specificed in the Provider.
but tanstack/db doesn't work with that, and it errors saying that there were no queryFn provided.
is there a quick fix to this?
