segmentio / analytics-node

The hassle-free way to integrate analytics into any node application.

Home Page:https://segment.com/libraries/node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using in client IE

denisManch opened this issue · 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