Skip to content

On Sign Up Validation throws an error #3

@svetoslavkostadinov

Description

@svetoslavkostadinov

TypeError: Cannot read property 'email' of undefined
SignupForm.render
src/components/forms/SignupForm.js:60
57 | name="email"
58 | value={data.email}
59 | onChange={this.onChange}

60 | className={
61 | errors.email ? "form-control is-invalid" : "form-control"
62 | }
63 | />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions