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?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.