When duplicating a component, it seems odd that properties such as the width, height etc. aren't persisted into the new component. This means that every time I want to add the next instance of a Container to a Stack, for example, I have to reset these settings to match the others.
Is there a better way of doing this?
Thanks.
And potentially a related issue - would it be possible to make sure that duplicating a component inside a stack adds it either
a) after the duplicated component, or
b) at the end of the Stack?
Right now it seems to just add it randomly in the order, which is not very helpful.
Thanks @Anggita_Hayu. I will give duplicating outside the Stack a try.
We are running into so many of these small issues that cumulatively, the platform is becoming quite frustrating to work on - it would be good to know what is on the DevEx roadmap at Retool to deal with things like this, I hope we can get some input here!
Seems like even the workaround experiences the same problem - somewhere between creating the component outside and moving it into the stack, the height changes. Very frustrating!