arunoda / react-komposer

Feed data into React components by composing containers.
MIT License
732 stars 70 forks source link

Implement ref as an option #177

Open nachocodoner opened 6 years ago

nachocodoner commented 6 years ago

This PR makes the ref created to the child component as an option. This will enable you to wrap by default stateless components with the compose function and avoid the warning produced on react 16 version (Warning: Stateless function components cannot be given refs.).