After upgrading ag-grid-react and ag-grid-community from 27.1.0 to 32.3.2, getting following error from the ag-grid-community package.
import { GridReadyEvent, SelectionChangedEvent, CellClickedEvent, GridApi, GetRowIdParams } from 'ag-grid-community';
SelectionChangedEvent not found in 'ag-grid-community'(import/ named) same for others
is there something wrong way of accessing? thanks in advance