hasura / gatsby-gitbook-starter

Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
https://hasura.io/learn/graphql/react/introduction/
MIT License
983 stars 378 forks source link

move searchClient outside of render function #76

Closed majcn closed 4 years ago

majcn commented 4 years ago

if searchClient is created in render method, InstantSearch triggers another search because instance of searchClient is changed.

majcn commented 4 years ago
Screenshot 2020-08-17 at 09 05 39
praveenweb commented 4 years ago

@majcn - Thanks for the PR 👍