@sledge-app/react-instant-search 0.0.47 → 0.0.48

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.
@@ -2808,6 +2808,7 @@ const SearchResultWidget = React__default.memo((props) => {
2808
2808
  return;
2809
2809
  const searchParams = new URLSearchParams(document.location.search);
2810
2810
  setKeyword((searchParams == null ? void 0 : searchParams.get(queryKeyword)) || "");
2811
+ console.log("re render");
2811
2812
  handleSettings(localStorage.getItem(LOCAL_STORAGE_KEY.INSTANT_SEARCH_SETTING) || "");
2812
2813
  }, [isRenderApp]);
2813
2814
  React__default.useEffect(() => {