mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo (#20466)
This commit is contained in:
@@ -1059,7 +1059,7 @@ function completeWork(
|
||||
}
|
||||
|
||||
if (nextDidTimeout && !prevDidTimeout) {
|
||||
// If this subtreee is running in blocking mode we can suspend,
|
||||
// If this subtree is running in blocking mode we can suspend,
|
||||
// otherwise we won't suspend.
|
||||
// TODO: This will still suspend a synchronous tree if anything
|
||||
// in the concurrent tree already suspended during this render.
|
||||
|
||||
@@ -1059,7 +1059,7 @@ function completeWork(
|
||||
}
|
||||
|
||||
if (nextDidTimeout && !prevDidTimeout) {
|
||||
// If this subtreee is running in blocking mode we can suspend,
|
||||
// If this subtree is running in blocking mode we can suspend,
|
||||
// otherwise we won't suspend.
|
||||
// TODO: This will still suspend a synchronous tree if anything
|
||||
// in the concurrent tree already suspended during this render.
|
||||
|
||||
@@ -778,7 +778,7 @@ describe('Profiler', () => {
|
||||
},
|
||||
);
|
||||
|
||||
// Flush sync work with a nested upate
|
||||
// Flush sync work with a nested update
|
||||
ReactNoop.flushSync(() => {
|
||||
ReactNoop.render(
|
||||
<React.Profiler id="root" onRender={onRender}>
|
||||
|
||||
Reference in New Issue
Block a user