strothj / react-docgen-typescript-loader

Webpack loader to generate docgen information from Typescript React components.
Other
360 stars 47 forks source link

chore: support shouldExtractValuesFromUnion option #110

Open disintegrator opened 3 years ago

disintegrator commented 3 years ago

Adds support for shouldExtractValuesFromUnion option. This change updates react-docgen-typescript in order to get access to this option which was first introduced in react-docgen-typescript@1.17.0.

yarastqt commented 3 years ago

I have same PR — https://github.com/strothj/react-docgen-typescript-loader/pull/108 :)