ywana-core8 0.0.766 → 0.0.768

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
@@ -10414,15 +10414,9 @@
10414
10414
  setSelected = _useState6[1];
10415
10415
 
10416
10416
  React.useEffect(function () {
10417
- console.log("CONTEXT LOAD for Filters", filters);
10417
+ console.log("CONTEXT LOAD for Filters", filters, customFilters);
10418
10418
  load();
10419
- }, [filters]);
10420
- React.useEffect(function () {
10421
- if (Object.keys(customFilters).length > 0) {
10422
- console.log("CONTEXT LOAD for CustomFilters", customFilters);
10423
- load();
10424
- }
10425
- }, [customFilters]);
10419
+ }, [filters, customFilters]);
10426
10420
 
10427
10421
  function clearSelection() {
10428
10422
  setSelected(null);