This commit is contained in:
slavgetov
2025-01-21 18:09:10 +02:00
committed by GitHub
parent e88e3d0f45
commit b03017aaee

View File

@@ -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>