Skip to content

Commit 4bf3ab3

Browse files
author
Yannick Croissant
authored
fix(examples): fix missing polyfill in e-commerce demo (#4076)
1 parent 3dcb892 commit 4bf3ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/e-commerce/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<link rel="stylesheet" href="./src/app.css" />
2626
<link rel="stylesheet" href="./src/app.mobile.css" />
2727
<link rel="stylesheet" href="./src/widgets/PriceSlider.css" />
28+
<script src="https://polyfill.io/v3/polyfill.min.js?features=default,Array.prototype.find,Array.prototype.includes"></script>
2829

2930
<title>E-commerce demo | Algolia</title>
3031
</head>

0 commit comments

Comments
 (0)