Set column filter state in the url
Is there a way to do this without state syncing a useState hook? Anytime I try to pass the url params as the state when using useReactTable I get an infinite loop.
Also I have used zod to validate the URL params but even when I don’t use zod and i just cast them I get the same issue. I don’t think that’s the problem.
Any advice will be very helpful! Let me know if you need any code samples! Thanks for your time!