Repro steps:
- Create a custom component C
- Create a screen S
- Add custom component C to screen S
- Duplicate screen S
Actual result:
Screen S_1 contains an instance of component C_1.
Component C_1 is a duplicate of C.
Expected result:
Screen S_1 should contain an instance of C.
Please note this behavior also happens when copy/pasting components from a screen A to a screen B.