(current, workInProgress)
| 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) { |
no test coverage detected