I need help understanding an error I encountered:
EXCEPTION: Error: Uncaught (in promise): EXCEPTION: Error in build/pages/search/search.html:17:14
ORIGINAL EXCEPTION: Cannot find a differ supporting object 'function () {
return [
{
"wrapperType": "track",
"kind": "song",
"artistId": 5869117,
"collectionId": 459904774,
...
at ViewRef_.detectChanges (http://localhost:8100/build/js/app.bundle.js:30401:65) ERROR CONTEXT [object Object]
Here is the code I am working with:
I suspect the issue may be related to the type declaration of itemResults as any, even though I have specified it as any. This is an ionic 2 application with typescript, so any guidance to resolve this error would be greatly appreciated.