TypeError when using Typesense with React-InstantSearch Date Range Picker
TLDR Mohan is encountering a TypeError when using Typesense with a date picker, asks for help. Jason suggests trying with Algolia.
Apr 07, 2023 (5 months ago)
Mohan
07:24 AMhttps://github.com/algolia/react-instantsearch-widget-date-range-picker
I’m getting
TypeError: this.props.contextValue.store.getState is not a function
12:21
The above error occurred in the <AlgoliaRange(f)> component:
tried with
typesense-instantsearch-adapter
2.4.2 and 2.6.0Jason
10:23 AMJason
10:23 AMApr 08, 2023 (5 months ago)
Mohan
04:58 AMI’ll see if I can do something on stackblitz against a demo API
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Typesense Sorting Query and Bug Report
michtio is new to Typesense and is querying sorting implementation. Jason shares resources and suggests use of specific adapters. However, michtio shares a bug found when applying a filter on Typesense. Jason asks for a GitHub issue to be opened for the bug.
Connecting React Instant Search with Typesense Adapter
KARTHICK sought help with an error when using Typesense Adapter for React Instant Search. Jason advised substituting import statements. After uninstalling the react-instantsearch-dom package, KARTHICK resolved the issue.

Issue with Typesense Instantsearch and Upgrading to React 18
Carl experienced problems updating packages for a project. VIVEK suggested disabling reactStrictMode, while Jason insisted on downgrading to React 17 due to compatibility issues. Carl eventually found a workaround.