Open pankajvishwani opened 7 years ago
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
getWrappedInstance () { this.refs.wrappedInstance }
It's missing return
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#L149It's missing
return