Rafał Kostrzewski

Results 1 comments of Rafał Kostrzewski
trafficstars

@teddybradford I've used following configuration entry to achieve this: ``` { loader: require.resolve('react-docgen-typescript-loader'), options: { propFilter: (prop) => { if (prop.parent == null) { return true; } // Filter out...