@sledge-app/react-instant-search 0.0.73 → 0.0.74

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.
@@ -2665,6 +2665,7 @@ const SearchIconWidgetPopup = () => {
2665
2665
  };
2666
2666
  const SearchResultWidget = (props) => {
2667
2667
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
2668
+ console.log("SearchResultWidget");
2668
2669
  const { isRenderApp, isJsVersion } = React__default.useContext(SledgeContext);
2669
2670
  const { layoutType = "default", query, params, children, onAfterAddToCart, onAfterAddWishlist, onAfterRemoveWishlist, onAfterRenderProduct } = props;
2670
2671
  const { keyword: queryKeyword = "" } = query || {};