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.umd.js CHANGED
@@ -10418,8 +10418,10 @@
10418
10418
  load();
10419
10419
  }, [filters]);
10420
10420
  React.useEffect(function () {
10421
- console.log("CONTEXT LOAD for CustomFilters", customFilters);
10422
- load();
10421
+ if (Object.keys(customFilters).length > 0) {
10422
+ console.log("CONTEXT LOAD for CustomFilters", customFilters);
10423
+ load();
10424
+ }
10423
10425
  }, [customFilters]);
10424
10426
 
10425
10427
  function clearSelection() {