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