I have a Supabase ListView configured with infinite scroll (limit, offset) that works perfectly. I have a variable for filtering that is populated with a page state variable. If I set the default to something like "eq.Cats", it works. However, if I update that variable from a ChipChoice, it doesn't work.
This means the filter works with the default data, but if I change it, it doesn't. When the variable is updated, the chip changes color correctly. Everything works except the ListView doesn't filter dynamically. Before implementing infinite scroll, the filtering worked without any issues.