Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a replay issue where the 500ms timeout was being hit
- 3.7K nodes being inserted, with ~200 <tr>s as the root nodes making up the `resolveTrees` - each table row was dependent on the next, resulting in cascading failures; 19K repopulation of queue due to `nextNotInDOM`, and an additional cascading 350K repopulation of queue due to missing parent nodes
- Loading branch information