I have parent-child relationship in Core Data, and I'm using SwiftUI to display the results. When editing a child attribute, after saving to Core Data, the SwiftUI List does not update with the information. When adding a child object, it works, but not when editing the child object.
The issue is explained and demonstrated in this repository: https://github.com/jsagorin/ios-swiftui-core-data-parent-child