SymbolInstance doesn't have parent property

I thought that every node is SceneNode and therefore each one has parent property.

however in this example, it seems like the node of type ‘SymbolInstance’ doesn’t have parent property.

Uncaught TypeError: Cannot read property ‘devtools/542412cd’ of undefined

1 Like

Looks to be the same issue as Unresponsive bug when working with interactions and components are used but I’m unsure if there’s a solution yet.

1 Like

Hi, is there any update with this?

i am also reading this one: Unresponsive bug when working with interactions and components are used

the problem i am facing that i am using the require(‘interactions’).allInteractions; and then i want to determinate for each interaction what is the starting artboard. i am using the parent field. is there any other way to find out where the interaction is coming from (which artboard it is?)

please help