initialAutoScale with redux and react diagram

Sorry no, the diagram is getting updates. I have everything set up so that the code that queries the api parses the stuff apart and then updates them both at the same time, rather than the data flowing through the react diagram, and then the diagram’s model onUpdate keeping the redux in sync. Basically there’s some metadata that comes back, and a few other calls that mutate that data (updates to a status property, etc). I parse the metadata apart, then generate nodes and links from that, then store the nodes, links and the original metadata in redux.

I suspect what I need to do then is not set the model when I create the diagram and it’s templates, but rather when I generate the nodes and links, and set them all together then,