ConvexReactClient query() return type?
query() should be a Promise of the result, but if there's an existing result, it gets returned directly without being wrapped in a promise. Is this a bug?https://github.com/get-convex/convex-js/blob/main/src/react/client.ts#L459
