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
Decorators should fulfil my use case (of dragging graphs in public variables of Custom Components):
@FudgeCore.type(FudgeCore.Graph)
public ref: FudgeCore.Graph;
But they don't.
When i save the project, i get:
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Graph'
| property 'children' -> object with constructor 'Array'
| index 0 -> object with constructor 'Node'
--- property 'parent' closes the circle
at JSON.stringify ()
at Serializer.stringify (Serializer.ts:181:31)
at Project.getProjectJSON (Project.ts:121:39)
at Object.saveProject (FileIO.ts:78:44)
at async IpcRenderer. (Page.ts:228:13)
No description provided.
The text was updated successfully, but these errors were encountered: