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
Upgrades react-docgen-typescript to version 2.2.2 since version 1.20.5 has a styleguidist/react-docgen-typescript#356 that causes erros when generating code snippets for TS components (#55)
Upgrades typescript since react-docgen-typescript@2.2.2 requires typescript >=4.3.x (#55)
Upgrades @typescript-eslint/eslint-plugin and @typescript-eslint/parser to version 3.10.1 since version 2.x conflicts with eslint@^7.0.0 (#55)
Added option to use react-docgen-typescript for TS files #31#32
Changed default react-docgen resolver to handling multiple exports on a single file without errors, added an option to change react-docgen resolver #33