I am running into an issue with a page where the top level widget I grab a list of items via a supabase query. Then in child widget (ListViews) I generate the children from a variable which is the query. for some reason when I add a filter to the generating children from variable set up the lists are filtered to the correct number of records but it is pulling from index 0 to x instead of the actual items that match the filter.
here is a loom explaining more