Ben

Results 4 comments of Ben

I'm also having this issue, I've confirmed my config works using the svgr [playground](https://react-svgr.com/playground/?native=true&replaceAttrValues=red%3D%7Bprops.color%7D%0A&svgoConfig=%7B%0A%20%20%22plugins%22%3A%20%5B%0A%22preset-default%22%2C%20%22convertStyleToAttrs%22%5D%0A%7D&typescript=true) and this svg ```svg ```

thank you for confirming, are there any workarounds i could try using custom attributes or something similar? If not whats the recommended way of dealing with events with the same...

yeah. basically we're using addAction all over our app to log custom actions, and I'm trying to get a consistent way of finding the exact call site in the source...

Hi, if there are multiple events in the same view with the same name it could still be ambiguous where the event came from.