tochoromero / aurelia-table

Simple functional data table for Aurelia
https://tochoromero.github.com/aurelia-table
MIT License
67 stars 25 forks source link

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

Open BretMishler opened 6 years ago

BretMishler commented 6 years ago

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.

tochoromero commented 6 years ago

It seems you are using Typescript whereas the documentation is not