Carl
07/26/2022, 8:57 AMonError
type of callbacks. Edit: I'm using the typesense instantsearch adapter, so not just typesense.js directlyJason Bosco
07/26/2022, 2:17 PMCarl
07/26/2022, 2:19 PMJason Bosco
07/26/2022, 3:33 PMconnectStateResults
?Carl
07/26/2022, 3:37 PMtypesense-instantsearch-adapter
tooJason Bosco
07/26/2022, 3:39 PMJust thought maybe the typesense adapter is somehow not re-throwing the error properly.I suspected this too… But I do re-throw any errors here: https://github.com/typesense/typesense-instantsearch-adapter/blob/3ac546dbe91d3f3ff5f392d39e7f2e3fcf5bdec0/src/TypesenseInstantsearchAdapter.js#L40
Jason Bosco
07/26/2022, 3:41 PMWe’ve moved to the hooks version, which doesn’t seem to have an option for that connector. As in, I couldn’t find a hook for it,May be this could be a feature request for the hooks lib to expose
Carl
07/26/2022, 3:41 PMreact-instantsearch
. I was basically trying to work around it using error boundaries.Carl
07/26/2022, 3:42 PM