We don't explicitely destroy components, but expect that the after stackview.pop no references exist, and they then get garbage collected, so the next instance has to be loaded from file again. This doesn't really work, so we probably need to have a mix of explicitely destroying components, and kicking the garbage collector/cleaning the cache.
We don't explicitely destroy components, but expect that the after stackview.pop no references exist, and they then get garbage collected, so the next instance has to be loaded from file again. This doesn't really work, so we probably need to have a mix of explicitely destroying components, and kicking the garbage collector/cleaning the cache.