-
When running jest tests on components which are using the default export of `algoliasearch`, algolia appears to try and make requests out to the web to pull down its scripts. This causes a TypeError a…
-
### Description
Using `algoliasearch` with `"skipLibCheck": false` leads to many errors
CodeSandbox: https://codesandbox.io/p/devbox/776xj2?file=%2Ftsconfig.json%3A31%2C27
1. Start a new Type…
-
I started receiving Algolia::AlgoliaProtocolError after upgrading from 1.17.0 to 1.19.1. I have tested with 1.18.0 and it works.
Full stack trace is below.
```
Failure/Error: @listing = Factory…
mmhan updated
7 years ago
-
### What did you expect to happen?
The installation to complete successfully.
### What happened instead?
It gave this error from the plugins install:
`Installation failed: Could not crea…
ghost updated
5 years ago
-
Declaration of Algolia\AlgoliaSearch\Http\Psr7\Uri::withScheme(string $scheme): Psr\Http\Message\UriInterface must be compatible with Psr\Http\Message\UriInterface::withScheme($scheme)
-
### Describe the bug.
When working with documentation locally, the dev server refuses to render a page opened in the browser (except for the home page) after the server has been stopped and then rest…
-
The project is written in plain JavaScript for Node v16 in the ES Modules format (`type: module` in `package.json`).
TypeScript is used as a type checking tool built into the VS Code editor. No tra…
-
### Description
If the search client is initialized when there is no network connectivity. It does not recover when connectivity is restored.
```
const searchClient = algoliasearch('algoliaAppId' ,…
-
I'm having trouble using this package with SvelteKit. Listing `algoliasearch` as `svelte-algolia` dependency and then attempting to import the latter leads to:
```sh
[vite] Error when evaluating S…
-
When I create a HitsSearcher() I would to be ennabled to give interceptors to custumize my interceptors.
```
HitsSearcher(
applicationID: Constants.applicationId,
apiKey: C…