Skip to content

Client throwing error due to insufficient arguments check #83

@derwaldgeist

Description

@derwaldgeist

I had a 3rd party library throw an error, which I could traceroute back to the event listener hooks of zone.js in meteorhacks:zones.

This line is failing:
https://github.com/meteorhacks/zones/blob/master/assets/zone.js#L947

The reason is that arguments[1] is null, which is not checked. So I get the error message that property _bound cannot be found in undefined.

Here's a screenshot of the failure situation:

screenshot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions