-
-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Description
Hi there,
Thanks for react-docgen, it's been really handy so far in being able to document our component props. We have a use case where we want to associate the generated documentation against the component's displayName instead of the filename, and cannot do so without requiring the component in question to obtain it (which can kill build time with more components).
Would like to request that displayName be added to the generated doc, please!