aurelia-table icon indicating copy to clipboard operation
aurelia-table copied to clipboard

Type 'Response' is not assignable to type 'any[]'.

Open BretMishler opened this issue 7 years ago • 1 comments

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.

BretMishler avatar Oct 19 '17 19:10 BretMishler

It seems you are using Typescript whereas the documentation is not

tochoromero avatar Feb 28 '18 10:02 tochoromero