react-xarrows
react-xarrows copied to clipboard
If id is removed from dom or not available Xarrow must give error
<YourComponent id={'comp1'}/>
<YourComponent id={'comp2'}/>
<Xarrow start={'comp1'} end={'comp2'}/>
if comp2 is remove from dom Then I was getting like below. Instead Xarrow show give an error or something to handle this situation. Also When i put comp2 back Xarrow is not rerendering. Kindly fix the issue

Did you solve the issue @vikasacharya16 ?
Any updates on this @vikasacharya16 ?
@gbarkhatov @viktormarinho No, I didn't solved. if the dom element start or end is removed then relation should vanish. if its changed it should rerender. give me some hints on how to achieve this.