Skip to content

Reset and set RF nodes/edges synchronously when initialising new working graph

Axel Bocciarelli requested to merge fix-new-graph into main

Fix #109 (closed) ; supersedes !175 (closed)

I'm passing the RF instance to initGraph to avoid resetting the RF nodes/edges asynchronously via workingGraph and useEffect.

Merge request reports