Update react-docgen-typescript to fix "Cannot read property 'getSourceFile' of undefined"
marjorg opened this issue · 0 comments
marjorg commented
An issue in react-docgen-typescript cause errors when commentSource.valueDeclaration
is undefined
, this has been fixed in react-docgen-typescript version 1.20.1
. Could react-docgen-typescript-plugin be updated to use this new version?
Related issue for react-docgen-typescript: styleguidist/react-docgen-typescript#276
Related pull-request for react-docgen-typescript: styleguidist/react-docgen-typescript#277