Hi team!
I found some strange behavior with Slots in instances.
Context:
- A component has a slot with content, and part of that content is placed inside frames — for example, in my case they are additional chart lines with dots. Frames witn the line 1 and line 2 are visible, other 8 frames with lines are hidden. Some of those hidden elements are controlled by component properties.
- If you change the content, enable or disable any of the hidden frames inside the slot in an instance, all hidden elements inside those frames disappear.


