(root, expirationTime)
| 23676 | } |
| 23677 | } |
| 23678 | function onCommitRoot(root, expirationTime) { |
| 23679 | if (typeof onCommitFiberRoot === 'function') { |
| 23680 | onCommitFiberRoot(root, expirationTime); |
| 23681 | } |
| 23682 | } |
| 23683 | function onCommitUnmount(fiber) { |
| 23684 | if (typeof onCommitFiberUnmount === 'function') { |
| 23685 | onCommitFiberUnmount(fiber); |