ywana-core8 0.0.765 → 0.0.766

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
@@ -10424,8 +10424,10 @@ var CollectionContextProvider = function CollectionContextProvider(props) {
10424
10424
  load();
10425
10425
  }, [filters]);
10426
10426
  React.useEffect(function () {
10427
- console.log("CONTEXT LOAD for CustomFilters", customFilters);
10428
- load();
10427
+ if (Object.keys(customFilters).length > 0) {
10428
+ console.log("CONTEXT LOAD for CustomFilters", customFilters);
10429
+ load();
10430
+ }
10429
10431
  }, [customFilters]);
10430
10432
 
10431
10433
  function clearSelection() {