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
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
The project is pretty basic - just an ASTableView that shows some randomly generated names, and a search bar to filter the results. Using UIKit, everything works as expected, but using AsyncDisplayKit, a crash occurs when trying to delete sections/rows (using tableView.beginUpdates() + update calls) or reload the data (using tableView.reloadData()) after the data source has been filtered. It appears to be calling - tableView:titleForHeaderInSection: with a section that is out of range for the filtered data.