You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 5.9.0 (migrating from 5.8.1), types are broken for algoliasearch.
From my quick investigation, the package references types from @algolia/client-search, however this is not a dependency of algoliasearch and causes TypeScript to return any. Other types that were previously accessible, like SearchResponses are no longer available.
algoliasearch(appId: string,apiKey: string,options?: any): any
Client
All
Version
5.9.0
Relevant log output
No response
stwilz, rick-colosl, sarah-chua, thegnuu, shortcuts and 2 more