Skip to content

Not Working on IE11 #6

@ashvaniverma18

Description

@ashvaniverma18

css is not removed on IE11 .

Object doesn't support property or method 'remove'
TypeError: Object doesn't support property or method 'remove'

fix is to use - definition.element.parentNode.removeChild(definition.element); instead of definition.element.remove() since remove method is not supported by IE11, can you please do make changes to your library so that we can use fixed version

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