pocka / storybook-addon-vue-info

Info addon for Vue components
https://storybook-addon-vue-info.netlify.com/?path=/story/examples-basic-usage--simple-example
MIT License
164 stars 28 forks source link

get default value only if prop is specified as an object #108

Closed femioladeji closed 5 years ago

femioladeji commented 5 years ago

When props is specified as an array of strings this line throws an error because it uses the in operator on a string. Adding an additional condition can prevent this error.

Refer to this issue for more details #107

pocka commented 5 years ago

@femioladeji Thank you for reporting and patching the bug! I'll release this PR today.