Hi,
I was doing an angular upgrade to v16 , so i simultaneously started doing the handsontable upgrade to
I was upgrading from 12.3.1 to 13.1.0
but I am getting an compilation error as
Error: node_modules/@handsontable/angular/lib/hot-table.component.d.ts:79:39 - error TS2339: Property ‘locale’ does not exist
on type ‘GridSettings’.
locale: Handsontable.GridSettings['locale'];
Can you trouble shoot and suggest a solution for this ?