There is another similar bug. When you are in the parent view and active a navigationView with the .isDetailLink(false) call, after you return from it, when you try to active another navigationLink with or without .isDetailLink(false) call, It wont be presented. And you will get the error message "Unable to present. Please file a bug." in the console.
Any help?
Post
Replies
Boosts
Views
Activity
Solution linked by The Cincinnati Kid did not work in my case (iOS 14.6, Xcode 12.5). I'm using navigationLinks with
.isDetailLink(false)
(in order to fix a problem of navigationTitle overlapping) and it only pushes the link for the first time... then is unable to present again.
Any help?