Open grncdr opened 6 years ago
Scan the AST for functions matching the following criteria:
React.Element
Then insert statements after the containing statement adding propTypes and contextTypes properties.
propTypes
contextTypes
Scan the AST for functions matching the following criteria:
React.Element
Then insert statements after the containing statement adding
propTypes
andcontextTypes
properties.