Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/8f19012376fd2c6e5b64008526e9b69a to your computer and use it in GitHub Desktop.
Save Porter97/8f19012376fd2c6e5b64008526e9b69a to your computer and use it in GitHub Desktop.
#...
import ListErrors from '../ListErrors';
#...
class Register extends Component {
#...
render() {
#...
</p>
<ListErrors errors={this.props.errors}/>
<form onSubmit={this.submitForm(email, username, password, password2)}>
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment