Javascript – onScroll is not working after React 18 upgrade
The onScroll callback(scrollHandler) is not getting called while scrolling. This issue is happening after we upgraded to react 18 from react 16. Package details "react": "^18.2.0", "react-dom": "^18.2.0", "react-virtualized": "^9.13.0", Code snippet const TableComponent = (props) => { let {…