const Form = (props, ref) => ( <form onReset={formikProps.handleReset} onSubmit={formikProps.handleSubmit} {...props} /> ) export default Form