| 2316 | } |
| 2317 | |
| 2318 | function warn(action, result) { |
| 2319 | var warningCondition = false; |
| 2320 | 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); |
| 2321 | } |
| 2322 | } |
| 2323 | |
| 2324 | function getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) { |