Hello everyone,
i was working with Instant search library in react, but recently i found that <Configure/> component is sending repeated queries to type sense on state change(my case inputting distance in input box), as its getting re-rendered.
i tried different techniques to stop it, but none is working.
can anyone help me how to tackle this situation?