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.
package/dist/index.cjs CHANGED
@@ -11093,8 +11093,9 @@ var CollectionContextProvider = function CollectionContextProvider(props) {
11093
11093
  };
11094
11094
  }, [filters]);
11095
11095
  React.useEffect(function () {
11096
- runCustomFilters();
11097
- }, [customFilters]);
11096
+ console.log("Run custom filters", customFilters, all);
11097
+ if (all.length > 0) runCustomFilters();
11098
+ }, [all, customFilters]);
11098
11099
 
11099
11100
  function clearSelection() {
11100
11101
  setSelected(null);