Hi Northwoods team,
I am a developer (with a GoJS license) with a question regarding the ReactDiagram component.
We have setup a public Github repo scoping down and explaining the issue we are facing, to make it easier for everyone: https://github.com/dgulabs/gojs-react-minimal
After yarn installing/starting, you could see two diagrams. On the left side, after an interval of 1 second, there is a change in the nodes and links passed to ReactDiagram, “moving” Step 2.A outside Group A, having it after Step 1. We expect that this diagram on the left is rendered like the one on the right, which is only rendering the same nodes/links attributes that we pass to ReactDiagram after 1 second on the left diagram… the links are properly updated, but not the nodes…
Could you help us debug if we are doing anything wrong here? Thank you!