import * as React from 'react';
import Frame, { FrameContextConsumer } from 'react-frame-component';
content
head}
mountTarget='#mountHere'
contentDidMount={() => {}}
contentDidUpdate={() => {}}
initialContent='
i wont be changed
'
>
content
{({ document, window }) => content}
;