-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
The latest release (1.2.0) breaks existing functionality. Previously (1.1.3) the render method handled functions gracefully. When a function is encountered in the latest release, it recursively iterates through properties, of which are length,name,prototype,constructor, and appears to infinitely recurse on the constructor property (which makes sense if it is indeed a function).
Example object to render:
{
key: "value",
someAction: function(param) { return "obj." + param + ".value";}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels