I encountered this too when I moved from Xcode 11.x to Xcode 12.
I found that adding a .isDetailLink(false)
modifier to the NavigationLink that links to your destination view resolved the issue for me.
Post
Replies
Boosts
Views
Activity
@workingdogintokyo If I had to guess LB00000 is talking about Timer/.onReceive's inconsistency in this build. In my apps I'm seeing it work probably only 2 out of 3 times a view loads, with views that worked without issue on iOS 13 and previous iOS 14 builds.
I've noticed this too, and filed feedbacks about it on June 28th (FB7813679), also noting that the checkmarks used to display toggle state in SwiftUI macOS menu items is different than the AppKit/system default.
Is there any way to add (or change) the state of the menu buttons to show a checkmark next to a menu item? (Basically the equivalent to NSMenuItem's state property in AppKit.)