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

Function ensureInjected

packages/react-error-overlay/fixtures/bundle_u.mjs:2115–2117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2113var batchingStrategy = null;
2114
2115function ensureInjected() {
2116 !(ReactUpdates.ReactReconcileTransaction && batchingStrategy) ? true ? invariant(false, 'ReactUpdates: must inject a reconcile transaction class and batching strategy') : _prodInvariant('123') : void 0;
2117}
2118
2119var NESTED_UPDATES = {
2120 initialize: function () {

Callers 2

batchedUpdatesFunction · 0.70
enqueueUpdateFunction · 0.70

Calls 1

invariantFunction · 0.70

Tested by

no test coverage detected