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.
2 parents 2f2c46e + f97a5db commit e45913cCopy full SHA for e45913c
src/App.js
@@ -14,7 +14,7 @@ import {
14
Sorting,
15
WithSearch
16
} from "@elastic/react-search-ui";
17
-import { Layout, SingleLinksFacet } from "@elastic/react-search-ui-views";
+import { Layout } from "@elastic/react-search-ui-views";
18
import "@elastic/react-search-ui-views/lib/styles/styles.css";
19
20
import {
@@ -61,12 +61,7 @@ export default function App() {
61
/>
62
)}
63
{getFacetFields().map(field => (
64
- <Facet
65
- key={field}
66
- field={field}
67
- label={field}
68
- view={SingleLinksFacet}
69
- />
+ <Facet key={field} field={field} label={field} />
70
))}
71
</div>
72
}
0 commit comments