Skip to main content
2
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 +...
Andrew Fletcher
Images For some time, when looking for images online for your app or site I have...