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
install @algolia/autocomplete-js @algolia/autocomplete-plugin-query-suggestions @algolia/autocomplete-plugin-recent-searches @algolia/autocomplete-theme-classic algoliasearch (yes, that might be more packages than needed)
Description
I created a sample application following on https://www.algolia.com/doc/ui-libraries/autocomplete/integrations/using-react/
When I type "ama" like "Amazon", I only get "AMD" as result, very confusing. see the following video:
Find the sandbox at https://codesandbox.io/p/sandbox/sy2vq6
Reproduction
Find the sandbox at https://codesandbox.io/p/sandbox/sy2vq6
Steps
import algoliasearch from 'algoliasearch';
had to be changed toimport { algoliasearch } from 'algoliasearch';
)Expected behavior
matching search results ;-)
Environment
The text was updated successfully, but these errors were encountered: