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 7c1512f commit 2f19f50Copy full SHA for 2f19f50
playgrounds/html/public/index.html
@@ -21,7 +21,7 @@
21
<script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4"></script>
22
<script>
23
// This is due to parcel not accepting globals on html files.
24
- instantMeiliSearch = instantMeiliSearch.instantMeiliSearch
+ instantMeiliSearch = instantMeiliSearch.instantMeiliSearch;
25
const search = instantsearch({
26
indexName: "steam-video-games",
27
searchClient: instantMeiliSearch(
@@ -54,4 +54,3 @@
54
</script>
55
</body>
56
</html>
57
-
0 commit comments