MCPcopy Index your code
hub / github.com/plotly/dash / commitPassiveUnmountEffects

Function commitPassiveUnmountEffects

dash/deps/react-dom@18.2.0.js:24949–24952  ·  view source on GitHub ↗
(firstChild)

Source from the content-addressed store, hash-verified

24947 }
24948
24949 function commitPassiveUnmountEffects(firstChild) {
24950 nextEffect = firstChild;
24951 commitPassiveUnmountEffects_begin();
24952 }
24953
24954 function commitPassiveUnmountEffects_begin() {
24955 while (nextEffect !== null) {

Callers 1

flushPassiveEffectsImplFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…