In React event handlers receive a React Event object - these are known as synthetic events. The goal is to fix some browser inconsistencies.
We can access the underlying browser events with event.nativeEvent
.
In React event handlers receive a React Event object - these are known as synthetic events. The goal is to fix some browser inconsistencies.
We can access the underlying browser events with event.nativeEvent
.