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

Function getPendingTransitions

packages/react-reconciler/src/ReactFiberTransition.js:311–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309}
310
311export function getPendingTransitions(): Array<Transition> | null {
312 if (!enableTransitionTracing) {
313 return null;
314 }
315
316 return transitionStack.current;
317}
318
319export function getSuspendedCache(): SpawnedCachePool | null {
320 // This function is called when a Suspense boundary suspends. It returns the

Callers 2

updateSuspenseComponentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected