This commit line introduced a bug: we have default object-like value in local scope (inside IIFE, in example), but styleguidist is evaluating it in global scope and eval throws.
Possible solution is to wrap eval in try-catch statement with rendering default value as "Object" when no global variable is available.
Hi, thanks for reporting. That's a good point, we didn't think of that. I can fix this tonight
Should be fixed in 63b3369, will be a part of the next version @sapegin releases
@esphen Thanks! Fixes are released automatically, so expect a new version in ~10 minutes ;-)