File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ function throwException(
261
261
// subsequent synchronous update to re-render the Suspense.
262
262
//
263
263
// Note: It doesn't matter whether the component that suspended was
264
- // inside a legacy tree. If the Suspense is outside of it, we
264
+ // inside a concurrent mode tree. If the Suspense is outside of it, we
265
265
// should *not* suspend the commit.
266
266
//
267
267
// If the suspense boundary suspended itself suspended, we don't have to
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ function throwException(
261
261
// subsequent synchronous update to re-render the Suspense.
262
262
//
263
263
// Note: It doesn't matter whether the component that suspended was
264
- // inside a legacy tree. If the Suspense is outside of it, we
264
+ // inside a concurrent mode tree. If the Suspense is outside of it, we
265
265
// should *not* suspend the commit.
266
266
//
267
267
// If the suspense boundary suspended itself suspended, we don't have to
You can’t perform that action at this time.
0 commit comments