segmentio/analytics-node

Using in client IE

denisManch opened this issue · 3 comments

I use this module in client and I have issue of rendering in IE
The reason is to change from "const noop = () => {}" to "const noop = function() {}"

Right. IE doesn't support arrow functions.
Any reason why you're not using https://github.com/segmentio/analytics.js ?

What version of IE is it?

Closed due to inactivity, feel free to re-open if necessary. Thank you