Skip to content

Commit da36b04

Browse files
committed
fix(forms): export FORM_ERROR
1 parent 2944d77 commit da36b04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/forms/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export { Fieldset } from './Fieldset';
44
export { FieldArray } from './FieldArray';
55
export { FormContext } from './FormContext';
66
export { FormSpy } from 'react-final-form';
7+
export { FORM_ERROR } from 'final-form';

0 commit comments

Comments
 (0)