diff --git a/Sources/DiffableDataSource.CollectionView-UIKit.swift b/Sources/DiffableDataSource.CollectionView-UIKit.swift index 985905f..04943f0 100644 --- a/Sources/DiffableDataSource.CollectionView-UIKit.swift +++ b/Sources/DiffableDataSource.CollectionView-UIKit.swift @@ -120,7 +120,7 @@ extension DiffableDataSource { let diffableSnapshot = snapshot.diffableSnapshot self.dispatcher.apply( - diffableSnapshot as! Internals.DiffableDataSourceSnapshot, + diffableSnapshot, view: self.collectionView, animatingDifferences: animatingDifferences, performUpdates: { collectionView, changeset, setSections in