We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
I think this can also occur if your initialSections contains 2 items or sections with the same key. Would that have been the case?
initialSections
Sorry, something went wrong.
Thanks for the reply, I will check if this is the case, meanwhile, don't you think we should better explain the situation that arises?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: