From 6ca8946753c3594a48f1001741bf641c351810cf Mon Sep 17 00:00:00 2001 From: shuryhin-oleksandr <43747573+shuryhin-oleksandr@users.noreply.github.com> Date: Thu, 23 Nov 2023 02:24:29 +0200 Subject: [PATCH] Update useField.md --- docs/api/useField.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/useField.md b/docs/api/useField.md index e5e3dd6aa..279060606 100644 --- a/docs/api/useField.md +++ b/docs/api/useField.md @@ -18,7 +18,7 @@ interface Values { } const MyTextField = ({ label, ...props }) => { - const [field, meta, helpers] = useField(props); + const [field, meta] = useField(props); return ( <>