Posted 18 November 2019, 11:41 am EST
Hello,
We recently updated our version of wijmo from v5.20183.550 to v5.20192.631 and we’re seeing some errors on our build machine that we can’t explain, listed below in bold with where they’re happening in code.
Property '_data' is private and only accessible within class 'Row'.
let selectedIds = [];
for (let i = 0; i < this.flex.selectedRows.length; i++)
{
[b]selectedIds.push(this.flex.selectedRows[i]._data.id);[/b]
}
Type 'false' is not assignable to type 'AllowSorting'.
[b]this.allowSorting = false;[/b]
The second error is in a class that extends the WjFlexGrid class.
Are these build errors being caused by the update to the newer version of wijmo?
Thanks!