MCPcopy Create free account
hub / github.com/plotly/dash / popProvider

Function popProvider

dash/deps/react-dom@18.3.1.js:14175–14184  ·  view source on GitHub ↗
(context, providerFiber)

Source from the content-addressed store, hash-verified

14173 }
14174 }
14175 function popProvider(context, providerFiber) {
14176 var currentValue = valueCursor.current;
14177 pop(valueCursor, providerFiber);
14178
14179 {
14180 {
14181 context._currentValue = currentValue;
14182 }
14183 }
14184 }
14185 function scheduleContextWorkOnParentPath(parent, renderLanes, propagationRoot) {
14186 // Update the child lanes of all the ancestors, including the alternates.
14187 var node = parent;

Callers 3

completeWorkFunction · 0.70
unwindWorkFunction · 0.70
unwindInterruptedWorkFunction · 0.70

Calls 1

popFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…