(root, finishedWork, committedLanes)
| 30561 | }); |
| 30562 | } |
| 30563 | function commitMutationEffects(root, finishedWork, committedLanes) { |
| 30564 | inProgressLanes = committedLanes; |
| 30565 | inProgressRoot = root; |
| 30566 | commitMutationEffectsOnFiber(finishedWork, root); |
| 30567 | inProgressRoot = inProgressLanes = null; |
| 30568 | } |
| 30569 | function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) { |
| 30570 | var deletions = parentFiber.deletions; |
| 30571 | if (null !== deletions) |
no test coverage detected
searching dependent graphs…