Using event properties after asynchronous calls – SyntheticEvent has been nullified
Handling SyntheticEvent in Asynchronous Code A common React pitfall is trying to use event properties after an asynchronous operation, when the SyntheticEvent has already been nullified by React for performance….