alpine: IE11 - Expected Identifier Error
I’m getting an error
Script1010: Expected Identifier
alpine-ie11.js (5918,9)
which points to the last line in the block
/**
* Copyright (C) 2017 salesforce.com, inc.
*/
const { isArray: isArray$1 } = Array;
I tried adding in the head tag the following based on others receiving this error, but no luck:
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Wondering if anyone else is receiving this error as well?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 4
- Comments: 21 (9 by maintainers)
Ok, this should be fixed.
I will be better about testing future releases in IE11 (probably just purchase a subscription to lambda test and test there manually for now.). At some point, it’d be nice to have automated IE11 tests, but I’d like to hold off on the extra overhead with those kinds of tests.
Sorry about this. Thanks, everyone for chiming in and pitching in.
Sorry for this issue folks. It’s because of a Proxy trap that observable-membrane uses but isn’t supported in the proxy-polyfill.
I will do my best to get IE11 back working as best and fast as I can. There are no ideal solutions at the moment, but I will re-surface with something soon.
I had to rollback to 2.0.2 version, so IE11 is working again. Only glitch I found is that I need to add
class=""
wherex-bind:class
is used, otherwise the class is not updated: