| 14 | // http://emumba.com/blog/2016-12-07-setting-up-google-recaptcha-in-a-reactjs-app/ |
| 15 | |
| 16 | class SignUpPage extends Component<Props, State> { |
| 17 | constructor(props: Props) { |
| 18 | super(props) |
| 19 | this.state = { |
nothing calls this directly
no outgoing calls
no test coverage detected