You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2024. It is now read-only.
Looks like the nodes require similar data to what is stored in the *.nc files: { id: '1', type: 'input', data: { label: 'Node 1' }, position: { x: 250, y: 5 } }
And the connections are similar too, but use the unique names of the nodes: { id: 'e1-2', type: 'straight', source: '1', target: '2', animated: true, label: 'edge label' }
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
React a basic REACT front end that allows users to:
The text was updated successfully, but these errors were encountered: