Skip to main content
1
results
Andrew Fletcher
 ERROR Error: Uncaught (in promise): TypeError: undefined is not an object (evaluating 'ce.imageURL')   Tools Platform / package Version Xcode 13.2.1 Typescript / Angular 6 Cordova   Capacitor     The code where the error was being generated if (!this.imageCollection) { return baseUrl + req; } let image = this.imageCollection.find(obj => obj.fishID === fishId); if (image.imageURL) { return image.imageURL; } else { return baseUrl +...