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 11a646b commit c80ef6eCopy full SHA for c80ef6e
README.md
@@ -21,7 +21,6 @@ const EditBlogForm = () => {
21
<div>
22
<input
23
type="text"
24
- data-testid="input"
25
value={data}
26
onChange={(e) => setBlogText(e.target.value)}
27
/>
0 commit comments