AlexW00 / obsidian-3d-graph

👓 A 3D graph for Obsidian!
MIT License
286 stars 24 forks source link

Error message when opening 3D Graph #25

Closed j-palindrome closed 12 months ago

j-palindrome commented 1 year ago

Describe the bug When opening up 3D Graph, I get this error:

Uncaught (in promise) Error: Substate value.groups.0 of state 44 is not of type NodeGroup
    at _State.createSubState (plugin:3d-graph:30645:15)
    at eval (plugin:3d-graph:30704:38)
    at Proxy.forEach (<anonymous>)
    at NodeGroups (plugin:3d-graph:30703:30)
    at GroupSettingsView (plugin:3d-graph:30687:3)
    at eval (plugin:3d-graph:30768:113)
    at eval (plugin:3d-graph:30804:24)
    at eval (plugin:3d-graph:30450:48)
    at Array.forEach (<anonymous>)
    at TreeItem.appendChildren (plugin:3d-graph:30450:29)
Screenshot 2023-05-19 at 7 48 45 AM
massivebird commented 1 year ago

Do you still have this issue after updating to 1.0.4 or later? That release closed a similar issue (#22)

j-palindrome commented 12 months ago

Working now! Thanks.