I'm seeing the same, any updates?
I was also able to reproduce by updating the Scrumdinger Tutorial and adding a 4th row to ScrumsView.swift
NavigationLink(destination: AllScrumsView(scrums: scrums)) {
CardView(scrum: DailyScrum(id: UUID(), title: "All Scrums", attendees: [], lengthInMinutes: 0, theme: .lavender))
}
.isDetailLink(false)
And AllScrumsView.swift is similar to ScrumsView.swift
I just created a Feedback bug...
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: