File tree Expand file tree Collapse file tree
packages/react-reconciler/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ import {
3939 ForceUpdate ,
4040 enqueueUpdate ,
4141} from './ReactUpdateQueue.new' ;
42- import { getStackByFiberInDevAndProd } from './ReactFiberComponentStack' ;
4342import { markFailedErrorBoundaryForHotReloading } from './ReactFiberHotReloading.new' ;
4443import {
4544 suspenseStackCursor ,
@@ -333,8 +332,7 @@ function throwException(
333332 ' suspended while rendering, but no fallback UI was specified.\n' +
334333 '\n' +
335334 'Add a <Suspense fallback=...> component higher in the tree to ' +
336- 'provide a loading indicator or placeholder to display.' +
337- getStackByFiberInDevAndProd ( sourceFiber ) ,
335+ 'provide a loading indicator or placeholder to display.' ,
338336 ) ;
339337 }
340338
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ import {
4040 ForceUpdate ,
4141 enqueueUpdate ,
4242} from './ReactUpdateQueue.old' ;
43- import { getStackByFiberInDevAndProd } from './ReactFiberComponentStack' ;
4443import { markFailedErrorBoundaryForHotReloading } from './ReactFiberHotReloading.old' ;
4544import {
4645 suspenseStackCursor ,
@@ -344,8 +343,7 @@ function throwException(
344343 ' suspended while rendering, but no fallback UI was specified.\n' +
345344 '\n' +
346345 'Add a <Suspense fallback=...> component higher in the tree to ' +
347- 'provide a loading indicator or placeholder to display.' +
348- getStackByFiberInDevAndProd ( sourceFiber ) ,
346+ 'provide a loading indicator or placeholder to display.' ,
349347 ) ;
350348 }
351349
You can’t perform that action at this time.
0 commit comments