Open
Description
I'm playing around with the playground and noticed that if you type your component in this way const MyComponent: React.FC<IProps> = ..
, react-docgen doesn't pick up the interface in IProps
.
I'm curious to know if there's a specific reason for this, and if support for this might be on the roadmap.
Thanks!