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
CKComponentDataSource and CKCollectionViewDataSource have been replaced with CKTransactionalComponentDataSource and CKCollectionViewTransactionalDataSource, respectively. The collection views ComponentKit documentation needs to be updated, including any diagrams, to reflect this change.
Most important is providing an up-to-date example of how to use component with UITableView based on the new CKTransactionalComponentDataSource API.
The text was updated successfully, but these errors were encountered:
CKComponentDataSource
andCKCollectionViewDataSource
have been replaced withCKTransactionalComponentDataSource
andCKCollectionViewTransactionalDataSource
, respectively. The collection views ComponentKit documentation needs to be updated, including any diagrams, to reflect this change.Most important is providing an up-to-date example of how to use component with
UITableView
based on the newCKTransactionalComponentDataSource
API.The text was updated successfully, but these errors were encountered: