Closed DanKim0213 closed 1 year ago
Your event handlers will receive a React event object. It is also sometimes known as a “synthetic event”. It conforms to the same standard as the underlying DOM events, but fixes some browser inconsistencies.
React Synthetic Event
Your event handlers will receive a React event object. It is also sometimes known as a “synthetic event”. It conforms to the same standard as the underlying DOM events, but fixes some browser inconsistencies.