-
Hello, I'm fairly new to using Algolia (version 6.38.1) and I have a question surrounding connectors. I currently have a react component which is wrapped by a connector ( in this case , the Now I'd like to add the functionality of another connector to the component, namely This is particular and in general i'd like to know the following:
thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We have fixed this when switching to React InstantSearch Hooks, you can import and use multiple hooks inside one component. For React InstantSearch (core) you indeed need to nest the connectors and map the provided props to something non-overlapping. |
Beta Was this translation helpful? Give feedback.
We have fixed this when switching to React InstantSearch Hooks, you can import and use multiple hooks inside one component.
For React InstantSearch (core) you indeed need to nest the connectors and map the provided props to something non-overlapping.