Is it possible to create a component and add persistant children to an instance?
Currently, when i add a children to an instance and update the component from another instance, all children got destroyed or overwritten.
Example: create a component, that includes a board.
Add 2 instances of that component to the page.
Add add layer to the board of instance 1.
On instance 2 click “Update main component”.
The layer on instance 1 got removed.
Iam sure i misunderstand something, but this “component” system is not really usable as components, espescially if you modify the layout later and update the components.