I have a Design system file with a component Accordion. As you can see in the video linked below, it has 2 states: open and closed, and inside it has a placeholder component for content. The idea is to replace placeholder with real content when needed.
Now I want to use this component in another file, so I replace placeholder with “real content”. When I play it tho, my real content is replaced with original placeholder - and that’s not what I want. BUT, when I start with its state OPEN, then it works as expected. How do I solve this?
Here is a video I recorded if that helps visualize it