Proper Validation to getting all data created in the last week with `.withIndex` and pagination
I have a
usePaginatedQuery imported from cache provider from convex-helpers with next.js latest, and I'm running the following query below, the userId is coming from the ctx, and the DateTime is coming from luxon, built on top of index, when I add the last
gte for the field _creationTime I get an infinite loop on my frontendError: Too many re-renders. React limits the number of renders to prevent an infinite loop.I've tested the query and its working for a sure, but somehow its causing my frontend to overreact,
