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

Function commitLayoutEffects

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

Source from the content-addressed store, hash-verified

24655 }
24656
24657 function commitLayoutEffects(finishedWork, root, committedLanes) {
24658 inProgressLanes = committedLanes;
24659 inProgressRoot = root;
24660 nextEffect = finishedWork;
24661 commitLayoutEffects_begin(finishedWork, root, committedLanes);
24662 inProgressLanes = null;
24663 inProgressRoot = null;
24664 }
24665
24666 function commitLayoutEffects_begin(subtreeRoot, root, committedLanes) {
24667 // 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…