Skip to content

Commit 7796f54

Browse files
committed
Suppress flowtype error on importing iframe-bundle
1 parent fd248f7 commit 7796f54

File tree

1 file changed

+1
-0
lines changed
  • packages/react-error-overlay/src

1 file changed

+1
-0
lines changed

packages/react-error-overlay/src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { applyStyles } from './utils/dom/css';
1212

1313
// Importing iframe-bundle generated in the pre build step as
1414
// a text using webpack raw-loader. See webpack.config.js file.
15+
// $FlowFixMe
1516
import iframeScript from 'iframeScript';
1617

1718
import type { ErrorRecord } from './listenToRuntimeErrors';

0 commit comments

Comments
 (0)