We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dce72b + 817f6f5 commit 857638dCopy full SHA for 857638d
ember-infinity/src/components/infinity-loader.js
@@ -177,7 +177,7 @@ export default class InfinityLoaderComponent extends Component {
177
this._cancelTimers();
178
179
this.infinityModelContent.then((infinityModel) => {
180
- if (!this.isDestroyed) {
+ if (!this.isDestroyed && !this.isDestroying) {
181
infinityModel.off(
182
'infinityModelLoaded',
183
this,
0 commit comments