Skip to content

Commit

Permalink
Update useField.md (#3919)
Browse files Browse the repository at this point in the history
Unused `helpers` value. It should be either deleted, either example demonstrating how to use it should be provided.
  • Loading branch information
shuryhin-oleksandr committed Aug 29, 2024
1 parent 54d3b6c commit 728f8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/useField.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface Values {
}

const MyTextField = ({ label, ...props }) => {
const [field, meta, helpers] = useField(props);
const [field, meta] = useField(props);
return (
<>
<label>
Expand Down

0 comments on commit 728f8b9

Please sign in to comment.