import React from 'react'; import PropTypes from 'prop-types'; import { FastField } from 'formik'; const ViewFormItemNotFast = ({ label, name, form }) => (