fix(blog): resolve typo in React 19 blog post (refsrefs) (#7828)

This PR corrects a small typo in the React documentation, changing "`refs`" to "`ref`s" for accuracy and consistency.
This commit is contained in:
Amirhossein Alibakhshi
2025-06-03 22:39:55 +03:30
committed by GitHub
parent 5927c4e7d3
commit 5dca520188

View File

@@ -410,7 +410,7 @@ New function components will no longer need `forwardRef`, and we will be publish
<Note>
`refs` passed to classes are not passed as props since they reference the component instance.
`ref`s passed to classes are not passed as props since they reference the component instance.
</Note>