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 939e8bf + 00e7e18 commit f646919Copy full SHA for f646919
1 file changed
packages/@ember/-internals/glimmer/lib/renderer.ts
@@ -232,7 +232,7 @@ class ClassicRootState {
232
233
let result = (this.result = iterator.sync());
234
235
- associateDestroyableChild(owner, result);
+ associateDestroyableChild(this, result);
236
237
this.render = errorLoopTransaction(() => {
238
if (isDestroying(result) || isDestroyed(result)) return;
0 commit comments