MCPcopy Create free account
hub / github.com/microsoft/SandDance / updateHostText

Function updateHostText

docs/external/js/react-dom.development.js:17441–17449  ·  view source on GitHub ↗
(current, workInProgress)

Source from the content-addressed store, hash-verified

17439 }
17440
17441 function updateHostText(current, workInProgress) {
17442 if (current === null) {
17443 tryToClaimNextHydratableInstance(workInProgress);
17444 } // Nothing to do here. This is terminal. We'll do the completion step
17445 // immediately after.
17446
17447
17448 return null;
17449 }
17450
17451 function mountLazyComponent(_current, workInProgress, elementType, updateExpirationTime, renderExpirationTime) {
17452 if (_current !== null) {

Callers 1

beginWorkFunction · 0.85

Calls 1

Tested by

no test coverage detected