(current)
| 11137 | } |
| 11138 | |
| 11139 | function commitDeletion(current) { |
| 11140 | // Recursively delete all host nodes from the parent. |
| 11141 | // Detach refs and call componentWillUnmount() on the whole subtree. |
| 11142 | unmountHostComponents(current); |
| 11143 | detachFiber(current); |
| 11144 | } |
| 11145 | |
| 11146 | function commitWork(current, finishedWork) { |
| 11147 | switch (finishedWork.tag) { |
no test coverage detected