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

Function commitPassiveMountEffects

dash/deps/react-dom@18.3.1.js:24913–24916  ·  view source on GitHub ↗
(root, finishedWork, committedLanes, committedTransitions)

Source from the content-addressed store, hash-verified

24911 }
24912
24913 function commitPassiveMountEffects(root, finishedWork, committedLanes, committedTransitions) {
24914 nextEffect = finishedWork;
24915 commitPassiveMountEffects_begin(finishedWork, root, committedLanes, committedTransitions);
24916 }
24917
24918 function commitPassiveMountEffects_begin(subtreeRoot, root, committedLanes, committedTransitions) {
24919 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…