When trying to delete the element from my list, I always got error in my model.
get {
_$observationRegistrar.access(self, keyPath: \.id)
return self.getValue(for: \.id) <-- ERROR: Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1a949aefc)
}
Because I am new in development, I don't know how to solve it.
This may be related to the issue in the release notes.
After deleting an item, SwiftUI may attempt to reference the deleted content during the animation causing a crash. (109838173)
Workaround: Explicitly save after a delete.