JavaScript Data GridAG Grid Error #260

You are using an older version of AG Grid. To upgrade, please see the migration guide.

Full Error Text

Unable to use AG Grid 'undefined' component: undefined as undefinedModule is not registered. Check if you have registered the module:
import { ModuleRegistry } from 'ag-grid-community'; 
import { undefinedModule } from 'ag-grid-community'; 

ModuleRegistry.registerModules([ undefinedModule ]); 

For more info see: https://www.ag-grid.com/archive/33.0.4/javascript-data-grid/modules/
To show this error text in the dev console, import the ValidationModule.