(current)
| 11040 | } |
| 11041 | |
| 11042 | function commitDeletion(current) { |
| 11043 | // Recursively delete all host nodes from the parent. |
| 11044 | // Detach refs and call componentWillUnmount() on the whole subtree. |
| 11045 | unmountHostComponents(current); |
| 11046 | detachFiber(current); |
| 11047 | } |
| 11048 | |
| 11049 | function commitWork(current, finishedWork) { |
| 11050 | switch (finishedWork.tag) { |
no test coverage detected