Skip to content

Commit f349c07

Browse files
authored
Remove context export (#515)
* Added link to hooks-based error component example * doctoc readme * Removed context export
1 parent 9e76cd1 commit f349c07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
export { default as Field } from './Field'
33
export { default as Form, version } from './ReactFinalForm'
44
export { default as FormSpy } from './FormSpy'
5-
export { default as ReactFinalFormContext } from './context'
65
export { default as useField } from './useField'
76
export { default as useFormState } from './useFormState'
87
export { default as useForm } from './useForm'

0 commit comments

Comments
 (0)