Hi, Thanks for putting the code out there, it's just what I'm looking for.
When I run a minified production build of my code I'm getting an error message in TraceError code:
m.has is not a function TypeError: m.has is not a function
this occurs at:
key: "_defineProperty",
value: function(e, t) {
var a = m.has(this) ? m.get(this) : {};
a[e] = t,
m.set(this, a)
}
Is this a known error? Any work-arounds?
Thanks.
Hi, Thanks for putting the code out there, it's just what I'm looking for.
When I run a minified production build of my code I'm getting an error message in TraceError code:
m.has is not a function TypeError: m.has is not a functionthis occurs at:
Is this a known error? Any work-arounds?
Thanks.