constructor()

in src/FormBuilder.js [156:166]


	constructor(props) {
		super(props);

		this.state = {
			externalErrors: this.getInitialErrors(),
		};

		this.formCallbackRef = this.formCallbackRef.bind(this);

		this.formikRef = null;
	}