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.cjs
CHANGED
@@ -10420,15 +10420,9 @@ var CollectionContextProvider = function CollectionContextProvider(props) {
|
|
10420
10420
|
setSelected = _useState6[1];
|
10421
10421
|
|
10422
10422
|
React.useEffect(function () {
|
10423
|
-
console.log("CONTEXT LOAD for Filters", filters);
|
10423
|
+
console.log("CONTEXT LOAD for Filters", filters, customFilters);
|
10424
10424
|
load();
|
10425
|
-
}, [filters]);
|
10426
|
-
React.useEffect(function () {
|
10427
|
-
if (Object.keys(customFilters).length > 0) {
|
10428
|
-
console.log("CONTEXT LOAD for CustomFilters", customFilters);
|
10429
|
-
load();
|
10430
|
-
}
|
10431
|
-
}, [customFilters]);
|
10425
|
+
}, [filters, customFilters]);
|
10432
10426
|
|
10433
10427
|
function clearSelection() {
|
10434
10428
|
setSelected(null);
|