Closed cyango closed 1 year ago
do you have an example?
Does it have a workaround?
Has this been solved or looked at?
I'm using Rete and React with TypeScript on a live project with no fromJson
issue, if someone can provide an example I can help look into it :)
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.
Hi, I'm struggling with exporting/importing the node editor "state" of all nodes including connections and controls. When I do
await editor.fromJson()
it restores the nodes and node.data but it does not restore the connections nor the control state of the previously saved editor.I'm using React. Can anybody help me?