MCPcopy
hub / github.com/react/create-react-app / batchedUpdates

Function batchedUpdates

packages/react-error-overlay/fixtures/bundle_u.mjs:2179–2182  ·  view source on GitHub ↗
(callback, a, b, c, d, e)

Source from the content-addressed store, hash-verified

2177PooledClass.addPoolingTo(ReactUpdatesFlushTransaction);
2178
2179function batchedUpdates(callback, a, b, c, d, e) {
2180 ensureInjected();
2181 return batchingStrategy.batchedUpdates(callback, a, b, c, d, e);
2182}
2183
2184/**
2185 * Array comparator for ReactComponents by mount ordering.

Callers

nothing calls this directly

Calls 1

ensureInjectedFunction · 0.70

Tested by

no test coverage detected