On one of our react website we implemented ag-grid and have row grouping and row dragging functionality enabled.
While trying to drag a row from group 1 to group 50 (far away group) in which auto dragging scrolling occurs then i am getting error generated in Aggrid js file. Below is the stack trace from console -
ag-grid-community.cjs.js:26975 Uncaught TypeError: Cannot read property 'forEach' of undefined
at RowDragFeature.webpackJsonp../node_modules/ag-grid-community/dist/ag-grid-community.cjs.js.RowDragFeature.stopDragging (ag-grid-community.cjs.js:26975)
at RowDragFeature.webpackJsonp../node_modules/ag-grid-community/dist/ag-grid-community.cjs.js.RowDragFeature.onDragStop (ag-grid-community.cjs.js:26966)
at DragAndDropService.webpackJsonp../node_modules/ag-grid-community/dist/ag-grid-community.cjs.js.DragAndDropService.onDragStop (ag-grid-community.cjs.js:17368)
at DragService.webpackJsonp../node_modules/ag-grid-community/dist/ag-grid-community.cjs.js.DragService.onUpCommon (ag-grid-community.cjs.js:31179)
at DragService.webpackJsonp../node_modules/ag-grid-community/dist/ag-grid-community.cjs.js.DragService.onMouseUp (ag-grid-community.cjs.js:31174)
at HTMLDocument.mouseUpEvent (ag-grid-community.cjs.js:31074)
Please suggest on how should i proceed / fix this error.