We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c1c92 commit 8f5aa13Copy full SHA for 8f5aa13
1 file changed
README.md
@@ -41,7 +41,7 @@ const App = () => {
41
42
return (
43
<>
44
- <DevTool control={control} placement={"top-left"} />
+ <DevTool control={control} placement="top-left" />
45
46
<form onSubmit={handleSubmit(d => console.log(d))}>
47
<h1>React Hook Form DevTools</h1>
0 commit comments