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

Function commitBeforeMutationEffects

dash/deps/react-dom@18.3.1.js:22989–22998  ·  view source on GitHub ↗
(root, firstChild)

Source from the content-addressed store, hash-verified

22987 var focusedInstanceHandle = null;
22988 var shouldFireAfterActiveInstanceBlur = false;
22989 function commitBeforeMutationEffects(root, firstChild) {
22990 focusedInstanceHandle = prepareForCommit(root.containerInfo);
22991 nextEffect = firstChild;
22992 commitBeforeMutationEffects_begin(); // We no longer need to track the active instance fiber
22993
22994 var shouldFire = shouldFireAfterActiveInstanceBlur;
22995 shouldFireAfterActiveInstanceBlur = false;
22996 focusedInstanceHandle = null;
22997 return shouldFire;
22998 }
22999
23000 function commitBeforeMutationEffects_begin() {
23001 while (nextEffect !== null) {

Callers 1

commitRootImplFunction · 0.70

Calls 2

prepareForCommitFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…