You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read in the related issues that the holdup is react-docgen-typescript? May I propose a simpler solution? Extracting the details of interfaces in any given TypeScript source file is pretty straightforward....
It would be nice to have some way to display nested types or link them.
Example:
Clicky clicky to
Row
orExtendedColumn
should display the nested type or redirect to a page for this type or something.After investigating on how to do this, I found these issues:
storybookjs/storybook#13459
storybookjs/storybook#7944
storybookjs/storybook#15008
storybookjs/storybook#13459
If any of these get resolve then Bob's your uncle.
The text was updated successfully, but these errors were encountered: