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

Function checkHasForceUpdateAfterProcessing

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

Source from the content-addressed store, hash-verified

15050 hasForceUpdate = false;
15051 }
15052 function checkHasForceUpdateAfterProcessing() {
15053 return hasForceUpdate;
15054 }
15055 function commitUpdateQueue(finishedWork, finishedQueue, instance) {
15056 // Commit the effects
15057 var effects = finishedQueue.effects;

Callers 2

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…