We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9891c commit 185d441Copy full SHA for 185d441
1 file changed
README.md
@@ -41,7 +41,7 @@ const App = () => {
41
42
return (
43
<>
44
- <DevTool control={control} />
+ <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