I am using a trial enterprise version of ag-Grid v 8.0.0 in react. I have installed ag-grid-react v8.0.0 and have set the license. If I try to create an Ag grid react using
<AgGridReact
rowData= {this.props.events}
enableSorting="true"
enableFilter="true"
rowHeight="22"
columnDefs = {{headerName : "Report Status" , field:"Report Status"}}
/>
it gives me the error
uncaught TypeError: AgGrid.Grid.setFrameworkBeans is not a function
I am not able to debug the actual cause