@sledge-app/react-instant-search 0.0.81 → 0.0.82

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.
@@ -2843,6 +2843,7 @@ const SearchResultWidget = (props) => {
2843
2843
  }
2844
2844
  };
2845
2845
  const handleSettings = async (LOCAL_STORAGE_INSTANT_SEARCH_SETTING) => {
2846
+ console.log("handleSettings running");
2846
2847
  setIsLoadingSetting(true);
2847
2848
  let response;
2848
2849
  let getFirstIndex;