Skip to content
Snippets Groups Projects
Unverified Commit 919e6627 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix flow erorr

parent 40b12844
Branches
Tags
No related merge requests found
......@@ -47,6 +47,7 @@ export default class EmbedFrame extends Component<*, Props, *> {
this.setState({ innerScroll: false })
}
}
// $FlowFixMe: flow doesn't know about require.ensure
require.ensure([], () => {
require("iframe-resizer/js/iframeResizer.contentWindow.js")
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment