| 3134 | } |
| 3135 | |
| 3136 | function warn(action, result) { |
| 3137 | var warningCondition = false; |
| 3138 | 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); |
| 3139 | } |
| 3140 | } |
| 3141 | |
| 3142 | function getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) { |