mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
Fix a typo (#13531)
This commit is contained in:
@@ -253,7 +253,7 @@ function findNextExpirationTimeToWorkOn(completedExpirationTime, root) {
|
||||
let nextExpirationTimeToWorkOn =
|
||||
earliestPendingTime !== NoWork ? earliestPendingTime : latestPingedTime;
|
||||
|
||||
// If there is no pending or pinted work, check if there's suspended work
|
||||
// If there is no pending or pinged work, check if there's suspended work
|
||||
// that's lower priority than what we just completed.
|
||||
if (
|
||||
nextExpirationTimeToWorkOn === NoWork &&
|
||||
|
||||
Reference in New Issue
Block a user