Using in client IE
denisManch opened this issue · 3 comments
denisManch commented
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() {}"
pbassut commented
Right. IE doesn't support arrow functions.
Any reason why you're not using https://github.com/segmentio/analytics.js ?
pbassut commented
What version of IE is it?
nd4p90x commented
Closed due to inactivity, feel free to re-open if necessary. Thank you