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 43ada1f commit 0d21915Copy full SHA for 0d21915
src/content/reference/react/forwardRef.md
@@ -423,7 +423,7 @@ export default function Form() {
423
424
return (
425
<form>
426
- <MyInput label="Enter your name:" ref={ref} />
+ <MyInput placeholder="Enter your name" ref={ref} />
427
<button type="button" onClick={handleClick}>
428
Edit
429
</button>
src/content/reference/react/useImperativeHandle.md
@@ -124,7 +124,7 @@ export default function Form() {
124
125
126
127
128
129
130
0 commit comments