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

Function ReactDefaultBatchingStrategyTransaction

docs/lib/react.js:9234–9236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9232var TRANSACTION_WRAPPERS = [FLUSH_BATCHED_UPDATES, RESET_BATCHED_UPDATES];
9233
9234function ReactDefaultBatchingStrategyTransaction() {
9235 this.reinitializeTransaction();
9236}
9237
9238_assign(ReactDefaultBatchingStrategyTransaction.prototype, Transaction.Mixin, {
9239 getTransactionWrappers: function () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…