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.umd.js
CHANGED
@@ -11087,8 +11087,9 @@
|
|
11087
11087
|
};
|
11088
11088
|
}, [filters]);
|
11089
11089
|
React.useEffect(function () {
|
11090
|
-
|
11091
|
-
|
11090
|
+
console.log("Run custom filters", customFilters, all);
|
11091
|
+
if (all.length > 0) runCustomFilters();
|
11092
|
+
}, [all, customFilters]);
|
11092
11093
|
|
11093
11094
|
function clearSelection() {
|
11094
11095
|
setSelected(null);
|