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

Function commitBeforeMutationEffects_begin

dash/deps/react-dom@18.3.1.js:23000–23013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22998 }
22999
23000 function commitBeforeMutationEffects_begin() {
23001 while (nextEffect !== null) {
23002 var fiber = nextEffect; // This phase is only used for beforeActiveInstanceBlur.
23003
23004 var child = fiber.child;
23005
23006 if ((fiber.subtreeFlags & BeforeMutationMask) !== NoFlags && child !== null) {
23007 child.return = fiber;
23008 nextEffect = child;
23009 } else {
23010 commitBeforeMutationEffects_complete();
23011 }
23012 }
23013 }
23014
23015 function commitBeforeMutationEffects_complete() {
23016 while (nextEffect !== null) {

Callers 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…