Closed ruifreitas closed 7 years ago
@matc4 any plans to merge this PR?
Hello @SandroMachado , I have a doubt with this PR:
It updates the component to re-render when the svgXmlData and fill props change.
Is not working already in this way?
Hi @matc4,
unfortunately not. If we change the svgXmlData
or the fill
prop after the instantiation of the component, it does not change it. We need to update the state in the method componentWillReceiveProps
.
Regards
Any update on this PR?
@matc4 sorry to bother you again but can you please take a look at this PR.
I also meet the bug, please merge this PR...
Thanks @ruifreitas !
This PR does the following:
svgXmlData
andfill
props change.width
andheight
attrs missing.