DEV Community

Discussion on: Connect react svg components

Collapse
 
madlesss profile image
MadlesSs • Edited

Great article! Helped me very much! Just in case someone is gonna fight with updating components position in redux store, just before dispatching the action remove the transform from me me.attr('transform', null) so the component didn't jump the moved distance after render called again and set transformX and transformY to 0 again so it doesn't move when you begin to drag again :)