mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
fix typo (#7440)
This commit is contained in:
@@ -46,7 +46,7 @@ function MyInput({ ref }) {
|
||||
|
||||
<Note>
|
||||
|
||||
Starting with React 19, [`ref` is available a prop.](/blog/2024/12/05/react-19#ref-as-a-prop) In React 18 and earlier, it was necessary to get the `ref` from [`forwardRef`.](/reference/react/forwardRef)
|
||||
Starting with React 19, [`ref` is available as a prop.](/blog/2024/12/05/react-19#ref-as-a-prop) In React 18 and earlier, it was necessary to get the `ref` from [`forwardRef`.](/reference/react/forwardRef)
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user