Hello,
I recently experienced a crash in an animated datasource due to a duplicateItem error.
The error is given by the by line 218 in Diff.swift, when it check
initialItemData[itemPath.sectionIndex][itemPath.itemIndex].moveIndex != nil
I checked the newSections model but there aren't duplicated items, could you explain when this type of error is given?
Thank You