Skip to content

Not compatible with lodash 4.17 #92

@trystian1

Description

@trystian1

Geppetto cannot be used with lodash 4.17.
Since lodash dropped support for binding this to their functions

         _.each(wiring.values, function(value, key) {
                this.wireValue(key, value);
            }, this)

should be

_.each(wiring.values, (value, key) => {
          this.wireValue(key, value);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions