Hello everyone,
We recently discovered an issue where attachments in the PopupView do not render correctly when the content is rendered outside of the visible area (see attached video).
Some time ago we encountered a similar problem in our own implementation, which was related to our use of the default SwiftUI List. In our case, we were returning different types of views within the list, but SwiftUI List expects to receive the same view type throughout. Mixing different view types can lead to rendering bugs.
It's possible that a similar issue is affecting the PopupView. If different view types are being returned or mixed within the popup, that could explain the rendering problem with attachments as well.