algoliasearch-client-javascript
algoliasearch-client-javascript copied to clipboard
function not availible
Hi, I am just trying to implement Algolia Search into my Vite Vue project. Problem: That's what my import looks like:
import algoliasearch, {SearchClient} from "algoliasearch";
It always throws this error, once I run algoliasearch("XYZ", "XYZ")
Uncaught (in promise) TypeError: client.getSecuredApiKeyRemainingValidity is not a function
Can anyone tell me, what my problem is?
Thanks in advance!
Do you have a reproduction of this?