ecology icon indicating copy to clipboard operation
ecology copied to clipboard

prevent crash due to enum/union props that don't resolve to array literals

Open brentschroeter opened this issue 9 years ago • 0 comments

React Docgen sometimes returns a variable name (a string) instead of an array for component properties that are enums or unions, causing a "function undefined" error when value.map() is called.

brentschroeter avatar Jul 26 '16 01:07 brentschroeter