react-docgen
react-docgen copied to clipboard
Third party typescript components not getting parsed
This is coming from https://github.com/styleguidist/react-styleguidist/issues/1508
Previously with react-docgen-typescript, third party component props are getting parsed and visible with the extended component. But with react-docgen v5, they are not getting listed.
If I understand this correctly this is somewhat related to #352 but not for importing types but importing complete Components?
yes...that's exactly is usecase here