Skip to content

In some cases onDetach is called before the element is removed #132

@maier49

Description

@maier49

As can be seen in https://github.com/dojo/interop/pull/42/commits by removing the timeout in the DgridInnerWrapper's onDetach, onDetach is sometimes called before the element is removed. Since the vdom doesn't check whether an element's parent exists before trying to remove it, this breaks in the case that onDetach removes the node itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions