MCPcopy Create free account
hub / github.com/apollographql/fullstack-tutorial /

Class

final/client/src/components/login-form.tsx:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export default class LoginForm extends Component<LoginFormProps, LoginFormState> {
23 state = { email: '' };
24
25 onChange = (event: React.ChangeEvent<HTMLInputElement>) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected