Closed krasnoperov closed 7 years ago
https://facebook.github.io/react/docs/events.html#event-pooling
The SyntheticEvent is pooled. This means that the SyntheticEvent object will be reused and all properties will be nullified after the event callback has been invoked.
+1
Closing in favour of #87
https://facebook.github.io/react/docs/events.html#event-pooling