Can anyone confirm a working version of `typesense...
# community-help
d
Can anyone confirm a working version of
typesense-instantsearch-adapter
and
react-instantsearch-dom
I'm using the latest version of both but its now working.
j
Could you try the latest version of both? And let me know what error you see?
d
There is no error in the console but the search is not working can't type anything in the search input and no data is showing up.
Copy code
<InstantSearch indexName="bucketlist" searchClient={searchClient}>
        <SearchBox />
        <Hits />
      </InstantSearch>
r
downgrade react to 17.x instead of 18.x
d
Thank you robert, Looks like this worked, I'm getting the data.