Hi,
When I do:
@width : childrenRect.width + 20@
I get the
@Binding loop detected for property "width"@
error.
Without the "+ 20" no error.
Still, the app works OK: the 20pix do get added to the width correctly.
Should I ignore the error message?
Thanks.