You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version specified for the escape-string-regexp dependency contains an arrow function which is causing a syntax error in IE11 (sindresorhus/escape-string-regexp#18) escape-string-regexp^1.0.5 didn't have this problem so if you're not using the functionality in the newer versions downgrading it would be nice.
The text was updated successfully, but these errors were encountered:
@mattfrey-gr: thanks for the report. As noted in the linked issue, shouldn't this be handled by whatever tools the developer is using to transpile their code for the web (eg: webpack/babel)?
The version specified for the
escape-string-regexp
dependency contains an arrow function which is causing a syntax error in IE11 (sindresorhus/escape-string-regexp#18)escape-string-regexp^1.0.5
didn't have this problem so if you're not using the functionality in the newer versions downgrading it would be nice.The text was updated successfully, but these errors were encountered: