@sledge-app/react-instant-search 1.0.63 → 1.0.64

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.
@@ -5541,6 +5541,7 @@ const ResultProduct = (props) => {
5541
5541
  const handlePageChange = (page) => {
5542
5542
  const searchParams2 = new URLSearchParams(document.location.search);
5543
5543
  searchParams2.set(queryPage, String(page));
5544
+ searchParams2.set(queryLimit, String(clickedLimitId));
5544
5545
  setCurrentPage(page);
5545
5546
  setIsReplaceWidgetList == null ? void 0 : setIsReplaceWidgetList(true);
5546
5547
  setTimeout(() => {