Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sciamos opened this issue Jul 28, 2023 · 0 comments

Comments

@sciamos
Copy link

sciamos commented Jul 28, 2023

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';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant