Looking at getWrappedInstance method on 1.3.0 and 1.3.1, i see the following: ` getWrappedInstance () { this.refs.wrappedInstance } ` https://github.com/digidem/react-dimensions/blob/v1.3.1/index.jsx#L149 It's missing `return`
Looking at getWrappedInstance method on 1.3.0 and 1.3.1, i see the following:
getWrappedInstance () { this.refs.wrappedInstance }https://github.com/digidem/react-dimensions/blob/v1.3.1/index.jsx#L149
It's missing
return