(finishedRoot, current, renderPriorityLevel)
| 24189 | } |
| 24190 | |
| 24191 | function commitDeletion(finishedRoot, current, renderPriorityLevel) { |
| 24192 | { |
| 24193 | // Recursively delete all host nodes from the parent. |
| 24194 | // Detach refs and call componentWillUnmount() on the whole subtree. |
| 24195 | unmountHostComponents(finishedRoot, current, renderPriorityLevel); |
| 24196 | } |
| 24197 | |
| 24198 | detachFiber(current); |
| 24199 | } |
| 24200 | |
| 24201 | function commitWork(current, finishedWork) { |
| 24202 |
no test coverage detected