We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
9229c1d
(I wasn't sure whether this should be considered to be a bug fix or new feature, but I went with new feature instead)
Consider docblock above decorator annotations (#18). In the following example the docblock is now used for the component description:
/** * This is the description */ @SomeDecorator export default class extends React.Component { };
Detect isRequired in shape annotations (second part of #21)
isRequired