Skip to content

IE11 issue on Update #10

Closed
Closed
@bytewiz

Description

@bytewiz
this.updateElement = function (element, options) {
        // gets the index of the element to update based on id
        var index = elements.findIndex(function (el) {
            return el.id === element.id;
        });

Object doesn't support property or method 'findIndex'

When it runs the updateElement function in IE11 for me I am receiving the error above.
and that breaks the entire site for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions