Skip to main content
Question

Changes to a wrapped component instance is visually overriding the parent component

  • July 27, 2026
  • 0 replies
  • 8 views

Erica Smith

I am finding very strange behavior with a personal component that I’ve made. 
 

Essentially, I have a button instance from another file that I’ve wrapped as a component variant in my personal file. That component variant is then being used in an accordion component, which is then being used in my panel component. 

 

When I change properties of that button within my panel component, it overrides the entire panel component to the changed property state of that button. My panel disappears and essentially becomes just that wrapped/nested instance. Could I get some help troubleshooting?