mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
Fix onScroll → onWheel typo in common-props (#6364)
This commit is contained in:
@@ -694,7 +694,7 @@ An event handler type for the `onWheel` event.
|
||||
|
||||
```js
|
||||
<div
|
||||
onScroll={e => console.log('onScroll')}
|
||||
onWheel={e => console.log('onWheel')}
|
||||
/>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user