nostr:npub1sy8vt0hed8vr58ueqjlvmpzylv9he2fvv04luf4z5vyzsuut5zvqfpw2zc One use case that seems to be a grey area is wrapping a single instance of a view controller (owned externally) in a representable. This doesn’t seem to be recommended, but in rare cases it can be necessary — and it does seem to work if the view is only in a single part of the tree. I’m curious how the underlying lifecycle of representables work, to better understand how this could break. Looking forward to your writeup!