MCPcopy Create free account
hub / github.com/Lobos/react-ui / processQueue

Function processQueue

docs/lib/react.js:11711–11713  ·  view source on GitHub ↗

* Processes any enqueued updates. * * @private

(inst, updateQueue)

Source from the content-addressed store, hash-verified

11709 * @private
11710 */
11711function processQueue(inst, updateQueue) {
11712 ReactComponentEnvironment.processChildrenUpdates(inst, updateQueue);
11713}
11714
11715/**
11716 * ReactMultiChild are capable of reconciling multiple children.

Callers 1

react.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…