I am currently using JS Generator, which produced objects which are not iteratable, but have forEach as the method. My current workaound is to use toArray before rendering. However, it would be great if we can change the internal implementation to support forEach method.