Skip to content

ember-table-loading-more throws TypeError when calling this.element while being destroyed #993

@sciamos

Description

@sciamos
44.261Z » TypeError: Cannot read properties of null (reading 'style')
    at Class.setIncludedInLayout (https://localhost/assets/vendor.js:183484:20)

// while caught in the debugger we get...
15:35:24.232 this.element
15:35:24.250 null
15:35:25.496 this.isDestroyed
15:35:25.520 true
15:35:34.480 this.isDestroying
15:35:34.499 true

this.element.style.display = value ? '' : 'none';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions