react-digraph
react-digraph copied to clipboard
Error: <g> attribute transform: Expected number, "translate(NaN,NaN) scale(N…".
Hi, I created a component Graph.js where call -GraphView with params- it is working good if I call this component only once but the problem is when I try to show -Graph- in diferents tabs. In that way in the first tab it works ok but in the others not.
Work ok --> image

Not works --> image

And the errors are: --> image

Thanks a lot for any help.
Sorry version lib: "react-digraph": "8.0.0-alpha.1",