react-instantsearch
react-instantsearch copied to clipboard
⚡️ Lightning-fast search for React and React Native applications, by Algolia.
Hey guys! I have a parent functional component that holds a custom algolia child class component, `connectInfiniteHits(childComponent)` and that component renders out a list of Hit components. I'm having issues...
**Describe the bug 🐛** When updating the `refresh` token, infinite hits will not react to the refetch. **To Reproduce 🔍** Steps to reproduce the behavior: 1. go to the example...
## 🐛 Bug description Custom callback passed to component connected with refinementsList inside component connected with currentRefinements is causing app to hang ## 🔍 Bug reproduction Try to pass to...
Hello, using **react-instantsearch** - latest I tried to throttle my network and selected refinements, it seems like the checkbox gets selected after algolia is able to make the network call...
## 🐛 Bug description Currently `searchResults` is of type `SearchResults` but on component initialization using `connectStateResults` HOC, the value is `null` until Algolia's first response. So in reality it's a...
**Describe the bug 🐛** I'm implementing infinite scroll using connectInfiniteHits along with a search box with autocomplete. Infinite scroll is working great, but when the scroll triggers a refineNext() the...
Please add typings for TypeScript **Do you want to request a *feature* or report a *bug*?** FEATURE
**Do you want to request a *feature* or report a *bug*?** Feature **Feature: What is your use case for such a feature?** I'm rendering a custom refinement list in an...
**Describe the bug 🐛** I'm building an app using react-instantsearch where I'm going to show a list of hits and a map with each hit represented by a marker. Pretty...
**Is your feature request related to a problem? Please describe 🙏** What are the best practices when creating a custom connector ? **Describe the solution you'd like 🤔** I would...