We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e020408 commit e07a3cdCopy full SHA for e07a3cd
packages/react-reconciler/src/ReactFiberScheduler.js
@@ -1871,7 +1871,7 @@ function performSyncWork() {
1871
function performWork(minExpirationTime: ExpirationTime, dl: Deadline | null) {
1872
deadline = dl;
1873
1874
- // Keep working on roots until there's no more work, or until the we reach
+ // Keep working on roots until there's no more work, or until we reach
1875
// the deadline.
1876
findHighestPriorityRoot();
1877
0 commit comments