We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd3de1 commit a0443e9Copy full SHA for a0443e9
examples/react/virtualized-infinite-scrolling/src/main.tsx
@@ -184,7 +184,7 @@ function App() {
184
({flatData.length} of {totalDBRowCount} rows fetched)
185
<div
186
className="container"
187
- onScroll={e => fetchMoreOnBottomReached(e.target as HTMLDivElement)}
+ onScroll={e => fetchMoreOnBottomReached(e.currentTarget)}
188
ref={tableContainerRef}
189
style={{
190
overflow: 'auto', //our scrollable table container
0 commit comments