I've been encountering an error while trying to implement canvas-datagrid in my angular project. I've attempted various solutions like deleting node_modules and package.lock.json, but the issue persists.
node_modules/canvas-datagrid/dist/types.d.ts(212,37): error TS2694: Namespace 'canvasDatagrid' does not have an exported member 'formatter'.
node_modules/canvas-datagrid/dist/types.d.ts(213,34): error TS2694: Namespace 'canvasDatagrid' does not have an exported member 'dataTypes'.
... (remaining errors listed)
node_modules/canvas-datagrid/dist/types.d.ts(715,5): error TS2300: Duplicate identifier 'isChildGrid'
Could someone provide guidance on how to proceed with resolving these errors? Your help would be greatly appreciated.
Thanks!