What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)
When you copy a component that has some dynamic value references, you cannot paste it into a new page because of missing references. Even if I add variables with the same name. This is frustrating because you basically cannot copy and paste without disconnecting all dynamic values first. I don’t care if the pasted content gets broken because I will just relink all the dynamic values correctly after pasting it. The benefit is that I don’t have to redo the whole UI or unlink and relink dynamic values on the copied component.
What are the reproduction steps?
Create a UI component, add a dynamic value that references a state or context variable, try to paste it into a new page.