@sledge-app/react-instant-search 0.0.119 → 0.0.121

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.
@@ -3474,6 +3474,7 @@ const SearchResultWidget = (props) => {
3474
3474
  triggerRenderInstantSearchResult(false);
3475
3475
  const searchParams2 = new URLSearchParams(document.location.search);
3476
3476
  setKeyword((searchParams2 == null ? void 0 : searchParams2.get(queryKeyword)) || "");
3477
+ console.log("valueRenderInstantSearch", valueRenderInstantSearchResult, document.location.search, searchParams2 == null ? void 0 : searchParams2.get(queryKeyword));
3477
3478
  }, [valueRenderInstantSearchResult]);
3478
3479
  React__default.useEffect(() => {
3479
3480
  if (Boolean(previousState && (previousState == null ? void 0 : previousState.keyword) !== keyword) && layoutType === "default") {