MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getRootHostContainer

Function getRootHostContainer

code/styling/public/app.js:11904–11907  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11902 }
11903
11904 function getRootHostContainer() {
11905 var rootInstance = requiredContext(rootInstanceStackCursor.current);
11906 return rootInstance;
11907 }
11908
11909 function pushHostContainer(fiber, nextRootInstance) {
11910 // Push current root instance onto the stack;

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected