You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Item <HD_Rx.TrackItemPresentable: 0x6000034ab980> has already been indexed at (0, 33)
Fatal error: Duplicate item <HD_Rx.TrackItemPresentable: 0x6000034ab980>: file
..../Pods/RxDataSources/Sources/RxDataSources/DataSources.swift, line 32
Where TrackItemPresentable is part of TrackSection = AnimatableSectionModel<String, TrackItemPresentable>
Log shows first:
Where TrackItemPresentable is part of
TrackSection = AnimatableSectionModel<String, TrackItemPresentable>
Binding is done standard way:
where var sectionedItems: Observable<[TrackSection]>
And app crashes on the next update of sectionedItems.
The text was updated successfully, but these errors were encountered: