SwiftUI ImageRenderer: How to render async image correctly?

Hi community! I'm currently trying to convert a swiftUI view to an image. However, I can't find a way to properly render the async image within the swiftUI view. Could anyone point me to the right direction? Thanks!

It turns out you have to first download the image to a UIImage or other supported types, and pass the view to the ImageRenderer

SwiftUI ImageRenderer: How to render async image correctly?
 
 
Q