I have a BIG problem with SwiftUI evaluating my sheet again after the user dismissed it:
Even though the sheet is not shown again, the sheet's .task is run again, trying to download data again.
The .task must not be run a second time after dismissing the sheet. That clearly is a major bug!
Post
Replies
Boosts
Views
Activity
OK, that sounds reasonable. I will remove JSON and try just to share my ShareInput struct once the other problems are solved.
Thanks, Marc