Skip to content
This repository was archived by the owner on Feb 2, 2020. It is now read-only.
This repository was archived by the owner on Feb 2, 2020. It is now read-only.

MarkerLayout not working when module is minified #20

Description

@gribnoysup

When module is minified, this comparison doesn't work because components name is minified as well

switch (component.type.name) {
    case 'MarkerLayout':
        this._setupMarkerLayout(component);
        break;
    case 'BalloonLayout':
        this._setupBalloonLayout(component);
        break;
    default:
        break;
}

I created a PR with possible solution #21

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