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

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,7 +2665,6 @@ 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");
2669
2668
  const { isRenderApp, isJsVersion } = React__default.useContext(SledgeContext);
2670
2669
  const { layoutType = "default", query, params, children, onAfterAddToCart, onAfterAddWishlist, onAfterRemoveWishlist, onAfterRenderProduct } = props;
2671
2670
  const { keyword: queryKeyword = "" } = query || {};