diff --git a/Sources/ListMonitor.swift b/Sources/ListMonitor.swift index 86ce96e..1750802 100644 --- a/Sources/ListMonitor.swift +++ b/Sources/ListMonitor.swift @@ -144,7 +144,7 @@ public final class ListMonitor: Hashable { return nil } - return ObjectType.cs_fromRaw(object: section.objects![itemIndex] as! NSManagedObject) + return self[IndexPath(indexes: [sectionIndex, itemIndex])] } /**