This commit is contained in:
inokawa
2021-02-10 23:35:41 -05:00
committed by GitHub
parent 4c5275fec7
commit 78ec97d34a
3 changed files with 3 additions and 3 deletions
@@ -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}>