davidjbradshaw / iframe-resizer-react

The official React interface for Iframe-Resizer

Home Page:https://iframe-resizer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object is not a function

dmossie opened this issue · comments

Hey there. I am trying to use your library, but when I try to render the IframeResizer, I get an error in the console.

Here is my code:

import IframeResizer from 'iframe-resizer-react';

<IframeResizer
  src={ this.props.link }
  style={{ width: '1px', minWidth: '100%'}}
/>

Here is the error:
Screenshot from 2020-03-16 13-05-05

Does anyone know what could be wrong?

I updated my version of React to 16.13 - and this is no longer an issue