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

Function markWorkInProgressReceivedUpdate

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

Source from the content-addressed store, hash-verified

21268 }
21269
21270 function markWorkInProgressReceivedUpdate() {
21271 didReceiveUpdate = true;
21272 }
21273
21274 function resetSuspendedCurrentOnMountInLegacyMode(current, workInProgress) {
21275 if ((workInProgress.mode & ConcurrentMode) === NoMode) {

Callers 5

prepareToReadContextFunction · 0.70
updateReducerFunction · 0.70
rerenderReducerFunction · 0.70
updateSyncExternalStoreFunction · 0.70
updateDeferredValueImplFunction · 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…