@sledge-app/react-instant-search 0.0.91 → 0.0.93

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.
@@ -2977,10 +2977,8 @@ const SearchIconWidgetPopup = () => {
2977
2977
  searchViewMoreResultComponent
2978
2978
  });
2979
2979
  setTimeout(() => {
2980
- if (searchFieldRef == null ? void 0 : searchFieldRef.current) {
2980
+ if (searchFieldRef == null ? void 0 : searchFieldRef.current)
2981
2981
  searchFieldRef.current.focus();
2982
- searchFieldRef.current.value = keyword;
2983
- }
2984
2982
  }, 500);
2985
2983
  };
2986
2984
  }
@@ -2988,6 +2986,7 @@ const SearchIconWidgetPopup = () => {
2988
2986
  }, [isRenderAppInstantSearch]);
2989
2987
  React__default.useEffect(() => {
2990
2988
  showInfo ? document.body.classList.add("sledge__open-popup-state") : document.body.classList.remove("sledge__open-popup-state");
2989
+ console.log("keyword", keyword);
2991
2990
  }, [showInfo]);
2992
2991
  React__default.useEffect(() => {
2993
2992
  if (Boolean(previousState && (previousState == null ? void 0 : previousState.keyword) !== keyword)) {