react-xarrows
react-xarrows copied to clipboard
Fix line SVG dotted animation in strict mode
This was broken in strict mode. I honestly am not sure how this worked before since lineDrawAnimRef (https://github.com/Eliav2/react-xarrows/blob/master/src/Xarrow/Xarrow.tsx#L175) will always be undefined (if no drawing animation happens), therefore handleDrawAmimEnd is never called.
Fixes https://github.com/Eliav2/react-xarrows/issues/151