ywana-core8 0.0.799 → 0.0.800

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11085,8 +11085,9 @@ var CollectionContextProvider = function CollectionContextProvider(props) {
11085
11085
  };
11086
11086
  }, [filters]);
11087
11087
  useEffect(function () {
11088
- runCustomFilters();
11089
- }, [customFilters]);
11088
+ console.log("Run custom filters", customFilters, all);
11089
+ if (all.length > 0) runCustomFilters();
11090
+ }, [all, customFilters]);
11090
11091
 
11091
11092
  function clearSelection() {
11092
11093
  setSelected(null);