DEV Community

Discussion on: Adding Ionic React to an existing React project

Collapse
 
jdnichollsc profile image
J.D Nicholls

Any example using ionic icons? I'm getting errors like this: "Mirage: Your app tried to GET 'data:image/svg+xml;utf8,<svg xmlns='http:..."

Thanks in advance!

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!