Browse Source

fix useref: small typo in the code snipped (#4627)

main
Irakli Dautashvili 3 years ago
committed by GitHub
parent
commit
d27c1e4c6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/pages/apis/useref.md

2
beta/src/pages/apis/useref.md

@ -592,7 +592,7 @@ const MyInput = forwardRef(({ value, onChange }, ref) => {
ref={ref}
/>
);
};
});
export default MyInput;
```

Loading…
Cancel
Save