sevenLee
5/16/2016 - 7:57 AM

iframe get state issue - Frame_no_iframe.jsx

iframe get state issue - Frame_no_iframe.jsx

return (
  <div className="col-md-8 panel panel-default">
    <div className="embed-responsive embed-responsive-16by9 panel-body">
      <AnotherView/>
    </div>
    <div className="details" >
      {text}
    </div>
  </div>
);