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

Function markRef

dash/deps/react-dom@18.3.1.js:19582–19593  ·  view source on GitHub ↗
(current, workInProgress)

Source from the content-addressed store, hash-verified

19580 }
19581
19582 function markRef(current, workInProgress) {
19583 var ref = workInProgress.ref;
19584
19585 if (current === null && ref !== null || current !== null && current.ref !== ref) {
19586 // Schedule a Ref effect
19587 workInProgress.flags |= Ref;
19588
19589 {
19590 workInProgress.flags |= RefStatic;
19591 }
19592 }
19593 }
19594
19595 function updateFunctionComponent(current, workInProgress, Component, nextProps, renderLanes) {
19596 {

Callers 2

finishClassComponentFunction · 0.70
updateHostComponentFunction · 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…