Hi,
I’m experiencing an issue when duplicating a page that uses a design system component with a slot.
Steps to reproduce:
- In a working file, create “Page v1”.
- Add an instance of a design system component that contains a slot, for example a modal.
- On “Page v1”, create a local component, for example a data table.
- Place an instance of this local component inside the modal slot.
- Duplicate “Page v1” to create “Page v2”.
Expected behavior:
The component instance inside the slot on “Page v2” should reference the duplicated local component from “Page v2”.
Actual behavior:
The local component is duplicated correctly on “Page v2”, but the instance inside the slot still references the original component from “Page v1”.
This makes duplicated pages unreliable for versioning, because some nested instances still depend on the previous page.
Could you confirm if this is expected behavior or a bug?
Thanks!