Hi everyone,
I’m running into an issue when designing interactive flows across frames and I’m not sure if it’s a setting or a bug.
The problem:
-
I place a component instance (e.g., a status tag) inside a completed frame.
-
I duplicate the entire frame to show a second screen state in the flow.
-
When I modify the instance in the new frame (e.g., changing the status tag’s text, color, or adding a new tag, these are all variants), the changes sync back to the first frame, making both frames identical.
I need each frame to represent a distinct state in the flow. Right now, the only workaround I've found is detaching instances, which ruins component maintainability.
Has anyone experienced this, and how can I edit component instances in duplicated frames independently without detaching them?
