saurabhnemade / react-twitter-embed

Simplest way to add twitter widgets to your react project.
https://saurabhnemade.github.io/react-twitter-embed/
367 stars 66 forks source link

Cannot read property 'parentNode' of undefined #60

Open randallkanna opened 4 years ago

randallkanna commented 4 years ago

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 auto height that we passed in but users are still seeing the bug. Any ideas?