Krister Kari
Krister Kari
I have reported this to SVGR before, but I'm not sure if anything was done to fix it: https://github.com/gregberge/svgr/issues/271
I could of course also remove any attributes that start with `xmlns:default` too.
Hmm... I have not seen that error before. Maybe something related to Expo?
Hi @kopax! I currently have no idea of how the Web side works in Expo. I think that I need to sit down and have a look at it. There...
Is it possible for the user of Expo to extend Expo's Webpack config? That way you could add the `@svgr/webpack` dependency and configure it.
Thanks for looking into it @michaelgira23! Let's see if we manage to get some fix for the documentation to Expo or this repo, so that in the future it will...
Thanks @sbalay ! I don't know if `SVGR` or `react-native-svg` have support for the `testID` property or not. To find that out, you could test using just plain `react-native-svg` components...
> Not sure if that's what you meant though Yes, that's what I meant! I think that the problem might be in SVGR then.
Thanks, I'll try it out and see if I can reproduce the error.
@Shaffle1 Would you be able to provide some example app with the problem that I could try out?