This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Prop-types was broken out of React in 15.5 | |
JSX USAGE: <Iframe src='http://web.site' onLoad={myOnloadFunction}/> | |
*/ | |
import React, { Component } from 'react' | |
import ReactDOM from 'react-dom' | |
import PropTypes from 'prop-types' | |
class Iframe extends Component { |