Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
5.3
-
None
Description
A Mixin attached to the Loop component never receives a call to it's AfterRender() method because the Loop component returns a primitive boolean.
If it returned Null and False (as oppose to true and false) then the mixin's after render method would be called once as the Loop exits.