import React from 'react' import { trPath, trField, tr, stringExists } from 'react-hook-form-auto' import { FormGroup } from '@blueprintjs/core' export const GroupAdaptor = ({ name, field, fieldSchema, schemaTypeName, errorText, helperText, inline, children, labelOverride, addWrapperProps }) => { if (inline) { return (