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

Function enqueueUpdate

docs/lib/react.js:13443–13445  ·  view source on GitHub ↗
(internalInstance)

Source from the content-addressed store, hash-verified

13441var warning = _dereq_(166);
13442
13443function enqueueUpdate(internalInstance) {
13444 ReactUpdates.enqueueUpdate(internalInstance);
13445}
13446
13447function formatUnexpectedArgument(arg) {
13448 var type = typeof arg;

Callers 1

react.jsFile · 0.85

Calls 1

ensureInjectedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…