Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if there's a partial tree before restarting
If a partial render expires, we should stay in the concurrent path (performConcurrentWorkOnRoot); we'll stop yielding, but the rest of the behavior remains the same. We will only revert to the sync path (performSyncWorkOnRoot) when starting on a new level. This approach prevents partially completed concurrent work from being discarded.
- Loading branch information