robbestad / react-iframe

Simple solution for using iframes in React
ISC License
436 stars 79 forks source link

Bug: prop name is `allowFullScreen` #123

Closed moltar closed 2 years ago

moltar commented 2 years ago

bcae7bf6744fcb2f10f3bfca0b2c7f7bc2238f74 introduced a bug

  ● Console

    console.error
      Warning: Invalid DOM property `allowFullscreen`. Did you mean `allowFullScreen`?
robbestad commented 2 years ago

Should be fixed :)

natoszme commented 2 years ago

Hi @robbestad is it supposed to be fixed on v1.8.4?

Thanks!