François Chalifour

Results 114 comments of François Chalifour

Hey @iam4x! Do you remember in which cases you needed to access the container node in the connector? Usually we specify the `unmountFn` function body in the widget, where we...

I don't think it makes even sense to have the unmount function being exposed as another argument of the connector. I believe we should rather see the render function as...

I feel like here we'll need to introduce the concept of "shared widgets". I don't think we can assume that whenever the attribute names are identical (`color` in this case),...

Hey! I guess Nuxt doesn't have access to the `window` object when rendering on the server. Can you try to install `search-insights` in your project, and to import Search Insights...

Algolia doesn't (yet) support the concept of "hierarchical facets". A hierarchical facet is a concept that exists at the Helper level. It adds the facet to the `facets` search parameter....

Can you please reproduce the behavior in this [InstantSearch.js sandbox](https://codesandbox.io/s/github/algolia/create-instantsearch-app/tree/templates/instantsearch.js)?

Sorry, I forgot to mention, can you send the link back here? (it created a forked sandbox)

You can use an [`index` widget](https://www.algolia.com/doc/api-reference/widgets/index-widget/js/) so that the search parameters computed are independent from the `breadcrumb` widget. I built an example [in this sandbox](https://codesandbox.io/s/focused-cherry-910no). I hope this helps!

Hey @dsbrianwebster – this is likely because Next.js is using Strict Mode, which isn't yet supported in the library with React 18. Our [``](https://www.algolia.com/doc/api-reference/widgets/instantsearch/react-hooks/) component [reads the URL query params](https://www.algolia.com/doc/api-reference/widgets/instantsearch/react-hooks/#widget-param-routing)...

@DB-Alex Strict mode support was released in [v6.28.0](https://github.com/algolia/react-instantsearch/releases/tag/v6.28.0). Do you have other routing issues than the ones mentioned in this thread?