@sledge-app/react-instant-search 2.0.35 → 2.0.36

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.
@@ -10556,6 +10556,13 @@ const ResultProduct = React__default.memo((props) => {
10556
10556
  useEffectOnChange(() => {
10557
10557
  setSummaryText(summaryTextGenerator(totalSearchResult));
10558
10558
  }, [previewSettings]);
10559
+ useEffectOnChange(() => {
10560
+ setClickedOpenFilters(
10561
+ keyOpenFilters({
10562
+ items: allowedFilter
10563
+ })
10564
+ );
10565
+ }, [allowedFilter]);
10559
10566
  let dataClickedFacets = handleDataClickedFacets();
10560
10567
  let keepCounterFacets = [];
10561
10568
  allowedFilter == null ? void 0 : allowedFilter.map((filter) => {