Having trouble with InteractsWithPageFilters
In InteractsWithPageFilters, the variable $filters is renamed to $pageFilters
But HasFilterForm still inherits from HasFilters
But in HasFilters, the variable name is still $filters
Now the widget cannot communicate with the page to get data on FormFilter
But if the variable name is changed from $pageFilters to $filters, it works again
But HasFilterForm still inherits from HasFilters
But in HasFilters, the variable name is still $filters
Now the widget cannot communicate with the page to get data on FormFilter
But if the variable name is changed from $pageFilters to $filters, it works again


