(current)
| 11807 | } |
| 11808 | |
| 11809 | function commitDeletion(current) { |
| 11810 | // Recursively delete all host nodes from the parent. |
| 11811 | // Detach refs and call componentWillUnmount() on the whole subtree. |
| 11812 | unmountHostComponents(current); |
| 11813 | detachFiber(current); |
| 11814 | } |
| 11815 | |
| 11816 | function commitWork(current, finishedWork) { |
| 11817 | switch (finishedWork.tag) { |
no test coverage detected