@cengkarim were you able to fix it?
Post
Replies
Boosts
Views
Activity
Facing exact same issue. Calling insert immediately after changing a property will work but it will crash If I am not inserting
This works
entry.note = Note(text: note)
modelContext.insert(entry)
But this will crash
entry.note = Note(text: note)