Hi, I created a parent component that has several child components. I want to duplicate the parent component and make specific changes to it without affecting the current child components. However, I want these new changes to apply to a different set of child components. Is it possible to detach the second set of child components from the original parent, attach them to the duplicated parent, and have the changes to the duplicated parent apply only to the second set of child components?
When are you talking about parents and childs, you mean variants yes?
If so, yes you can do what you need to.
Make sure you have a set of variants, with variants there is no child/parent, they are all equal.
Drag one variant out to create its own component > Create variant > go back to previous variants and duplicate > drag out > drag into new variants.