Randall Kanna

Results 1 issues of Randall Kanna

I'm getting an error when using react twitter embed Cannot read property 'parentNode' of undefined Code it fails on: ```if (this.props.autoHeight) { options.height = this.refs.embedContainer.parentNode.offsetHeight }``` I tried removing the...