We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03896df commit d5688ddCopy full SHA for d5688dd
examples/multiple-datasets-with-headers/categoriesPlugin.tsx
@@ -1,7 +1,7 @@
1
/** @jsxRuntime classic */
2
/** @jsx h */
3
import { AutocompletePlugin, getAlgoliaFacets } from '@algolia/autocomplete-js';
4
-import { SearchClient } from 'algoliasearch/lite';
+import type { SearchClient } from 'algoliasearch-v5';
5
import { h, Fragment } from 'preact';
6
7
type CategoryItem = {
examples/playground/categoriesPlugin.tsx
type CategoryRecord = {
0 commit comments