Skip to content

Commit f646919

Browse files
authored
Merge pull request #21144 from emberjs/nvp/fix-20984
Fix #20984: crash *during* destroy in fastboot
2 parents 939e8bf + 00e7e18 commit f646919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@ember/-internals/glimmer/lib/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class ClassicRootState {
232232

233233
let result = (this.result = iterator.sync());
234234

235-
associateDestroyableChild(owner, result);
235+
associateDestroyableChild(this, result);
236236

237237
this.render = errorLoopTransaction(() => {
238238
if (isDestroying(result) || isDestroyed(result)) return;

0 commit comments

Comments
 (0)