Skip to content

Commit

Permalink
Remove context export (#515)
Browse files Browse the repository at this point in the history
* Added link to hooks-based error component example

* doctoc readme

* Removed context export
  • Loading branch information
erikras authored Jun 4, 2019
1 parent 9e76cd1 commit f349c07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
export { default as Field } from './Field'
export { default as Form, version } from './ReactFinalForm'
export { default as FormSpy } from './FormSpy'
export { default as ReactFinalFormContext } from './context'
export { default as useField } from './useField'
export { default as useFormState } from './useFormState'
export { default as useForm } from './useForm'
Expand Down

0 comments on commit f349c07

Please sign in to comment.