Here's all you need to know:
https://support.apple.com/en-us/101262
Post
Replies
Boosts
Views
Activity
I was having this issue because i used
@State var date = Date()
i removed it and the issue is no more there.
this solution did not work in my case :
NavigationLink(...){
emptyView()
}