MCPcopy Index your code
hub / github.com/caseywebdev/react-list / updateContainerSync

Function updateContainerSync

docs/index.js:38905–38921  ·  view source on GitHub ↗
(
      element,
      container,
      parentComponent,
      callback
    )

Source from the content-addressed store, hash-verified

38903 return parentComponent;
38904 }
38905 function updateContainerSync(
38906 element,
38907 container,
38908 parentComponent,
38909 callback
38910 ) {
38911 0 === container.tag && flushPassiveEffects();
38912 updateContainerImpl(
38913 container.current,
38914 2,
38915 element,
38916 container,
38917 parentComponent,
38918 callback
38919 );
38920 return 2;
38921 }
38922 function updateContainerImpl(
38923 rootFiber,
38924 lane,

Callers 2

scheduleRootFunction · 0.85
index.jsFile · 0.85

Calls 2

flushPassiveEffectsFunction · 0.85
updateContainerImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…