Dhaya
Dhaya
Hi, in your use case, you could use two `ais-hierarchical-menu` widgets: - the first will only display root level categories - the second will filter to the selected root level...
Good to hear! I'll go ahead and close this issue then.
Hi, is there a reason you use a custom input element in ``? The `currentRefinement` value exposed in the slot scope is set by the results coming from Algolia, which...
Hi @JamesACS, the same issue can be visible here: - https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/React%20InstantSearch/injected-content You can note that it works when [the repo is referenced by a SHA hash](https://codesandbox.io/s/github/algolia/doc-code-samples/329da63dd5628b9780180a261b78cf03bcef810b/React%20InstantSearch/injected-content) instead of a ref....
@Haroenv indeed, most probably due to the empty commit I pushed on the repo after I saved a HAR archive for troubleshooting (I could not let the sandboxes be unavailable...
Hi @carlreid, to handle errors, please follow [this guide](https://www.algolia.com/doc/guides/building-search-ui/going-further/conditional-display/react-hooks/#handling-errors). It will show you how to add a middleware to InstantSearch and retrieve the error information. Regarding `searching`, there is no...
~~Hi @matteorigotti , thanks for reporting this issue. There is indeed an issue when Next.js routing and InstantSearch routing work both at the same time. We still haven't found a...
Hi, we have in plan an overhaul of our approach to routing that hopefully will prevent conflicts with other third-party routers. We don't have an estimate of when it will...
Currently, the state is left untouched between navigations that target the same dynamic route because React does not unmount the parent component. In order to force React to remount ``,...