getInitialErrors()

in src/FormBuilder.js [194:196]


	getInitialErrors() {
		return (this.props.config && this.props.config.initialErrors) || {};
	}