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 cd86676 commit df751c6Copy full SHA for df751c6
playgrounds/html/public/index.html
@@ -20,6 +20,8 @@
20
<script src="../../../src/index.js"></script>
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
25
const search = instantsearch({
26
indexName: "steam-video-games",
27
searchClient: instantMeiliSearch(
0 commit comments