Skip to main content

I currently have a component (child component) that is nested in another component. The prototype interaction for that child component only have the “after delay” interaction. When that child component is used by itself, the prototype interations work just fine. However, the prototype interactions of that child component do not run/happen when it’s nested in the other component. Is there a way to get the child component’s interaction to run inside the other component?

I wish there was a way to get the component its nested in to “read” it’s interaction state, but I know that isn’t possible.

Hi Shelby!

Can you try to apply “Reset component state” to the interaction both to and from the modal to see if it can solve the issue? You can have more info on State management for prototype here: https://help.figma.com/hc/en-us/articles/14397859494295-State-management-for-prototypes Hope it helps!


If you need more assistance, we recommend reaching out to our support team with a copy of your file: https://help.figma.com/hc/en-us/requests/new.

Please invite support-share@figma.com with “can edit” permission, so they can take a look into this.


I think what I actually had to do was to expose the nested instance, even though I didn’t want the interaction properties to be exposed, but this helped the prototype interactions be exposed in the component it was nested in.


Reply