Component reusability from one project to another in weweb giving variable copy issue

We have one Project having components, that components we are importing in another Project but when we are importing the component/assets then variables are created as copy. How can we import components but the associated variables should not be copy variables, so that in future when developer updates the component from original Project then automatically component should get updated in copy Project just by republishing/ re-updating the component.

Below is the screenshot when we try to add the component in another project from original one:

@Slavo @aurelie Any idea on how to resolve this variable copy issue ?

Not sure, but are those variables global variables? The variables should be stored in components variable.

If they use global variables; I can see why they need to be copied.

I have not seen this behaviour when using component variables.