Xcode – SwiftUI .actionSheet() doesn't always present
I'm running into an issue that stems from having a button in one action sheet that opens another action sheet attached to a different subview of a ZStack. I'm not sure why, but sometimes the second action sheet appears, and…