I’ve been working with SwiftUI ShareLink for a bit and I’ve noticed there are some contexts in which it doesn’t seem to work but it’s not clear as to why. More specifically, I’ve noticed that a share sheet doesn’t pop up when the ShareLink
is tapped inside of a ForEach loop but when moved outside of the loop, it works fine and pops as expected.
Has anyone run into this or have any recommendations on how to get around this?