Dhaya

Results 85 comments of Dhaya

Hi, thanks for reporting this. I've logged it internally so we can start working on a fix. In the meantime, you can revert `algoliasearch-helper` to version `3.8.2`, which doesn't include...

Reverting to an older react-instantsearch-hooks-web package won't work, since the range specifier for algoliasearch-helper will automatically get the latest minor version of the dependency. If you're using Yarn, you can...

Hi! We recently released a new version of the helper that fixes this issue internally ([email protected]). You can remove the dependency pinning in your package.json file and reinstall your dependencies,...

Hi, the 4.0.1 version of angular-instantsearch should in fact address the typing issue you're having. Could you verify the versions of angular-instantsearch and instantsearch.js that are actually installed? With yarn...

Hi @TobiasLauer, implementation of this feature is planned, but we still don't have an estimation regarding availability in the library. Thanks for your patience!

Closing this PR, the code has moved to algolia/doc-code-samples.

Hi, not sure if it can fit your real architecture, but if you can import the unbundled App component in **server.js** it won't cause issues. https://codesandbox.io/s/zen-margulis-eu4vpe?file=/src/server.js:453-500

Not that I know of. [`getServerState()`](https://github.com/algolia/react-instantsearch/blob/master/packages/react-instantsearch-hooks-server/src/getServerState.tsx) relies on rendering your app server-side to allow InstantSearch to initialize and retrieve the initial results. Replicating that would probably require to: - match...

Hi @boreens, and thanks for reaching out. Unfortunately, we don't have plans to support Spartacus for the moment, so we can't dedicate time to make sure it works with Angular...

This fix is integrated and tested in https://github.com/algolia/autocomplete/pull/1226.