I have a hidden component (visible false on design-time) and when I try to display it, the component is displayed unskinned.
I give the demo in gif.
Button2 is visible: false at design-time, so when I run this project, Button2 is not skinned like the other button.
It happen on other components too.
In my project, sometimes I need a condition where a component is hidden first before it is displayed after selecting an option.
Can it be repaired or is there some kind of trick to fix this?