* Processes any enqueued updates. * * @private
(inst, updateQueue)
| 11709 | * @private |
| 11710 | */ |
| 11711 | function processQueue(inst, updateQueue) { |
| 11712 | ReactComponentEnvironment.processChildrenUpdates(inst, updateQueue); |
| 11713 | } |
| 11714 | |
| 11715 | /** |
| 11716 | * ReactMultiChild are capable of reconciling multiple children. |
no outgoing calls
no test coverage detected
searching dependent graphs…