Posted 25 November 2019, 11:45 pm EST
Dear Support,
Today I tried the new wijmo release 5.20193.637 in our angular2 project. All of sudden I came across below errors:
error TS2339: Property 'propertyName' does not exist on type 'GroupDescription'.
...
Argument of type 'Column[]' is not assignable to parameter of type 'Column'.
Property '_hdr' is missing in type 'Column[]'.
...
Property 'isCollapsed' does not exist on type 'Row'.
...
The error regarding ‘Column’ is from ```
flexInline.columns.remove(columns);
However they all look like missing TS definitions. All these properties still exist and they still seem to function. Because I didn't see them mentioned in your release notes: https://www.grapecity.com/blogs/wijmo-release-2019-v3, may I ask if they are expected changes?