DavidWells / atom-react-autocomplete

(Deprecated/Maintainer wanted) Atom Plugin for autocompleting react components & their props
https://atom.io/packages/atom-react-autocomplete
55 stars 4 forks source link

React doc gen doesn't work on components built for production #5

Open DavidWells opened 8 years ago

DavidWells commented 8 years ago

Error: No suitable component definition found. for minified components because propTypes are stripped out for production

Looks like /src with propTypes are needed for third party libs