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
So, I tracked down this problem to this issue #71
The problem was that react-docgen-typescript uses allowSyntheticDefaultImports: false by default.
The problem solved by forcing the plugin to use our custom tsconfig.json file
The prop type is
any
in the styleguidist when we, for example, are doing something like this:but the following works without problem:
The text was updated successfully, but these errors were encountered: