aurelia-table
aurelia-table copied to clipboard
Type 'Response' is not assignable to type 'any[]'.
There needs to be an explicit type conversion for this to work. At least for me, when I attempt to use the original code of:
.then(users => this.users = users);
I get several errors and the page won't load.
It seems you are using Typescript whereas the documentation is not