react-docgen-typescript
react-docgen-typescript copied to clipboard
Resolve issue with first displayName always being used
Fixes: #395 Fixes: #437
I basically did the fix outlined in #437 by @jesstelford and added some tests.
The tests all seem to fail 😬
Would love to fix the displayName issue, but I'm not sure how to proceed here! Just wanted to put a foot forward. I also would like to add a test specifically about the issue outlined in #395 where the first displayName is applied, even if the function it's applied to is not exported.