I'm trying to get sort model from ag-grid-react component using getSortModel() but I'm getting getSortModel is not a function
my code
onSortChanged={useCallback(e => console.log(e.api.getSortModel(), 'im from sort'))}
"@ag-grid-community/react": "27.3.0", "@ag-grid-enterprise/all-modules": "27.3.0",