We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a540f0c commit dfd26b8Copy full SHA for dfd26b8
README.md
@@ -69,7 +69,7 @@ export default function App() {
69
```jsx
70
import React from 'react';
71
import { useForm } from 'react-hook-form';
72
-import { ErrorMessage } from '@hookform/error-messagee';
+import { ErrorMessage } from '@hookform/error-message';
73
74
export default function App() {
75
const { register, errors, handleSubmit } = useForm({
0 commit comments