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

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.
@@ -3470,6 +3470,7 @@ const SearchResultWidget = (props) => {
3470
3470
  React__default.useEffect(() => {
3471
3471
  if (!valueRenderInstantSearchResult)
3472
3472
  return;
3473
+ console.log("valueRenderInstantSearch", valueRenderInstantSearchResult);
3473
3474
  if (triggerRenderInstantSearchResult)
3474
3475
  triggerRenderInstantSearchResult(false);
3475
3476
  const searchParams2 = new URLSearchParams(document.location.search);