@Claide31 Crash does not occur if I comment out any these two blocks
// 1
.background((cItem.hasPaymentTimeline || cItem.isOwner || cUserType == .customer) ? K.Colors.c3775CE : K.Colors.c678B8D)
// 2
BadgeView(size: 6)
.offset(x: -13, y: -46)
Actually if you try to use this code in a separate view there is not any issue, And that's why I can not identify the exact root cause of this crash.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: