| 3118 | } |
| 3119 | |
| 3120 | function warn(action, result) { |
| 3121 | var warningCondition = false; |
| 3122 | 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); |
| 3123 | } |
| 3124 | } |
| 3125 | |
| 3126 | function getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) { |