algoliasearch-client-javascript icon indicating copy to clipboard operation
algoliasearch-client-javascript copied to clipboard

⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.

Results 75 algoliasearch-client-javascript issues
Sort by recently updated
recently updated
newest added

### Description We got reports of memory leaks from users of React InstantSearch with Next.js. It's easy to reproduce, with an `index.mjs` file : ```js import process from 'process'; import...

bug

## Description The wildcard exports patterns in `package.json` cause Metro bundler (used by Expo/React Native) to produce warnings about non-existent files. ## Warning Message ``` WARN The package /Users/.../node_modules/algoliasearch contains...

bug

### Description `getObject` has no generic type but `getObjects` does. In v4 there was a generic type for getObject. I found a PR to add it here: https://github.com/algolia/algoliasearch-client-javascript/pull/1546 but it...

bug

If I understand correctly, we should be able to provide a `queryID` to `ViewedObjectIDs`? At least, that's how I understand the flow: user searches, I fire a “ViewedObjectIDs” event with...

### Description When compiling we get the following error: ``` node_modules/@algolia/client-common/dist/common.d.ts:43:20 - error TS2304: Cannot find name 'Storage'. 43 localStorage?: Storage | undefined; ~~~~~~~ ``` Steps to reproduce: - Run...

bug