I noticed that
WAComponent>>children is only called by
WAComponent>>childrenDo: aBlock
Instead of defining #children for my component, is it OK to just re-define
#childrenDo: ? Is this a private API, or OK for a component to use?
Thanks - Sophie