Skip to content

Uses deprecated L.Mixins.Events #7

Description

@bollwyvl

It looks like this line is the cause of jupyter-widgets/ipyleaflet#473:

Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.

The simplest thing I've seen for it would be:

includes: L.version[0]==='1' ? L.Evented.prototype : L.Mixin.Events,

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