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
Description: When attempting to download a skill graph which I have modified ( by deleting a node ), the skill graph editor spews out the following error in console:
Reproduction Steps:How do we re-create it?
Upload a skill graph
Delete a node ( any node )
Attempt to download the modified skill graph
The text was updated successfully, but these errors were encountered:
The issue is somehow related to the links between nodes not being cleared from the internal js object used to track the graph when deleting a node. The node itself is deleted, but perhaps the links still remain, and when it attempts to serialize the graph into json, it tries to also serialize a non-existant node because there's a remnant link in there which is now referencing null.
Description: When attempting to download a skill graph which I have modified ( by deleting a node ), the skill graph editor spews out the following error in console:
Reproduction Steps: How do we re-create it?
The text was updated successfully, but these errors were encountered: