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

warningTimeout prop not appropriately typed

kevin-daniel-hunt opened this issue · comments

<IframeResizer
   //@ts-ignore
    warningTimeout={30000}
    [...Rest of the props]
  />

The above code will work and will appropriately set the warningTimeout higher than default, however typescript does not believe this prop exists. If I have time later today I may submit a PR to fix this.