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

Function commitBeforeMutationEffects_begin

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

Source from the content-addressed store, hash-verified

22959 }
22960
22961 function commitBeforeMutationEffects_begin() {
22962 while (nextEffect !== null) {
22963 var fiber = nextEffect; // This phase is only used for beforeActiveInstanceBlur.
22964
22965 var child = fiber.child;
22966
22967 if ((fiber.subtreeFlags & BeforeMutationMask) !== NoFlags && child !== null) {
22968 child.return = fiber;
22969 nextEffect = child;
22970 } else {
22971 commitBeforeMutationEffects_complete();
22972 }
22973 }
22974 }
22975
22976 function commitBeforeMutationEffects_complete() {
22977 while (nextEffect !== null) {

Callers 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…