Home / Function/ popSuspenseListContext() — react Function Reference

popSuspenseListContext() — react Function Reference

Architecture documentation for the popSuspenseListContext() function in ReactFiberSuspenseContext.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  3be97342_d10e_c947_1b45_9c2bb900f73a["popSuspenseListContext()"]
  be9c7dd4_0030_1768_3ad3_f5acdbd08eef["ReactFiberSuspenseContext.js"]
  3be97342_d10e_c947_1b45_9c2bb900f73a -->|defined in| be9c7dd4_0030_1768_3ad3_f5acdbd08eef
  0b8db832_87fd_e560_8aa8_e2b319c81626["completeWork()"]
  0b8db832_87fd_e560_8aa8_e2b319c81626 -->|calls| 3be97342_d10e_c947_1b45_9c2bb900f73a
  ff527c73_3068_e15f_a742_b0c855fedff9["unwindWork()"]
  ff527c73_3068_e15f_a742_b0c855fedff9 -->|calls| 3be97342_d10e_c947_1b45_9c2bb900f73a
  0858c166_63a6_03b3_cf3f_1f44b4c20708["unwindInterruptedWork()"]
  0858c166_63a6_03b3_cf3f_1f44b4c20708 -->|calls| 3be97342_d10e_c947_1b45_9c2bb900f73a
  style 3be97342_d10e_c947_1b45_9c2bb900f73a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-reconciler/src/ReactFiberSuspenseContext.js lines 226–233

export function popSuspenseListContext(fiber: Fiber): void {
  pop(suspenseStackCursor, fiber);
  pop(suspenseHandlerStackCursor, fiber);
  if (shellBoundary === fiber) {
    // Popping back into the shell.
    shellBoundary = null;
  }
}

Domain

Subdomains

Frequently Asked Questions

What does popSuspenseListContext() do?
popSuspenseListContext() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberSuspenseContext.js.
Where is popSuspenseListContext() defined?
popSuspenseListContext() is defined in packages/react-reconciler/src/ReactFiberSuspenseContext.js at line 226.
What calls popSuspenseListContext()?
popSuspenseListContext() is called by 3 function(s): completeWork, unwindInterruptedWork, unwindWork.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free