MCPcopy
hub / github.com/tastejs/todomvc / warn

Function warn

examples/typescript-react/js/bundle.js:2448–2451  ·  view source on GitHub ↗
(action, result)

Source from the content-addressed store, hash-verified

2446 }
2447
2448 function warn(action, result) {
2449 var warningCondition = false;
2450 !warningCondition ? warningWithoutStack$1(false, "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;
2451 }
2452}
2453
2454function getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) {

Callers 2

setFunction · 0.85
getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected