We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Started using the @component tag and was hoping there could be some new features:
Support for @ignore on a propType - sometimes certain props are connected to context/redux/hoc/etc and don't need a particular prop documented.
Ability to overwrite the prop "type" with a typedef or standard jsdoc type. PropTypes.shape, for instance isn't specific enough for some use cases.
The text was updated successfully, but these errors were encountered:
chore: upgrade dogens for react and vue
bbacd56
relates to #29
feat: upgrade react docgen #29
31bd769
@BrandonDenham - we use react-docgen package when parsing prop types. I've upgraded it to the latest version so maybe it will have more features
react-docgen
Sorry, something went wrong.
chore(release): 2.2.0 [skip ci]
70e4042
# [2.2.0](v2.1.0...v2.2.0) (2020-07-02) ### Features * upgrade react docgen [#29](#29) ([31bd769](31bd769))
No branches or pull requests
Started using the @component tag and was hoping there could be some new features:
Support for @ignore on a propType - sometimes certain props are connected to context/redux/hoc/etc and don't need a particular prop documented.
Ability to overwrite the prop "type" with a typedef or standard jsdoc type. PropTypes.shape, for instance isn't specific enough for some use cases.
The text was updated successfully, but these errors were encountered: