Skip to content

m.has is not a function #5

@dph01

Description

@dph01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions