load-google-maps-api icon indicating copy to clipboard operation
load-google-maps-api copied to clipboard

Expected ')' error in Internet Explorer

Open ivi-admin opened this issue 5 years ago • 3 comments

I'm getting the error on this line in IE:

module.exports = function (options = {}) {

My guess it's cause default parameters are not allowed in IE.

ivi-admin avatar Aug 20 '19 15:08 ivi-admin

I'm seeing the same issue since updating to version 2. Right now I'll have to downgrade back to version 1.3 until this is fixed

szh avatar Aug 21 '19 19:08 szh

Seeing the same issue, downgrading back to 1.3.3 solved for now.

brian-gonzalez avatar Oct 17 '19 18:10 brian-gonzalez

The package is not transpiled to ES5, you can add exception to your webpack/babel config. I have used are-you-es5 package to get the babel-loader regex.

e-marfoeldi-carnect avatar Mar 05 '20 09:03 e-marfoeldi-carnect