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

Function warn

docs/lib/react.js:15431–15434  ·  view source on GitHub ↗
(action, result)

Source from the content-addressed store, hash-verified

15429 }
15430
15431 function warn(action, result) {
15432 var warningCondition = false;
15433 "development" !== 'production' ? warning(warningCondition, 'This synthetic event is reused for performance reasons. If you\'re seeing this, ' + 'you\'re %s `%s` on a released/nullified synthetic event. %s. ' + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0;
15434 }
15435}
15436},{"148":148,"166":166,"167":167,"23":23}],102:[function(_dereq_,module,exports){
15437/**

Callers 2

setFunction · 0.85
getFunction · 0.85

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…