DEV Community

Discussion on: Adding Ionic React to an existing React project

Collapse
 
jdnichollsc profile image
J.D Nicholls

Nevermind, it was an issue with miragejs, fixed with this config:
this.pretender.get('data:image/*', this.pretender.passthrough);

Cheers!