Enable standard use of the ref prop.
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
Instead of using a string value for the ref property, using the more modern method using the function value will enable regular use of the ref property from the parent of the wrapped component.
**today**:
https://github.com/heroku/react-refetch/blob/master/src/components/connect.js#L138 )
**suggested:**

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.