You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with Glimmer internals, so I'm not sure if this is an issue or if it works as intended, but here's a pretty simple Ember app that inserts 100 divs on click, then clears them out. If I enable destroy tracking, then assert it's all destroyed later, that seems like it doesn't quite happen.
In our actual app, this seems to retain a ton of these destroyables that should (?) be destroyed at this point but aren't for some reason.
I'm not familiar with Glimmer internals, so I'm not sure if this is an issue or if it works as intended, but here's a pretty simple Ember app that inserts 100 divs on click, then clears them out. If I enable destroy tracking, then assert it's all destroyed later, that seems like it doesn't quite happen.
In our actual app, this seems to retain a ton of these destroyables that should (?) be destroyed at this point but aren't for some reason.
Screen.Recording.2023-10-09.at.14.20.24.mov
Code:
The text was updated successfully, but these errors were encountered: