[convex-helpers]: useQueryWithStatus error: "could not find Convex client"
useQueryWithStatus from my frontend causes this error for some reason:Could not find Convex client! useQuery must be used in the React component tree under ConvexProvider. Did you forget it? See https://docs.convex.dev/quick-start#set-up-convex-in-your-react-appI tried defining
useQueryWithStatus in a few different locations in my convex folder, all with the same result. Updated to latest convex-helpers version. 