@sledge-app/react-instant-search 2.0.62 → 2.0.63

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.
@@ -10360,7 +10360,11 @@ const ResultProduct = React__default.memo((props) => {
10360
10360
  [clickedOpenFilters]
10361
10361
  );
10362
10362
  const handleFilterReset = React__default.useCallback(() => {
10363
- setClickedFacets == null ? void 0 : setClickedFacets({});
10363
+ setClickedFacets == null ? void 0 : setClickedFacets(
10364
+ (currentTags == null ? void 0 : currentTags.length) ? {
10365
+ tags: currentTags
10366
+ } : {}
10367
+ );
10364
10368
  setTriggerClickedFacets(!triggerClickedFacets);
10365
10369
  handleQueryStringFilter({});
10366
10370
  setValueFilterPriceChange == null ? void 0 : setValueFilterPriceChange([]);