We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6c841 commit 608b1f8Copy full SHA for 608b1f8
1 file changed
README.md
@@ -59,7 +59,7 @@ const MyComponent = () => {
59
const [username, setUsername] = useState('');
60
const [password, setPassword] = useState('');
61
62
- const {validate, errors} = useValidation(LoginValidation);
+ const [validate, errors] = useValidation(LoginValidation);
63
64
return (
65
<form onSubmit={async (evt) => {
0 commit comments