dillon1000/react
Commit
Browse files Correct type of `ref` in forwardRef render() (#13100)
`React$ElementRef<T>` is the type of the ref _instance_ for a component of type T, whereas `React$Ref<T>` is the type of the ref _prop_ for a component of type T, which seems to be the intended type here.
Changed paths1 file
First-parent comparisonpackages/react/src/forwardRef.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…