Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(virtual-core): avoid invalidating getIndexes memo cache on every …
…call (#918) calculateRange() returns a new object busting the memo cache on every call to getIndexes(). Passing the scalar startIndex and endIndex from calculateRange() fixes this issue.
- Loading branch information