Skip to content

Commit a0dc74f

Browse files
authored
Merge pull request #20 from onsta/patch-1
Fix missing jsx closing tag in doc
2 parents d67dffe + 5ad3351 commit a0dc74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const MyForm = () =>
7575
<textarea {...input}/>
7676
{meta.touched && meta.error && <span>{meta.error}</span>}
7777
</div>
78-
}>
78+
}/>
7979

8080
<h2>Render Function as Children</h2>
8181
<Field name="phone">

0 commit comments

Comments
 (0)