| 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 | |
| 2454 | function getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) { |