You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: