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

Function commitLayoutEffects

dash/deps/react-dom@18.2.0.js:24618–24625  ·  view source on GitHub ↗
(finishedWork, root, committedLanes)

Source from the content-addressed store, hash-verified

24616 }
24617
24618 function commitLayoutEffects(finishedWork, root, committedLanes) {
24619 inProgressLanes = committedLanes;
24620 inProgressRoot = root;
24621 nextEffect = finishedWork;
24622 commitLayoutEffects_begin(finishedWork, root, committedLanes);
24623 inProgressLanes = null;
24624 inProgressRoot = null;
24625 }
24626
24627 function commitLayoutEffects_begin(subtreeRoot, root, committedLanes) {
24628 // Suspense layout effects semantics don't change for legacy roots.

Callers 1

commitRootImplFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…