MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / warn

Function warn

code/redux/public/app.js:3336–3339  ·  view source on GitHub ↗
(action, result)

Source from the content-addressed store, hash-verified

3334 }
3335
3336 function warn(action, result) {
3337 var warningCondition = false;
3338 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);
3339 }
3340}
3341
3342function getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) {

Callers 2

setFunction · 0.70
getFunction · 0.70

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected