Closed simonguo closed 5 years ago
in
type Props = { disabled?: boolean } class Demo extends React.Component<Props>{ ... }
out
Demo.handledProps = [];
Can you support it through babel-plugin-flow-react-proptypes preprocessing?
babel-plugin-flow-react-proptypes
Closing for housekeeping/
in
out