I have been tinkering with trying to get a JointJS diagram in my React app and find that a diagram that looks ok in raw HTML/JS looks different/wrong when encapsulated in a React story. If I look at the following/attached screen shot. We see that the links look wrong. Could this be as a result of not having included the stylesheet? I am using the "jointjs" npm distribution.
And one final clue .... as I was hunting around, I came across this StackOverflow Q&A ...
https://stackoverflow.com/questions/49043429/how-to-use-jointjs-with-reactjsTake a look at it and also note that their diagram of them also having it "working" appears to illustrate the same puzzle I am having.