State Sharing not working for Interactive Components with Pressed Interactions

I have an interactive component with 3 states: defaultpressedopened

I placed that interactive component into two frames, then created an “On click” interaction so that when the component is clicked, it’ll move to the 2nd frame. I did this because text is changing between frames.

In the prototype, clicking on that component changes to the 2nd frame, but the state of the component goes back to default. The intended result is for the component to be in its opened state on the 2nd frame.

In the help center, it states:

States are only shared after the component has been initially interacted with.

If this is the reason that’s preventing this, is there an alternative approach?

Thanks