MCPcopy Index your code
hub / github.com/react/react / renderDidSuspend

Function renderDidSuspend

packages/react-reconciler/src/ReactFiberWorkLoop.js:2455–2459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2453}
2454
2455export function renderDidSuspend(): void {
2456 if (workInProgressRootExitStatus === RootInProgress) {
2457 workInProgressRootExitStatus = RootSuspended;
2458 }
2459}
2460
2461export function renderDidSuspendDelayIfPossible(): void {
2462 workInProgressRootExitStatus = RootSuspendedWithDelay;

Callers 1

throwExceptionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected