Hi !
A question targeted to the dev team here,
I’ve just noticed that within an instance of a component, the absoluteRenderBounds
properties of a text node isn’t populated. It seems that it is only populated “if” the text of the instance has been modified (compared to the original instance)
I understand the logic behind, but I still wanted to point that out to check if it’s the intended behaviour or a bug,
And if it is intended, i also would like to know if there are others properties like that to watch out for.
For example, i tried to add an effect on the text in the original component, to test wether the same logic applied, aka wether the effects
properties of that text within instances wouldn’t be populated but it is there in that case, which makes me tend to think that the behaviour of absoluteRenderBounds
might be unintended.
Thanks in advance for your inputs,
and thanks for the awesome API / environment, it’s a pleasure to work with it !