Array.prototype.includes is not in the default set of polyfills.
You can add it to your request as follows:
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Array.prototype.includes"></script>
@JakeChampion Thank you! That did it.
Most helpful comment
Array.prototype.includes is not in the default set of polyfills.
You can add it to your request as follows:
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Array.prototype.includes"></script>