Hans Wellenschritt

Results 2 issues of Hans Wellenschritt

We want to migrate to v4 from v5, but migrating even this snippet is problematic: ```typescript const object = await algoliasearch(algoliaApplicationId, algoliaApiKey) .initIndex(productsAlgoliaIndex) .getObjects(productIds) ``` I see in source code...

in progress
docs
v5

Hello, your bundled package is esm and there is no umd artifacts. This does not work by default with nextjs or jest. This leads to some hacks like necessity to...