Tane Morgan

Results 9 comments of Tane Morgan

Hey @kettanaito 👋 I'm migrating tests for a legacy app. We see this scenario reported in our monitoring tools and want it handled in a specific way. It's for these...

> What do you think about this roadmap? Would you have the time/interest to make it happen together? Sounds good, would love to help out 👍 Did you want the...

> I think your changes are great and we can ship them straight away. I've opened #281 to follow up whenever you're interested. Thanks for the help! No worries and...

Hi @vizo, which element are you looking to apply attributes to? You can access the SVG DOM element in `beforeEach`, e.g. [here](https://github.com/tanem/svg-injector/blob/master/examples/api-usage/index.ts#L14).

> I want to access original img element before transformation in beforeEach, not new SVG element. 👍 What attributes are you looking to apply, do you have a code example...

Hey @leads, yea it's client-only at this stage.

Hey @tibotiber, sorry for the late reply. Hmm, this is a tricky one. I think the `typeof` makes sense as `ReactSVG` is a class component. If I run another example...

Thanks for the report. Can you please create a working repro I can look at by forking the [basic usage](https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/basic-usage) example?